Home
last modified time | relevance | path

Searched refs:current_fc_status (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_dcb.c1228 if (hw->current_fc_status == HNS3_FC_STATUS_MAC_PAUSE) in hns3_mac_pause_setup_hw()
1243 if (hw->current_fc_status == HNS3_FC_STATUS_PFC) in hns3_pfc_setup_hw()
1489 enum hns3_fc_status fc_status = hw->current_fc_status; in hns3_dcb_hw_configure()
1519 hw->current_fc_status = HNS3_FC_STATUS_PFC; in hns3_dcb_hw_configure()
1542 hw->current_fc_status = fc_status; in hns3_dcb_hw_configure()
1622 hw->current_fc_status = HNS3_FC_STATUS_NONE; in hns3_dcb_init()
1730 hw->current_fc_status = HNS3_FC_STATUS_PFC; in hns3_dcb_pfc_enable()
1752 hw->current_fc_status = fc_status; in hns3_dcb_pfc_enable()
1787 hw->current_fc_status = HNS3_FC_STATUS_NONE; in hns3_fc_enable()
1789 hw->current_fc_status = HNS3_FC_STATUS_MAC_PAUSE; in hns3_fc_enable()
[all …]
H A Dhns3_ethdev.h460 enum hns3_fc_status current_fc_status; /* current flow control status */ member
H A Dhns3_ethdev.c2196 if (hw->current_fc_status == HNS3_FC_STATUS_MAC_PAUSE) { in hns3_check_dcb_cfg()
5138 if (!(hw->current_fc_status == HNS3_FC_STATUS_NONE || in hns3_flow_ctrl_set()
5139 hw->current_fc_status == HNS3_FC_STATUS_MAC_PAUSE)) { in hns3_flow_ctrl_set()
5141 "current_fc_status = %d", hw->current_fc_status); in hns3_flow_ctrl_set()
5191 if (!(hw->current_fc_status == HNS3_FC_STATUS_NONE || in hns3_priority_flow_ctrl_set()
5192 hw->current_fc_status == HNS3_FC_STATUS_PFC)) { in hns3_priority_flow_ctrl_set()
5194 "current_fc_status = %d", hw->current_fc_status); in hns3_priority_flow_ctrl_set()