Searched refs:nig_params (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_dcb.c | 118 struct bnx2x_nig_brb_pfc_port_params nig_params = {0}; in bnx2x_pfc_clear() local 119 nig_params.pause_enable = 1; in bnx2x_pfc_clear() 122 bnx2x_update_pfc(&bp->link_params, &bp->link_vars, &nig_params); in bnx2x_pfc_clear()
|
H A D | bnx2x_link.c | 2120 struct bnx2x_nig_brb_pfc_port_params *nig_params) in bnx2x_update_pfc_nig() 2154 if (nig_params) { in bnx2x_update_pfc_nig() 2155 llfc_out_en = nig_params->llfc_out_en; in bnx2x_update_pfc_nig() 2156 llfc_enable = nig_params->llfc_enable; in bnx2x_update_pfc_nig() 2157 pause_enable = nig_params->pause_enable; in bnx2x_update_pfc_nig() 2193 if (nig_params) { in bnx2x_update_pfc_nig() 2195 pkt_priority_to_cos = nig_params->pkt_priority_to_cos; in bnx2x_update_pfc_nig() 2197 for (i = 0; i < nig_params->num_of_rx_cos_priority_mask; i++) in bnx2x_update_pfc_nig() 2199 nig_params->rx_cos_priority_mask[i], port); in bnx2x_update_pfc_nig() 2203 nig_params in bnx2x_update_pfc_nig() 2118 bnx2x_update_pfc_nig(struct link_params *params, struct link_vars *vars, struct bnx2x_nig_brb_pfc_port_params *nig_params) bnx2x_update_pfc_nig() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_dcb.c | 118 struct bnx2x_nig_brb_pfc_port_params nig_params = {0}; in bnx2x_pfc_clear() local 119 nig_params.pause_enable = 1; in bnx2x_pfc_clear() 122 bnx2x_update_pfc(&bp->link_params, &bp->link_vars, &nig_params); in bnx2x_pfc_clear()
|
H A D | bnx2x_link.c | 2120 struct bnx2x_nig_brb_pfc_port_params *nig_params) in bnx2x_update_pfc_nig() 2154 if (nig_params) { in bnx2x_update_pfc_nig() 2155 llfc_out_en = nig_params->llfc_out_en; in bnx2x_update_pfc_nig() 2156 llfc_enable = nig_params->llfc_enable; in bnx2x_update_pfc_nig() 2157 pause_enable = nig_params->pause_enable; in bnx2x_update_pfc_nig() 2193 if (nig_params) { in bnx2x_update_pfc_nig() 2195 pkt_priority_to_cos = nig_params->pkt_priority_to_cos; in bnx2x_update_pfc_nig() 2197 for (i = 0; i < nig_params->num_of_rx_cos_priority_mask; i++) in bnx2x_update_pfc_nig() 2199 nig_params->rx_cos_priority_mask[i], port); in bnx2x_update_pfc_nig() 2203 nig_params in bnx2x_update_pfc_nig() 2118 bnx2x_update_pfc_nig(struct link_params *params, struct link_vars *vars, struct bnx2x_nig_brb_pfc_port_params *nig_params) bnx2x_update_pfc_nig() argument [all...] |
Completed in 22 milliseconds