Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/cisco/enic/
H A Dvnic_wq.h40 struct vnic_wq_buf { struct
41 struct vnic_wq_buf *next; argument
52 struct vnic_wq_buf *prev; argument
62 (VNIC_WQ_BUF_BLK_ENTRIES(entries) * sizeof(struct vnic_wq_buf))
72 struct vnic_wq_buf *bufs[VNIC_WQ_BUF_BLKS_MAX];
73 struct vnic_wq_buf *to_use;
74 struct vnic_wq_buf *to_clean;
124 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()
[all …]
H A Dvnic_wq.c20 struct vnic_wq_buf *buf; in vnic_wq_alloc_bufs()
183 void (*buf_clean)(struct vnic_wq *wq, struct vnic_wq_buf *buf)) in vnic_wq_clean()
185 struct vnic_wq_buf *buf; in vnic_wq_clean()
H A 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()
802 struct vnic_wq_buf *buf; in enic_queue_wq_skb()
/openbmc/linux/drivers/scsi/snic/
H A Dvnic_wq.h36 struct vnic_wq_buf { struct
37 struct vnic_wq_buf *next; argument
53 (VNIC_WQ_BUF_DFLT_BLK_ENTRIES * sizeof(struct vnic_wq_buf))
65 struct vnic_wq_buf *bufs[VNIC_WQ_BUF_BLKS_MAX];
66 struct vnic_wq_buf *to_use;
67 struct vnic_wq_buf *to_clean;
92 struct vnic_wq_buf *buf = wq->to_use; in svnic_wq_post()
117 struct cq_desc *cq_desc, struct vnic_wq_buf *buf, void *opaque), in svnic_wq_service()
120 struct vnic_wq_buf *buf; in svnic_wq_service()
155 void (*buf_clean)(struct vnic_wq *wq, struct vnic_wq_buf *buf));
H A Dvnic_wq.c31 struct vnic_wq_buf *buf; in vnic_wq_alloc_bufs()
200 void (*buf_clean)(struct vnic_wq *wq, struct vnic_wq_buf *buf)) in svnic_wq_clean()
202 struct vnic_wq_buf *buf; in svnic_wq_clean()
H A Dsnic_io.c22 struct vnic_wq_buf *buf, in snic_wq_cmpl_frame_send()
83 snic_free_wq_buf(struct vnic_wq *wq, struct vnic_wq_buf *buf) in snic_free_wq_buf()
H A Dsnic.h380 void snic_free_wq_buf(struct vnic_wq *, struct vnic_wq_buf *);
/openbmc/linux/drivers/scsi/fnic/
H A Dvnic_wq.h57 struct vnic_wq_buf { struct
58 struct vnic_wq_buf *next; argument
70 (VNIC_WQ_BUF_BLK_ENTRIES * sizeof(struct vnic_wq_buf))
80 struct vnic_wq_buf *bufs[VNIC_WQ_BUF_BLKS_MAX];
81 struct vnic_wq_buf *to_use;
82 struct vnic_wq_buf *to_clean;
107 struct vnic_wq_buf *buf = wq->to_use; in vnic_wq_post()
132 struct cq_desc *cq_desc, struct vnic_wq_buf *buf, void *opaque), in vnic_wq_service()
135 struct vnic_wq_buf *buf; in vnic_wq_service()
169 void (*buf_clean)(struct vnic_wq *wq, struct vnic_wq_buf *buf));
H A Dvnic_wq.c37 struct vnic_wq_buf *buf; in vnic_wq_alloc_bufs()
211 void (*buf_clean)(struct vnic_wq *wq, struct vnic_wq_buf *buf)) in vnic_wq_clean()
213 struct vnic_wq_buf *buf; in vnic_wq_clean()
H A Dfnic.h337 void fnic_free_wq_buf(struct vnic_wq *wq, struct vnic_wq_buf *buf);
H A Dfnic_fcs.c1236 struct vnic_wq_buf *buf, void *opaque) in fnic_wq_complete_frame_send()
1280 void fnic_free_wq_buf(struct vnic_wq *wq, struct vnic_wq_buf *buf) in fnic_free_wq_buf()