Home
last modified time | relevance | path

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

/linux/drivers/scsi/fnic/
H A Dcq_enet_desc.h85 u8 *vlan_stripped, u16 *vlan, u16 *checksum, u8 *fcoe_sof, in cq_enet_rq_desc_dec() argument
118 *vlan_stripped = (bytes_written_flags & in cq_enet_rq_desc_dec()
H A Dcq_exch_desc.h91 u8 *vlan_stripped, in cq_fcp_rq_desc_dec() argument
110 *vlan_stripped = in cq_fcp_rq_desc_dec()
H A Dfnic_fcs.c430 u8 type, color, eop, sop, ingress_port, vlan_stripped; in fnic_rq_cmpl_frame_recv() local
461 &vlan_stripped, &vlan); in fnic_rq_cmpl_frame_recv()
469 &packet_error, &vlan_stripped, &vlan, in fnic_rq_cmpl_frame_recv()
/linux/drivers/net/ethernet/cisco/enic/
H A Dcq_enet_desc.h95 u8 *vlan_stripped, u16 *vlan_tci, u16 *checksum, u8 *fcoe_sof, in cq_enet_rq_desc_dec() argument
132 *vlan_stripped = (bytes_written_flags & in cq_enet_rq_desc_dec()
H A Denic.h154 u64 vlan_stripped; /* HW stripped vlan */ member
H A Denic_ethtool.c49 ENIC_PER_RQ_STAT(vlan_stripped),
/linux/drivers/net/ethernet/cavium/thunder/
H A Dq_struct.h183 u64 vlan_stripped:1; member
228 u64 vlan_stripped:1;
H A Dnicvf_main.c835 if (cqe_rx->vlan_found && cqe_rx->vlan_stripped) in nicvf_rcv_pkt_handler()
/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.h49 u64 vlan_stripped; member
H A Dionic_stats.c158 IONIC_RX_STAT_DESC(vlan_stripped),
H A Dionic_txrx.c693 stats->vlan_stripped++; in ionic_rx_clean()