Home
last modified time | relevance | path

Searched refs:vnic_wq_buf (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/cisco/enic/
Dvnic_wq.h53 struct vnic_wq_buf { struct
54 struct vnic_wq_buf *next; argument
65 struct vnic_wq_buf *prev; argument
75 (VNIC_WQ_BUF_BLK_ENTRIES(entries) * sizeof(struct vnic_wq_buf))
85 struct vnic_wq_buf *bufs[VNIC_WQ_BUF_BLKS_MAX];
86 struct vnic_wq_buf *to_use;
87 struct vnic_wq_buf *to_clean;
137 struct vnic_wq_buf *buf = wq->to_use; in vnic_wq_post()
157 struct cq_desc *cq_desc, struct vnic_wq_buf *buf, void *opaque), in vnic_wq_service()
160 struct vnic_wq_buf *buf; in vnic_wq_service()
[all …]
Dvnic_wq.c33 struct vnic_wq_buf *buf; in vnic_wq_alloc_bufs()
196 void (*buf_clean)(struct vnic_wq *wq, struct vnic_wq_buf *buf)) in vnic_wq_clean()
198 struct vnic_wq_buf *buf; in vnic_wq_clean()
Denic_main.c324 static void enic_free_wq_buf(struct vnic_wq *wq, struct vnic_wq_buf *buf) in enic_free_wq_buf()
340 struct cq_desc *cq_desc, struct vnic_wq_buf *buf, void *opaque) in enic_wq_free_buf()
803 struct vnic_wq_buf *buf; in enic_queue_wq_skb()
/Linux-v5.10/drivers/scsi/snic/
Dvnic_wq.h50 struct vnic_wq_buf { struct
51 struct vnic_wq_buf *next; argument
67 (VNIC_WQ_BUF_DFLT_BLK_ENTRIES * sizeof(struct vnic_wq_buf))
79 struct vnic_wq_buf *bufs[VNIC_WQ_BUF_BLKS_MAX];
80 struct vnic_wq_buf *to_use;
81 struct vnic_wq_buf *to_clean;
106 struct vnic_wq_buf *buf = wq->to_use; in svnic_wq_post()
131 struct cq_desc *cq_desc, struct vnic_wq_buf *buf, void *opaque), in svnic_wq_service()
134 struct vnic_wq_buf *buf; in svnic_wq_service()
169 void (*buf_clean)(struct vnic_wq *wq, struct vnic_wq_buf *buf));
Dvnic_wq.c45 struct vnic_wq_buf *buf; in vnic_wq_alloc_bufs()
214 void (*buf_clean)(struct vnic_wq *wq, struct vnic_wq_buf *buf)) in svnic_wq_clean()
216 struct vnic_wq_buf *buf; in svnic_wq_clean()
Dsnic_io.c36 struct vnic_wq_buf *buf, in snic_wq_cmpl_frame_send()
97 snic_free_wq_buf(struct vnic_wq *wq, struct vnic_wq_buf *buf) in snic_free_wq_buf()
Dsnic.h394 void snic_free_wq_buf(struct vnic_wq *, struct vnic_wq_buf *);
/Linux-v5.10/drivers/scsi/fnic/
Dvnic_wq.h69 struct vnic_wq_buf { struct
70 struct vnic_wq_buf *next; argument
82 (VNIC_WQ_BUF_BLK_ENTRIES * sizeof(struct vnic_wq_buf))
92 struct vnic_wq_buf *bufs[VNIC_WQ_BUF_BLKS_MAX];
93 struct vnic_wq_buf *to_use;
94 struct vnic_wq_buf *to_clean;
119 struct vnic_wq_buf *buf = wq->to_use; in vnic_wq_post()
144 struct cq_desc *cq_desc, struct vnic_wq_buf *buf, void *opaque), in vnic_wq_service()
147 struct vnic_wq_buf *buf; in vnic_wq_service()
181 void (*buf_clean)(struct vnic_wq *wq, struct vnic_wq_buf *buf));
Dvnic_wq.c49 struct vnic_wq_buf *buf; in vnic_wq_alloc_bufs()
223 void (*buf_clean)(struct vnic_wq *wq, struct vnic_wq_buf *buf)) in vnic_wq_clean()
225 struct vnic_wq_buf *buf; in vnic_wq_clean()
Dfnic.h332 void fnic_free_wq_buf(struct vnic_wq *wq, struct vnic_wq_buf *buf);
Dfnic_fcs.c1246 struct vnic_wq_buf *buf, void *opaque) in fnic_wq_complete_frame_send()
1290 void fnic_free_wq_buf(struct vnic_wq *wq, struct vnic_wq_buf *buf) in fnic_free_wq_buf()