Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/fnic/
Dcq_enet_desc.h97 u8 *vlan_stripped, u16 *vlan, u16 *checksum, u8 *fcoe_sof, in cq_enet_rq_desc_dec() argument
130 *vlan_stripped = (bytes_written_flags & in cq_enet_rq_desc_dec()
Dcq_exch_desc.h103 u8 *vlan_stripped, in cq_fcp_rq_desc_dec() argument
122 *vlan_stripped = in cq_fcp_rq_desc_dec()
Dfnic_fcs.c841 u8 type, color, eop, sop, ingress_port, vlan_stripped; in fnic_rq_cmpl_frame_recv() local
868 &fcoe_enc_error, &fcs_ok, &vlan_stripped, in fnic_rq_cmpl_frame_recv()
881 &vlan_stripped, &vlan, &checksum, in fnic_rq_cmpl_frame_recv()
/Linux-v5.4/drivers/net/ethernet/cisco/enic/
Dcq_enet_desc.h108 u8 *vlan_stripped, u16 *vlan_tci, u16 *checksum, u8 *fcoe_sof, in cq_enet_rq_desc_dec() argument
145 *vlan_stripped = (bytes_written_flags & in cq_enet_rq_desc_dec()
Denic_main.c1337 u8 type, color, eop, sop, ingress_port, vlan_stripped; in enic_rq_indicate_buf() local
1355 &packet_error, &vlan_stripped, &vlan_tci, &checksum, in enic_rq_indicate_buf()
1443 if (vlan_stripped) in enic_rq_indicate_buf()
/Linux-v5.4/drivers/net/ethernet/cavium/thunder/
Dq_struct.h183 u64 vlan_stripped:1; member
228 u64 vlan_stripped:1;
Dnicvf_main.c838 if (cqe_rx->vlan_found && cqe_rx->vlan_stripped) in nicvf_rcv_pkt_handler()