Home
last modified time | relevance | path

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

/linux-4.1.27/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;
125 struct vnic_wq_buf *buf = wq->to_use; in vnic_wq_post()
145 struct cq_desc *cq_desc, struct vnic_wq_buf *buf, void *opaque), in vnic_wq_service()
148 struct vnic_wq_buf *buf; in vnic_wq_service()
[all …]
Dvnic_wq.c32 struct vnic_wq_buf *buf; in vnic_wq_alloc_bufs()
177 void (*buf_clean)(struct vnic_wq *wq, struct vnic_wq_buf *buf)) in vnic_wq_clean()
179 struct vnic_wq_buf *buf; in vnic_wq_clean()
Denic_main.c139 static void enic_free_wq_buf(struct vnic_wq *wq, struct vnic_wq_buf *buf) in enic_free_wq_buf()
155 struct cq_desc *cq_desc, struct vnic_wq_buf *buf, void *opaque) in enic_wq_free_buf()
543 struct vnic_wq_buf *buf; in enic_queue_wq_skb()
/linux-4.1.27/drivers/scsi/fnic/
Dvnic_wq.h67 struct vnic_wq_buf { struct
68 struct vnic_wq_buf *next; argument
80 (VNIC_WQ_BUF_BLK_ENTRIES * sizeof(struct vnic_wq_buf))
90 struct vnic_wq_buf *bufs[VNIC_WQ_BUF_BLKS_MAX];
91 struct vnic_wq_buf *to_use;
92 struct vnic_wq_buf *to_clean;
117 struct vnic_wq_buf *buf = wq->to_use; in vnic_wq_post()
142 struct cq_desc *cq_desc, struct vnic_wq_buf *buf, void *opaque), in vnic_wq_service()
145 struct vnic_wq_buf *buf; in vnic_wq_service()
173 void (*buf_clean)(struct vnic_wq *wq, struct vnic_wq_buf *buf));
Dvnic_wq.c29 struct vnic_wq_buf *buf; in vnic_wq_alloc_bufs()
160 void (*buf_clean)(struct vnic_wq *wq, struct vnic_wq_buf *buf)) in vnic_wq_clean()
162 struct vnic_wq_buf *buf; in vnic_wq_clean()
Dfnic.h330 void fnic_free_wq_buf(struct vnic_wq *wq, struct vnic_wq_buf *buf);
Dfnic_fcs.c1190 struct vnic_wq_buf *buf, void *opaque) in fnic_wq_complete_frame_send()
1234 void fnic_free_wq_buf(struct vnic_wq *wq, struct vnic_wq_buf *buf) in fnic_free_wq_buf()