Home
last modified time | relevance | path

Searched refs:hdr_ofs (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_hash.h18 #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) | \
H A Dnpc_profile.h152 #define KEX_LD_CFG(bytesm1, hdr_ofs, ena, flags_ena, key_ofs) \ argument
153 (((bytesm1) << 16) | ((hdr_ofs) << 8) | ((ena) << 7) | \
/openbmc/linux/drivers/net/caif/
H A Dcaif_virtio.c485 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()