Searched refs:sfp_stat (Results 1 – 6 of 6) sorted by relevance
1122 u16 sfp_stat = 0; in ixgbe_read_i2c_eeprom_82598() local1145 &sfp_stat); in ixgbe_read_i2c_eeprom_82598()1146 sfp_stat = sfp_stat & IXGBE_I2C_EEPROM_STATUS_MASK; in ixgbe_read_i2c_eeprom_82598()1147 if (sfp_stat != IXGBE_I2C_EEPROM_STATUS_IN_PROGRESS) in ixgbe_read_i2c_eeprom_82598()1152 if (sfp_stat != IXGBE_I2C_EEPROM_STATUS_PASS) { in ixgbe_read_i2c_eeprom_82598()
361 switch (ha->sfp_stat) { in ql_populate_hba_fru_details()373 EL(ha, "sfp_stat: %xh\n", ha->sfp_stat); in ql_populate_hba_fru_details()
3421 ha->sfp_stat = mcp->mb[2]; in ql_init_firmware()3473 ha->sfp_stat = mcp->mb[2]; in ql_get_firmware_state()3641 ha->sfp_stat = mcp->mb[2]; in ql_data_rate()
995 switch (ha->sfp_stat) { in ql_qry_hba_port()1012 EL(ha, "sfp_stat: %xh\n", ha->sfp_stat); in ql_qry_hba_port()1032 tmp_port.LinkState2 = LSB(ha->sfp_stat); in ql_qry_hba_port()
1082 ha->sfp_stat = RD16_IO_REG(ha, mailbox_out[2]); in ql_async_event()
1426 uint16_t sfp_stat; member