Home
last modified time | relevance | path

Searched refs:forced_tx (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_main.c1715 link_params->pause.forced_tx = true; in qed_set_link()
1717 link_params->pause.forced_tx = false; in qed_set_link()
2117 (params.pause.forced_rx && params.pause.forced_tx)) in qed_fill_link()
2120 params.pause.forced_tx) in qed_fill_link()
2152 if (params.pause.forced_tx) in qed_fill_link()
H A Dqed_mcp.h52 bool forced_tx; member
H A Dqed_vf.c1517 p_params->pause.forced_tx = p_bulletin->req_forced_tx; in __qed_vf_get_link_params()
H A Dqed_mcp.c1531 phy_cfg.pause |= (params->pause.forced_tx) ? ETH_PAUSE_TX : 0; in qed_mcp_set_link()
H A Dqed_sriov.c958 p_bulletin->req_forced_tx = params->pause.forced_tx; in qed_iov_set_link()
H A Dqed_dev.c4168 link->pause.forced_tx = !!(fld & NVM_CFG1_PORT_DRV_FLOW_CONTROL_TX); in qed_hw_get_nvm_info()