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()255 struct bnx2x_dcbx_cos_params *cos_params = in bnx2x_dcbx_get_ets_feature() local256 bp->dcbx_port_params.ets.cos_params; in bnx2x_dcbx_get_ets_feature()268 for (i = 0; i < ARRAY_SIZE(bp->dcbx_port_params.ets.cos_params) ; i++) { in bnx2x_dcbx_get_ets_feature()269 cos_params[i].pauseable = false; in bnx2x_dcbx_get_ets_feature()270 cos_params[i].strict = BNX2X_DCBX_STRICT_INVALID; in bnx2x_dcbx_get_ets_feature()271 cos_params[i].bw_tbl = DCBX_INVALID_COS_BW; in bnx2x_dcbx_get_ets_feature()272 cos_params[i].pri_bitmask = 0; in bnx2x_dcbx_get_ets_feature()331 struct bnx2x_dcbx_cos_params *cos_params = in bnx2x_dcbx_map_nw() local332 bp->dcbx_port_params.ets.cos_params; in bnx2x_dcbx_map_nw()[all …]
53 struct bnx2x_dcbx_cos_params cos_params[DCBX_COS_MAX_NUM]; member