Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_dcb.c1287 if (hw->current_fc_status == HNS3_FC_STATUS_PFC) in hns3_pfc_setup_hw()
1540 hw->current_fc_status = HNS3_FC_STATUS_PFC; in hns3_dcb_hw_configure()
1543 hw->current_fc_status = HNS3_FC_STATUS_NONE; in hns3_dcb_hw_configure()
1563 hw->current_fc_status = fc_status; in hns3_dcb_hw_configure()
1637 hw->current_fc_status = HNS3_FC_STATUS_NONE; in hns3_dcb_init()
1757 hw->current_fc_status = HNS3_FC_STATUS_NONE; in hns3_dcb_pfc_enable()
1759 hw->current_fc_status = HNS3_FC_STATUS_PFC; in hns3_dcb_pfc_enable()
1775 hw->current_fc_status = fc_status; in hns3_dcb_pfc_enable()
1808 hw->current_fc_status = HNS3_FC_STATUS_NONE; in hns3_fc_enable()
1810 hw->current_fc_status = HNS3_FC_STATUS_MAC_PAUSE; in hns3_fc_enable()
[all …]
H A Dhns3_ethdev_dump.c823 if (hw->current_fc_status == HNS3_FC_STATUS_PFC) in is_link_fc_mode()
885 hw->current_fc_status, in get_flow_ctrl_info()
H A Dhns3_ethdev.h536 enum hns3_fc_status current_fc_status; /* current flow control status */ member
H A Dhns3_ethdev.c1926 if (hw->current_fc_status == HNS3_FC_STATUS_MAC_PAUSE) { in hns3_setup_dcb()
5437 if (!(hw->current_fc_status == HNS3_FC_STATUS_NONE || in hns3_flow_ctrl_set()
5438 hw->current_fc_status == HNS3_FC_STATUS_MAC_PAUSE)) { in hns3_flow_ctrl_set()
5440 "current_fc_status = %d", hw->current_fc_status); in hns3_flow_ctrl_set()
5488 if (!(hw->current_fc_status == HNS3_FC_STATUS_NONE || in hns3_priority_flow_ctrl_set()
5489 hw->current_fc_status == HNS3_FC_STATUS_PFC)) { in hns3_priority_flow_ctrl_set()
5491 "current_fc_status = %d", hw->current_fc_status); in hns3_priority_flow_ctrl_set()