OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vlan_macip_lens
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/pci/igc/
igc_base.h
39
uint32_t
vlan_macip_lens
;
member in struct:igc_adv_tx_context_desc
if_igc.c
3205
uint32_t
vlan_macip_lens
= 0;
local
3235
vlan_macip_lens
|= (uint32_t)vlan_get_tag(mp)
3322
vlan_macip_lens
|= iphlen;
3323
vlan_macip_lens
|= ehlen << IGC_ADVTXD_MACLEN_SHIFT;
3335
htolem32(&txdesc->
vlan_macip_lens
,
vlan_macip_lens
);
/src/sys/dev/pci/ixgbe/
ix_txrx.c
843
u32
vlan_macip_lens
= 0;
local
872
vlan_macip_lens
|= (vtag << IXGBE_ADVTXD_VLAN_SHIFT);
894
vlan_macip_lens
|= ehdrlen << IXGBE_ADVTXD_MACLEN_SHIFT;
938
vlan_macip_lens
|= ip_hlen;
971
TXD->
vlan_macip_lens
= htole32(
vlan_macip_lens
);
1005
u32
vlan_macip_lens
= 0;
local
1070
vlan_macip_lens
|= (vtag << IXGBE_ADVTXD_VLAN_SHIFT);
1073
vlan_macip_lens
|= ehdrlen << IXGBE_ADVTXD_MACLEN_SHIFT;
1074
vlan_macip_lens
|= ip_hlen
[
all
...]
ixgbe_type.h
3414
__le32
vlan_macip_lens
;
member in struct:ixgbe_adv_tx_context_desc
Completed in 27 milliseconds
Indexes created Mon Aug 17 00:26:26 UTC 2026