Searched refs:hdr_ofs (Results 1 – 2 of 2) sorted by relevance
485 u8 pad_len, hdr_ofs; in cfv_alloc_and_copy_to_shm() local501 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()
654 #define KEX_LD_CFG(bytesm1, hdr_ofs, ena, flags_ena, key_ofs) \ argument655 (((bytesm1) << 16) | ((hdr_ofs) << 8) | ((ena) << 7) | \