Searched refs:cos_params (Results 1 – 2 of 2) sorted by relevance
88 bp->dcbx_port_params.ets.cos_params[i].pri_bitmask in bnx2x_pfc_set()280 struct bnx2x_dcbx_cos_params *cos_params = in bnx2x_dcbx_get_ets_feature() local281 bp->dcbx_port_params.ets.cos_params; in bnx2x_dcbx_get_ets_feature()292 for (i = 0; i < ARRAY_SIZE(bp->dcbx_port_params.ets.cos_params) ; i++) { in bnx2x_dcbx_get_ets_feature()293 cos_params[i].pauseable = false; in bnx2x_dcbx_get_ets_feature()294 cos_params[i].strict = BNX2X_DCBX_STRICT_INVALID; in bnx2x_dcbx_get_ets_feature()295 cos_params[i].bw_tbl = DCBX_INVALID_COS_BW; in bnx2x_dcbx_get_ets_feature()296 cos_params[i].pri_bitmask = 0; in bnx2x_dcbx_get_ets_feature()354 struct bnx2x_dcbx_cos_params *cos_params = in bnx2x_dcbx_map_nw() local355 bp->dcbx_port_params.ets.cos_params; in bnx2x_dcbx_map_nw()[all …]
55 struct bnx2x_dcbx_cos_params cos_params[DCBX_COS_MAX_NUM]; member