Searched refs:type_tucmd_mlhl (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/dev/e1000/
H A De1000_vf.h146 u32 type_tucmd_mlhl; member in struct:e1000_adv_tx_context_desc
H A De1000_82575.h319 __le32 type_tucmd_mlhl; member in struct:e1000_adv_tx_context_desc
H A Dif_igb.c3718 u32 vlan_macip_lens = 0, type_tucmd_mlhl = 0; local
3742 type_tucmd_mlhl |= E1000_ADVTXD_DCMD_DEXT | E1000_ADVTXD_DTYP_CTXT;
3743 type_tucmd_mlhl |= E1000_ADVTXD_TUCMD_L4T_TCP;
3744 type_tucmd_mlhl |= E1000_ADVTXD_TUCMD_IPV4;
3745 TXD->type_tucmd_mlhl |= htole32(type_tucmd_mlhl);
3780 u32 vlan_macip_lens, type_tucmd_mlhl, mss_l4len_idx; local
3792 vlan_macip_lens = type_tucmd_mlhl = mss_l4len_idx = 0;
3834 type_tucmd_mlhl |= E1000_ADVTXD_TUCMD_IPV4;
3840 type_tucmd_mlhl |
[all...]
/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixv.c2383 u32 vlan_macip_lens = 0, type_tucmd_mlhl = 0; local
2436 type_tucmd_mlhl |= IXGBE_ADVTXD_TUCMD_IPV4;
2444 type_tucmd_mlhl |= IXGBE_ADVTXD_TUCMD_IPV6;
2452 type_tucmd_mlhl |= IXGBE_ADVTXD_DCMD_DEXT | IXGBE_ADVTXD_DTYP_CTXT;
2457 type_tucmd_mlhl |= IXGBE_ADVTXD_TUCMD_L4T_TCP;
2462 type_tucmd_mlhl |= IXGBE_ADVTXD_TUCMD_L4T_UDP;
2468 type_tucmd_mlhl |= IXGBE_ADVTXD_TUCMD_L4T_SCTP;
2478 TXD->type_tucmd_mlhl |= htole32(type_tucmd_mlhl);
2506 u32 vlan_macip_lens = 0, type_tucmd_mlhl local
[all...]
H A Dixgbe.c3282 u32 vlan_macip_lens = 0, type_tucmd_mlhl = 0; local
3336 type_tucmd_mlhl |= IXGBE_ADVTXD_TUCMD_IPV4;
3343 type_tucmd_mlhl |= IXGBE_ADVTXD_TUCMD_IPV6;
3351 type_tucmd_mlhl |= IXGBE_ADVTXD_DCMD_DEXT | IXGBE_ADVTXD_DTYP_CTXT;
3356 type_tucmd_mlhl |= IXGBE_ADVTXD_TUCMD_L4T_TCP;
3361 type_tucmd_mlhl |= IXGBE_ADVTXD_TUCMD_L4T_UDP;
3367 type_tucmd_mlhl |= IXGBE_ADVTXD_TUCMD_L4T_SCTP;
3380 TXD->type_tucmd_mlhl = htole32(type_tucmd_mlhl);
3404 u32 vlan_macip_lens = 0, type_tucmd_mlhl local
[all...]
H A Dixgbe_type.h2546 __le32 type_tucmd_mlhl; member in struct:ixgbe_adv_tx_context_desc

Completed in 180 milliseconds