Lines Matching refs:Vmxnet3_RxCompDesc
314 static void vmxnet3_RxCompToCPU(const struct Vmxnet3_RxCompDesc *srcDesc,
315 struct Vmxnet3_RxCompDesc *dstDesc)
320 for (i = 0; i < sizeof(struct Vmxnet3_RxCompDesc) / sizeof(u32); i++) {
779 vmxnet3_append_frag(struct sk_buff *skb, struct Vmxnet3_RxCompDesc *rcd,
1494 vmxnet3_rx_error(struct vmxnet3_rx_queue *rq, struct Vmxnet3_RxCompDesc *rcd,
1609 struct Vmxnet3_RxCompDesc *rcd;
1615 struct Vmxnet3_RxCompDesc rxComp;
2127 * sizeof(struct Vmxnet3_RxCompDesc),
2215 sizeof(struct Vmxnet3_RxCompDesc));
2297 sz = rq->comp_ring.size * sizeof(struct Vmxnet3_RxCompDesc);