Home
last modified time | relevance | path

Searched refs:ip_offset (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/arch/mips/include/asm/octeon/
Dcvmx-wqe.h64 uint64_t ip_offset:8; member
192 uint64_t ip_offset:8;
199 uint64_t ip_offset:8; member
239 uint64_t ip_offset:8;
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns/
Dhns_enet.c55 u8 ip_offset = 0; in fill_v2_desc_hw() local
83 ip_offset = ETH_HLEN; in fill_v2_desc_hw()
86 ip_offset += VLAN_HLEN; in fill_v2_desc_hw()
120 desc->tx.ip_offset = ip_offset; in fill_v2_desc_hw()
159 u32 ip_offset; in fill_desc() local
181 ip_offset = ETH_HLEN; in fill_desc()
185 ip_offset += VLAN_HLEN; in fill_desc()
200 flag_ipoffset |= ip_offset << HNS_TXD_IPOFFSET_S; in fill_desc()
Dhnae.h187 __u8 ip_offset; member
/Linux-v4.19/arch/mips/cavium-octeon/executive/
Dcvmx-helper-util.c115 work->word2.s.ip_offset; in cvmx_helper_dump_packet()
/Linux-v4.19/drivers/staging/octeon/
Dethernet-tx.c590 work->word2.s.ip_offset = 14; in cvm_oct_xmit_pow()