Searched defs:imm_data (Results 1 - 5 of 5) sorted by relevance

/drivers/net/ethernet/chelsio/cxgb3/
H A Dadapter.h152 unsigned long imm_data; /* responses with immediate data */ member in struct:sge_rspq
H A Dsge.c129 u8 imm_data[47]; member in struct:rsp_desc
927 skb_copy_to_linear_data(skb, resp->imm_data, IMMED_PKT_SIZE);
2297 q->imm_data++;
/drivers/net/ethernet/ibm/ehea/
H A Dehea_main.c1629 u8 *imm_data = &swqe->u.immdata_desc.immediate_data[0]; local
1646 skb_copy_from_linear_data(skb, imm_data, immediate_len);
1657 skb_copy_from_linear_data(skb, imm_data, skb_data_size);
2033 u8 *imm_data = &swqe->u.immdata_nodesc.immediate_data[0]; local
2038 skb_copy_from_linear_data(skb, imm_data, skb->len);
2040 skb_copy_bits(skb, 0, imm_data, skb->len);
/drivers/infiniband/hw/ipath/
H A Dipath_verbs.h113 __be32 imm_data; member in struct:ipath_other_headers::__anon961::__anon962
117 __be32 imm_data; member in struct:ipath_other_headers::__anon961::__anon963
123 __be32 imm_data; member in union:ipath_other_headers::__anon961
131 * long (72 w/ imm_data). Only the first 56 bytes of the IB header
/drivers/infiniband/hw/qib/
H A Dqib_verbs.h165 __be32 imm_data; member in struct:qib_other_headers::__anon1057::__anon1058
169 __be32 imm_data; member in struct:qib_other_headers::__anon1057::__anon1059
175 __be32 imm_data; member in union:qib_other_headers::__anon1057
183 * long (72 w/ imm_data). Only the first 56 bytes of the IB header

Completed in 154 milliseconds