Home
last modified time | relevance | path

Searched refs:vnic_rq_buf (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/net/ethernet/cisco/enic/
H A Dvnic_rq.h50 (VNIC_RQ_BUF_BLK_ENTRIES(entries) * sizeof(struct vnic_rq_buf))
55 struct vnic_rq_buf { struct
56 struct vnic_rq_buf *next; argument
77 struct vnic_rq_buf *bufs[VNIC_RQ_BUF_BLKS_MAX]; argument
78 struct vnic_rq_buf *to_use;
79 struct vnic_rq_buf *to_clean;
111 struct vnic_rq_buf *buf = rq->to_use; in vnic_rq_post()
154 struct cq_desc *cq_desc, struct vnic_rq_buf *buf, in vnic_rq_service()
157 struct vnic_rq_buf *buf; in vnic_rq_service()
204 void (*buf_clean)(struct vnic_rq *rq, struct vnic_rq_buf *buf));
H A Dvnic_rq.c20 struct vnic_rq_buf *buf; in vnic_rq_alloc_bufs()
172 void (*buf_clean)(struct vnic_rq *rq, struct vnic_rq_buf *buf)) in vnic_rq_clean()
174 struct vnic_rq_buf *buf; in vnic_rq_clean()
H A Denic_main.c1234 static void enic_free_rq_buf(struct vnic_rq *rq, struct vnic_rq_buf *buf) in enic_free_rq_buf()
1255 struct vnic_rq_buf *buf = rq->to_use; in enic_rq_alloc_buf()
1290 struct vnic_rq_buf *buf, u16 len) in enic_rxcopybreak()
1309 struct cq_desc *cq_desc, struct vnic_rq_buf *buf, in enic_rq_indicate_buf()
/openbmc/linux/drivers/scsi/fnic/
H A Dvnic_rq.h65 (VNIC_RQ_BUF_BLK_ENTRIES * sizeof(struct vnic_rq_buf))
70 struct vnic_rq_buf { struct
71 struct vnic_rq_buf *next; argument
85 struct vnic_rq_buf *bufs[VNIC_RQ_BUF_BLKS_MAX]; argument
86 struct vnic_rq_buf *to_use;
87 struct vnic_rq_buf *to_clean;
124 struct vnic_rq_buf *buf = rq->to_use; in vnic_rq_post()
171 struct cq_desc *cq_desc, struct vnic_rq_buf *buf, in vnic_rq_service()
174 struct vnic_rq_buf *buf; in vnic_rq_service()
221 void (*buf_clean)(struct vnic_rq *rq, struct vnic_rq_buf *buf));
H A Dvnic_rq.c17 struct vnic_rq_buf *buf; in vnic_rq_alloc_bufs()
154 void (*buf_clean)(struct vnic_rq *rq, struct vnic_rq_buf *buf)) in vnic_rq_clean()
156 struct vnic_rq_buf *buf; in vnic_rq_clean()
H A Dfnic.h343 void fnic_free_rq_buf(struct vnic_rq *rq, struct vnic_rq_buf *buf);
H A Dfnic_fcs.c816 *cq_desc, struct vnic_rq_buf *buf, in fnic_rq_cmpl_frame_recv()
992 void fnic_free_rq_buf(struct vnic_rq *rq, struct vnic_rq_buf *buf) in fnic_free_rq_buf()