Searched refs:sfp_tx_fault (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_mcp.h | 120 bool sfp_tx_fault; member
|
H A D | qed_vf.h | 589 u8 sfp_tx_fault; member
|
H A D | qed_vf.c | 1555 p_link->sfp_tx_fault = p_bulletin->sfp_tx_fault; in __qed_vf_get_link_state()
|
H A D | qed_sriov.c | 970 p_bulletin->sfp_tx_fault = link->sfp_tx_fault; in qed_iov_set_link()
|
H A D | qed_mcp.c | 1455 p_link->sfp_tx_fault = !!(status & LINK_STATUS_SFP_TX_FAULT); in qed_mcp_handle_link_change()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_mcp.h | 122 bool sfp_tx_fault; member
|
H A D | qed_vf.h | 589 u8 sfp_tx_fault; member
|
H A D | qed_vf.c | 1545 p_link->sfp_tx_fault = p_bulletin->sfp_tx_fault; in __qed_vf_get_link_state()
|
H A D | qed_sriov.c | 972 p_bulletin->sfp_tx_fault = link->sfp_tx_fault; in qed_iov_set_link()
|
H A D | qed_mcp.c | 1492 p_link->sfp_tx_fault = !!(status & LINK_STATUS_SFP_TX_FAULT); in qed_mcp_handle_link_change()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-phy-v2.c | 356 unsigned int sfp_tx_fault; member 1140 phy_data->sfp_tx_fault = xgbe_phy_check_sfp_tx_fault(phy_data); in xgbe_phy_sfp_parse_eeprom() 1333 phy_data->sfp_tx_fault = 0; in xgbe_phy_sfp_reset()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-phy-v2.c | 357 unsigned int sfp_tx_fault; member 1207 phy_data->sfp_tx_fault = xgbe_phy_check_sfp_tx_fault(phy_data); in xgbe_phy_sfp_parse_eeprom() 1400 phy_data->sfp_tx_fault = 0; in xgbe_phy_sfp_reset()
|
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_isr.c | 599 uint16_t sfp_tx_fault, link_speed, dcbx_status; in qla83xx_handle_8200_aen() local 640 sfp_tx_fault = ((mb[6] & 0x0008) >> 3); in qla83xx_handle_8200_aen() 657 "sfp_tx_fault=0x%x, link_state=0x%x, " in qla83xx_handle_8200_aen() 658 "dcbx_status=0x%x.\n", sfp_tx_fault, link_speed, in qla83xx_handle_8200_aen()
|
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_isr.c | 759 uint16_t sfp_tx_fault, link_speed, dcbx_status; in qla83xx_handle_8200_aen() local 800 sfp_tx_fault = ((mb[6] & 0x0008) >> 3); in qla83xx_handle_8200_aen() 817 "sfp_tx_fault=0x%x, link_state=0x%x, " in qla83xx_handle_8200_aen() 818 "dcbx_status=0x%x.\n", sfp_tx_fault, link_speed, in qla83xx_handle_8200_aen()
|
Completed in 51 milliseconds