Home
last modified time | relevance | path

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.c1133 u16 sfp_stat = 0; in ixgbe_read_i2c_phy_82598() local
1165 &sfp_stat); in ixgbe_read_i2c_phy_82598()
1166 sfp_stat = sfp_stat & IXGBE_I2C_EEPROM_STATUS_MASK; in ixgbe_read_i2c_phy_82598()
1167 if (sfp_stat != IXGBE_I2C_EEPROM_STATUS_IN_PROGRESS) in ixgbe_read_i2c_phy_82598()
1172 if (sfp_stat != IXGBE_I2C_EEPROM_STATUS_PASS) { in ixgbe_read_i2c_phy_82598()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_hba_fru.c356 switch (ha->sfp_stat) { in ql_populate_hba_fru_details()
368 EL(ha, "sfp_stat: %xh\n", ha->sfp_stat); in ql_populate_hba_fru_details()
H A Dql_mbx.c3564 ha->sfp_stat = mcp->mb[2]; in ql_init_firmware()
3653 ha->sfp_stat = mcp->mb[2]; in ql_get_firmware_state()
3810 ha->sfp_stat = mcp->mb[2]; in ql_data_rate()
H A Dql_xioctl.c1044 switch (ha->sfp_stat) { in ql_qry_hba_port()
1061 EL(ha, "sfp_stat: %xh\n", ha->sfp_stat); in ql_qry_hba_port()
1094 tmp_port.LinkState2 = LSB(ha->sfp_stat); in ql_qry_hba_port()
H A Dql_isr.c1119 ha->sfp_stat = RD16_IO_REG(ha, mailbox_out[2]); in ql_async_event()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1645 uint16_t sfp_stat; member