Searched refs:vlan_prio (Results 1 – 14 of 14) sorted by relevance
| /drivers/net/ethernet/marvell/octeontx2/nic/ |
| A D | otx2_dcbnl.c | 335 void otx2_update_bpid_in_rqctx(struct otx2_nic *pfvf, int vlan_prio, int qidx, in otx2_update_bpid_in_rqctx() argument 355 pfvf->queue_to_pfc_map[qidx] = vlan_prio; in otx2_update_bpid_in_rqctx() 363 aq->cq.bpid = pfvf->bpid[vlan_prio]; in otx2_update_bpid_in_rqctx() 378 npa_aq->aura.nix0_bpid = pfvf->bpid[vlan_prio]; in otx2_update_bpid_in_rqctx()
|
| A D | otx2_flows.c | 978 int vlan_prio, qidx, pfc_rule = 0; in otx2_add_flow_msg() local 1026 vlan_prio = ntohs(req->packet.vlan_tci) & in otx2_add_flow_msg() 1030 vlan_prio >>= 13; in otx2_add_flow_msg() 1033 if (pfvf->pfc_en & BIT(vlan_prio)) { in otx2_add_flow_msg() 1053 otx2_update_bpid_in_rqctx(pfvf, vlan_prio, qidx, true); in otx2_add_flow_msg()
|
| A D | otx2_pf.c | 2279 u8 vlan_prio; in otx2_select_queue() local 2303 vlan_prio = skb->vlan_tci >> 13; in otx2_select_queue() 2304 if ((vlan_prio > pf->hw.tx_queues - 1) || in otx2_select_queue() 2305 !pf->pfc_alloc_status[vlan_prio]) in otx2_select_queue() 2308 return vlan_prio; in otx2_select_queue()
|
| A D | otx2_common.h | 1152 void otx2_update_bpid_in_rqctx(struct otx2_nic *pfvf, int vlan_prio, int qidx, bool pfc_enable);
|
| /drivers/net/ethernet/chelsio/cxgb3/ |
| A D | l2t.c | 63 static inline unsigned int vlan_prio(const struct l2t_entry *e) in vlan_prio() function 104 V_L2T_W_PRIO(vlan_prio(e))); in setup_l2e_send_pending()
|
| /drivers/net/ethernet/intel/ice/ |
| A D | ice_tc_lib.h | 72 __be16 vlan_prio; /* Only last 3 bits valid (valid values: 0..7) */ member
|
| A D | ice_tc_lib.c | 453 headers->vlan_hdr.vlan_prio; in ice_tc_fill_rules() 483 headers->cvlan_hdr.vlan_prio; in ice_tc_fill_rules() 1795 headers->vlan_hdr.vlan_prio = in ice_parse_cls_flower() 1831 headers->cvlan_hdr.vlan_prio = in ice_parse_cls_flower()
|
| /drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ |
| A D | vlan.c | 61 attr->vlan_prio[vlan_idx] = act->vlan.prio; in parse_tc_vlan_action()
|
| /drivers/net/ethernet/chelsio/cxgb4/ |
| A D | l2t.c | 65 static inline unsigned int vlan_prio(const struct l2t_entry *e) in vlan_prio() function 709 e->vlan & VLAN_VID_MASK, vlan_prio(e), e->lport, in l2t_seq_show()
|
| /drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | eswitch.h | 534 u8 vlan_prio[MLX5_FS_VLAN_DEPTH]; member
|
| A D | eswitch_offloads.c | 691 flow_act.vlan[0].prio = esw_attr->vlan_prio[0]; in mlx5_eswitch_add_offloaded_rule() 695 flow_act.vlan[1].prio = esw_attr->vlan_prio[1]; in mlx5_eswitch_add_offloaded_rule()
|
| /drivers/s390/net/ |
| A D | qeth_core.h | 232 __u8 vlan_prio; member
|
| /drivers/net/ethernet/emulex/benet/ |
| A D | be_main.c | 789 u8 vlan_prio; in be_get_tx_vlan_tag() local 793 vlan_prio = skb_vlan_tag_get_prio(skb); in be_get_tx_vlan_tag() 795 if (!(adapter->vlan_prio_bmap & (1 << vlan_prio))) in be_get_tx_vlan_tag()
|
| /drivers/net/ethernet/broadcom/bnx2x/ |
| A D | bnx2x_main.c | 2810 u32 vlan_prio; in bnx2x_handle_afex_cmd() local 2890 vlan_prio = (mf_config & in bnx2x_handle_afex_cmd() 2893 vlan_val |= (vlan_prio << VLAN_PRIO_SHIFT); in bnx2x_handle_afex_cmd()
|
Completed in 90 milliseconds