Searched refs:lun_mpxio (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h1037 int lun_mpxio; member in struct:fcp_lun
1164 * lun_mpxio when the event is submitted
1346 fcp_lun::lun_cip fcp_lun::lun_mpxio))
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c4049 if (plun->lun_mpxio == 0) {
7394 * If lun_cip is not NULL, then we needn't update lun_mpxio to avoid
7395 * mismatch between lun_cip and lun_mpxio.
7405 plun->lun_mpxio = 0;
7407 plun->lun_mpxio = 1;
8089 if (plun->lun_mpxio && plun->lun_cip &&
8157 if ((old_mpxio != 0) && (plun->lun_mpxio != old_mpxio)) {
8159 * When this event gets serviced, lun_cip and lun_mpxio
8163 FCP_BUF_LEVEL_2, 0, "fcp_trigger_lun: lun_mpxio changed: "
8173 plun->lun_mpxio);
13287 int lun_mpxio; local
[all...]

Completed in 66 milliseconds