Searched refs:hdr_ofs (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_npc_hash.h | 18 #define KEX_LD_CFG_USE_HASH(use_hash, bytesm1, hdr_ofs, ena, flags_ena, key_ofs) \ argument 19 ((use_hash) << 20 | ((bytesm1) << 16) | ((hdr_ofs) << 8) | \ 21 #define KEX_LD_CFG_HASH(hdr_ofs, bytesm1, lt_en, lid_en, lid, ltype_match, ltype_mask) \ argument 22 (((hdr_ofs) << 32) | ((bytesm1) << 16) | \
|
D | npc_profile.h | 152 #define KEX_LD_CFG(bytesm1, hdr_ofs, ena, flags_ena, key_ofs) \ argument 153 (((bytesm1) << 16) | ((hdr_ofs) << 8) | ((ena) << 7) | \
|
/linux-6.1.9/drivers/net/caif/ |
D | caif_virtio.c | 485 u8 pad_len, hdr_ofs; in cfv_alloc_and_copy_to_shm() local 501 hdr_ofs = cfv->tx_hr + info->hdr_len; in cfv_alloc_and_copy_to_shm() 502 pad_len = hdr_ofs & (IP_HDR_ALIGN - 1); in cfv_alloc_and_copy_to_shm()
|