Searched refs:sfp_stat (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_82598.c1128 u16 sfp_stat = 0; local
1160 &sfp_stat);
1161 sfp_stat = sfp_stat & IXGBE_I2C_EEPROM_STATUS_MASK;
1162 if (sfp_stat != IXGBE_I2C_EEPROM_STATUS_IN_PROGRESS)
1167 if (sfp_stat != IXGBE_I2C_EEPROM_STATUS_PASS) {
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_hba_fru.c361 switch (ha->sfp_stat) {
373 EL(ha, "sfp_stat: %xh\n", ha->sfp_stat);
H A Dql_mbx.c3421 ha->sfp_stat = mcp->mb[2];
3473 ha->sfp_stat = mcp->mb[2];
3641 ha->sfp_stat = mcp->mb[2];
H A Dql_xioctl.c995 switch (ha->sfp_stat) {
1012 EL(ha, "sfp_stat: %xh\n", ha->sfp_stat);
1032 tmp_port.LinkState2 = LSB(ha->sfp_stat);
H A Dql_isr.c1082 ha->sfp_stat = RD16_IO_REG(ha, mailbox_out[2]);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1426 uint16_t sfp_stat; member in struct:ql_adapter_state

Completed in 86 milliseconds