Searched refs:sfp_stat (Results 1 – 6 of 6) sorted by relevance
1133 u16 sfp_stat = 0; in ixgbe_read_i2c_phy_82598() local1165 &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()
356 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()
3564 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()
1044 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()
1119 ha->sfp_stat = RD16_IO_REG(ha, mailbox_out[2]); in ql_async_event()
1645 uint16_t sfp_stat; member