Home
last modified time | relevance | path

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

/drivers/net/ethernet/qlogic/qed/
Dqed_main.c1749 link_params->pause.forced_tx = true; in qed_set_link()
1751 link_params->pause.forced_tx = false; in qed_set_link()
2151 (params.pause.forced_rx && params.pause.forced_tx)) in qed_fill_link()
2154 params.pause.forced_tx) in qed_fill_link()
2186 if (params.pause.forced_tx) in qed_fill_link()
Dqed_mcp.h50 bool forced_tx; member
Dqed_vf.c1527 p_params->pause.forced_tx = p_bulletin->req_forced_tx; in __qed_vf_get_link_params()
Dqed_mcp.c1488 phy_cfg.pause |= (params->pause.forced_tx) ? ETH_PAUSE_TX : 0; in qed_mcp_set_link()
Dqed_dev.c4107 link->pause.forced_tx = !!(fld & NVM_CFG1_PORT_DRV_FLOW_CONTROL_TX); in qed_hw_get_nvm_info()
Dqed_sriov.c956 p_bulletin->req_forced_tx = params->pause.forced_tx; in qed_iov_set_link()