Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/bnx2x/
Dbnx2x_dcb.c60 if (bp->dcbx_port_params.ets.cos_params[0].pauseable) in bnx2x_pfc_set()
62 bp->dcbx_port_params.ets.cos_params[0].pri_bitmask; in bnx2x_pfc_set()
63 if (bp->dcbx_port_params.ets.cos_params[1].pauseable) in bnx2x_pfc_set()
65 bp->dcbx_port_params.ets.cos_params[1].pri_bitmask; in bnx2x_pfc_set()
245 struct bnx2x_dcbx_cos_params *cos_params = in bnx2x_dcbx_get_ets_feature() local
246 bp->dcbx_port_params.ets.cos_params; in bnx2x_dcbx_get_ets_feature()
258 cos_params[i].pauseable = false; in bnx2x_dcbx_get_ets_feature()
259 cos_params[i].strict = BNX2X_DCBX_COS_NOT_STRICT; in bnx2x_dcbx_get_ets_feature()
260 cos_params[i].bw_tbl = DCBX_INVALID_COS_BW; in bnx2x_dcbx_get_ets_feature()
261 cos_params[i].pri_bitmask = DCBX_PFC_PRI_GET_NON_PAUSE(bp, 0); in bnx2x_dcbx_get_ets_feature()
[all …]
Dbnx2x_dcb.h45 struct bnx2x_dcbx_cos_params cos_params[E2_NUM_OF_COS]; member