Home
last modified time | relevance | path

Searched refs:nig_params (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_dcb.c122 struct bnx2x_nig_brb_pfc_port_params nig_params = {0}; in bnx2x_pfc_clear() local
123 nig_params.pause_enable = 1; in bnx2x_pfc_clear()
126 bnx2x_update_pfc(&bp->link_params, &bp->link_vars, &nig_params); in bnx2x_pfc_clear()
Dbnx2x_link.c2511 struct bnx2x_nig_brb_pfc_port_params *nig_params) in bnx2x_update_pfc_nig() argument
2547 if (nig_params) { in bnx2x_update_pfc_nig()
2548 llfc_out_en = nig_params->llfc_out_en; in bnx2x_update_pfc_nig()
2549 llfc_enable = nig_params->llfc_enable; in bnx2x_update_pfc_nig()
2550 pause_enable = nig_params->pause_enable; in bnx2x_update_pfc_nig()
2586 if (nig_params) { in bnx2x_update_pfc_nig()
2588 pkt_priority_to_cos = nig_params->pkt_priority_to_cos; in bnx2x_update_pfc_nig()
2590 for (i = 0; i < nig_params->num_of_rx_cos_priority_mask; i++) in bnx2x_update_pfc_nig()
2592 nig_params->rx_cos_priority_mask[i], port); in bnx2x_update_pfc_nig()
2596 nig_params->llfc_high_priority_classes); in bnx2x_update_pfc_nig()
[all …]