Home
last modified time | relevance | path

Searched refs:c_hdr (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb4/
Dcudbg_zlib.c33 struct cudbg_compress_hdr *c_hdr; in cudbg_compress_buff() local
41 c_hdr = (struct cudbg_compress_hdr *)temp_buff.data; in cudbg_compress_buff()
42 c_hdr->compress_id = CUDBG_ZLIB_COMPRESS_ID; in cudbg_compress_buff()
65 c_hdr->compress_size = compress_stream.total_out; in cudbg_compress_buff()
66 c_hdr->decompress_size = pin_buff->size; in cudbg_compress_buff()
/Linux-v5.10/drivers/infiniband/sw/siw/
Dsiw_qp_rx.c1002 struct iwarp_ctrl *c_hdr = &srx->hdr.ctrl; in siw_get_hdr() local
1015 (char *)c_hdr + srx->fpdu_part_rcvd, bytes); in siw_get_hdr()
1026 if (unlikely(__ddp_get_version(c_hdr) != DDP_VERSION)) { in siw_get_hdr()
1031 __ddp_get_version(c_hdr)); in siw_get_hdr()
1033 if (c_hdr->ddp_rdmap_ctrl & DDP_FLAG_TAGGED) { in siw_get_hdr()
1044 if (unlikely(__rdmap_get_version(c_hdr) != RDMAP_VERSION)) { in siw_get_hdr()
1046 __rdmap_get_version(c_hdr)); in siw_get_hdr()
1053 opcode = __rdmap_get_opcode(c_hdr); in siw_get_hdr()
1066 opcode = __rdmap_get_opcode(c_hdr); in siw_get_hdr()
1084 (char *)c_hdr + srx->fpdu_part_rcvd, bytes); in siw_get_hdr()
[all …]
/Linux-v5.10/drivers/net/ethernet/intel/ixgbevf/
Dipsec.c554 u8 *c_hdr; in ixgbevf_ipsec_rx() local
565 c_hdr = (u8 *)ip4 + ip4->ihl * 4; in ixgbevf_ipsec_rx()
569 c_hdr = (u8 *)ip6 + sizeof(struct ipv6hdr); in ixgbevf_ipsec_rx()
576 spi = ((struct ip_auth_hdr *)c_hdr)->spi; in ixgbevf_ipsec_rx()
580 spi = ((struct ip_esp_hdr *)c_hdr)->spi; in ixgbevf_ipsec_rx()
/Linux-v5.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ipsec.c1167 u8 *c_hdr; in ixgbe_ipsec_rx() local
1178 c_hdr = (u8 *)ip4 + ip4->ihl * 4; in ixgbe_ipsec_rx()
1182 c_hdr = (u8 *)ip6 + sizeof(struct ipv6hdr); in ixgbe_ipsec_rx()
1189 spi = ((struct ip_auth_hdr *)c_hdr)->spi; in ixgbe_ipsec_rx()
1193 spi = ((struct ip_esp_hdr *)c_hdr)->spi; in ixgbe_ipsec_rx()