Symbol: vnic_wq_buf
drivers/net/ethernet/cisco/enic/enic_main.c
815
struct vnic_wq_buf *buf;
drivers/net/ethernet/cisco/enic/enic_wq.c
41
void enic_free_wq_buf(struct vnic_wq *wq, struct vnic_wq_buf *buf)
drivers/net/ethernet/cisco/enic/enic_wq.c
57
struct vnic_wq_buf *buf, void *opaque)
drivers/net/ethernet/cisco/enic/enic_wq.h
5
void enic_free_wq_buf(struct vnic_wq *wq, struct vnic_wq_buf *buf);
drivers/net/ethernet/cisco/enic/vnic_wq.c
183
void (*buf_clean)(struct vnic_wq *wq, struct vnic_wq_buf *buf))
drivers/net/ethernet/cisco/enic/vnic_wq.c
185
struct vnic_wq_buf *buf;
drivers/net/ethernet/cisco/enic/vnic_wq.c
20
struct vnic_wq_buf *buf;
drivers/net/ethernet/cisco/enic/vnic_wq.h
124
struct vnic_wq_buf *buf = wq->to_use;
drivers/net/ethernet/cisco/enic/vnic_wq.h
144
struct cq_desc *cq_desc, struct vnic_wq_buf *buf, void *opaque),
drivers/net/ethernet/cisco/enic/vnic_wq.h
147
struct vnic_wq_buf *buf;
drivers/net/ethernet/cisco/enic/vnic_wq.h
175
void (*buf_clean)(struct vnic_wq *wq, struct vnic_wq_buf *buf));
drivers/net/ethernet/cisco/enic/vnic_wq.h
41
struct vnic_wq_buf *next;
drivers/net/ethernet/cisco/enic/vnic_wq.h
52
struct vnic_wq_buf *prev;
drivers/net/ethernet/cisco/enic/vnic_wq.h
62
(VNIC_WQ_BUF_BLK_ENTRIES(entries) * sizeof(struct vnic_wq_buf))
drivers/net/ethernet/cisco/enic/vnic_wq.h
72
struct vnic_wq_buf *bufs[VNIC_WQ_BUF_BLKS_MAX];
drivers/net/ethernet/cisco/enic/vnic_wq.h
73
struct vnic_wq_buf *to_use;
drivers/net/ethernet/cisco/enic/vnic_wq.h
74
struct vnic_wq_buf *to_clean;
drivers/scsi/fnic/fnic.h
492
void fnic_free_wq_buf(struct vnic_wq *wq, struct vnic_wq_buf *buf);
drivers/scsi/fnic/fnic_fcs.c
852
struct vnic_wq_buf *buf, void *opaque)
drivers/scsi/fnic/fnic_fcs.c
894
void fnic_free_wq_buf(struct vnic_wq *wq, struct vnic_wq_buf *buf)
drivers/scsi/fnic/vnic_wq.c
211
void (*buf_clean)(struct vnic_wq *wq, struct vnic_wq_buf *buf))
drivers/scsi/fnic/vnic_wq.c
213
struct vnic_wq_buf *buf;
drivers/scsi/fnic/vnic_wq.c
37
struct vnic_wq_buf *buf;
drivers/scsi/fnic/vnic_wq.h
107
struct vnic_wq_buf *buf = wq->to_use;
drivers/scsi/fnic/vnic_wq.h
132
struct cq_desc *cq_desc, struct vnic_wq_buf *buf, void *opaque),
drivers/scsi/fnic/vnic_wq.h
135
struct vnic_wq_buf *buf;
drivers/scsi/fnic/vnic_wq.h
169
void (*buf_clean)(struct vnic_wq *wq, struct vnic_wq_buf *buf));
drivers/scsi/fnic/vnic_wq.h
58
struct vnic_wq_buf *next;
drivers/scsi/fnic/vnic_wq.h
70
(VNIC_WQ_BUF_BLK_ENTRIES * sizeof(struct vnic_wq_buf))
drivers/scsi/fnic/vnic_wq.h
80
struct vnic_wq_buf *bufs[VNIC_WQ_BUF_BLKS_MAX];
drivers/scsi/fnic/vnic_wq.h
81
struct vnic_wq_buf *to_use;
drivers/scsi/fnic/vnic_wq.h
82
struct vnic_wq_buf *to_clean;
drivers/scsi/snic/snic.h
381
void snic_free_wq_buf(struct vnic_wq *, struct vnic_wq_buf *);
drivers/scsi/snic/snic_io.c
22
struct vnic_wq_buf *buf,
drivers/scsi/snic/snic_io.c
83
snic_free_wq_buf(struct vnic_wq *wq, struct vnic_wq_buf *buf)
drivers/scsi/snic/vnic_wq.c
200
void (*buf_clean)(struct vnic_wq *wq, struct vnic_wq_buf *buf))
drivers/scsi/snic/vnic_wq.c
202
struct vnic_wq_buf *buf;
drivers/scsi/snic/vnic_wq.c
31
struct vnic_wq_buf *buf;
drivers/scsi/snic/vnic_wq.h
117
struct cq_desc *cq_desc, struct vnic_wq_buf *buf, void *opaque),
drivers/scsi/snic/vnic_wq.h
120
struct vnic_wq_buf *buf;
drivers/scsi/snic/vnic_wq.h
155
void (*buf_clean)(struct vnic_wq *wq, struct vnic_wq_buf *buf));
drivers/scsi/snic/vnic_wq.h
37
struct vnic_wq_buf *next;
drivers/scsi/snic/vnic_wq.h
53
(VNIC_WQ_BUF_DFLT_BLK_ENTRIES * sizeof(struct vnic_wq_buf))
drivers/scsi/snic/vnic_wq.h
65
struct vnic_wq_buf *bufs[VNIC_WQ_BUF_BLKS_MAX];
drivers/scsi/snic/vnic_wq.h
66
struct vnic_wq_buf *to_use;
drivers/scsi/snic/vnic_wq.h
67
struct vnic_wq_buf *to_clean;
drivers/scsi/snic/vnic_wq.h
92
struct vnic_wq_buf *buf = wq->to_use;