Searched refs:fofs (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/lib/librte_ip_frag/ |
| H A D | rte_ipv4_fragmentation.c | 26 const struct rte_ipv4_hdr *src, uint16_t len, uint16_t fofs, in __fill_ipv4hdr_frag() argument 30 fofs = (uint16_t)(fofs + (dofs >> RTE_IPV4_HDR_FO_SHIFT)); in __fill_ipv4hdr_frag() 31 fofs = (uint16_t)(fofs | mf << RTE_IPV4_HDR_MF_SHIFT); in __fill_ipv4hdr_frag() 32 dst->fragment_offset = rte_cpu_to_be_16(fofs); in __fill_ipv4hdr_frag()
|
| H A D | rte_ipv6_fragmentation.c | 22 const struct rte_ipv6_hdr *src, uint16_t len, uint16_t fofs, in __fill_ipv6hdr_frag() argument 34 fh->frag_data = rte_cpu_to_be_16(RTE_IPV6_SET_FRAG_DATA(fofs, mf)); in __fill_ipv6hdr_frag()
|
| /f-stack/freebsd/contrib/openzfs/module/icp/asm-x86_64/aes/ |
| H A D | aes_amd64.S | 312 #define fofs 128 /* adjust offset in key schedule to keep |disp| < 128 */ macro 313 #define fk_ref(x, y) -16*x+fofs+4*y(kptr) 736 sub $fofs, kptr 744 xor fofs(kptr), %eax 745 xor fofs+4(kptr), %ebx 746 xor fofs+8(kptr), %ecx 747 xor fofs+12(kptr), %edx
|