Searched refs:nig_params (Results 1 – 2 of 2) sorted by relevance
99 struct bnx2x_nig_brb_pfc_port_params nig_params = {0}; in bnx2x_pfc_clear() local100 nig_params.pause_enable = 1; in bnx2x_pfc_clear()113 nig_params.llfc_low_priority_classes = high; in bnx2x_pfc_clear()114 nig_params.llfc_low_priority_classes = low; in bnx2x_pfc_clear()116 nig_params.pause_enable = 0; in bnx2x_pfc_clear()117 nig_params.llfc_enable = 1; in bnx2x_pfc_clear()118 nig_params.llfc_out_en = 1; in bnx2x_pfc_clear()123 bnx2x_update_pfc(&bp->link_params, &bp->link_vars, &nig_params); in bnx2x_pfc_clear()
856 struct bnx2x_nig_brb_pfc_port_params *nig_params) in bnx2x_update_pfc_nig() argument890 if (nig_params) { in bnx2x_update_pfc_nig()891 llfc_out_en = nig_params->llfc_out_en; in bnx2x_update_pfc_nig()892 llfc_enable = nig_params->llfc_enable; in bnx2x_update_pfc_nig()893 pause_enable = nig_params->pause_enable; in bnx2x_update_pfc_nig()937 if (nig_params) { in bnx2x_update_pfc_nig()938 pkt_priority_to_cos = nig_params->pkt_priority_to_cos; in bnx2x_update_pfc_nig()942 nig_params->rx_cos0_priority_mask); in bnx2x_update_pfc_nig()946 nig_params->rx_cos1_priority_mask); in bnx2x_update_pfc_nig()950 nig_params->llfc_high_priority_classes); in bnx2x_update_pfc_nig()[all …]