Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_dcb.c179 u32 *ttp = bp->dcbx_port_params.app.traffic_type_priority; in bnx2x_dcbx_get_ap_priority() local
190 ttp[llfc_traf_type] = max_t(u32, ttp[llfc_traf_type], pri); in bnx2x_dcbx_get_ap_priority()
197 u32 *ttp = bp->dcbx_port_params.app.traffic_type_priority; in bnx2x_dcbx_get_ap_feature() local
216 ttp[index] = 0; in bnx2x_dcbx_get_ap_feature()
252 if (ttp[LLFC_TRAFFIC_TYPE_NW] != 0) { in bnx2x_dcbx_get_ap_feature()
254 ttp[LLFC_TRAFFIC_TYPE_ISCSI] = in bnx2x_dcbx_get_ap_feature()
255 ttp[LLFC_TRAFFIC_TYPE_NW]; in bnx2x_dcbx_get_ap_feature()
260 ttp[LLFC_TRAFFIC_TYPE_FCOE] = in bnx2x_dcbx_get_ap_feature()
261 ttp[LLFC_TRAFFIC_TYPE_NW]; in bnx2x_dcbx_get_ap_feature()
270 ttp[index] = INVALID_TRAFFIC_TYPE_PRIORITY; in bnx2x_dcbx_get_ap_feature()
[all …]