Symbol: vnic_rq_buf
drivers/net/ethernet/cisco/enic/enic_rq.c
280
struct vnic_rq_buf *buf = rq->to_use;
drivers/net/ethernet/cisco/enic/enic_rq.c
304
void enic_free_rq_buf(struct vnic_rq *rq, struct vnic_rq_buf *buf)
drivers/net/ethernet/cisco/enic/enic_rq.c
317
struct vnic_rq_buf *buf, void *cq_desc,
drivers/net/ethernet/cisco/enic/enic_rq.c
392
struct vnic_rq_buf *vrq_buf = vrq->to_clean;
drivers/net/ethernet/cisco/enic/enic_rq.h
8
void enic_free_rq_buf(struct vnic_rq *rq, struct vnic_rq_buf *buf);
drivers/net/ethernet/cisco/enic/vnic_rq.c
172
void (*buf_clean)(struct vnic_rq *rq, struct vnic_rq_buf *buf))
drivers/net/ethernet/cisco/enic/vnic_rq.c
174
struct vnic_rq_buf *buf;
drivers/net/ethernet/cisco/enic/vnic_rq.c
20
struct vnic_rq_buf *buf;
drivers/net/ethernet/cisco/enic/vnic_rq.h
113
struct vnic_rq_buf *buf = rq->to_use;
drivers/net/ethernet/cisco/enic/vnic_rq.h
156
struct cq_desc *cq_desc, struct vnic_rq_buf *buf,
drivers/net/ethernet/cisco/enic/vnic_rq.h
159
struct vnic_rq_buf *buf;
drivers/net/ethernet/cisco/enic/vnic_rq.h
206
void (*buf_clean)(struct vnic_rq *rq, struct vnic_rq_buf *buf));
drivers/net/ethernet/cisco/enic/vnic_rq.h
50
(VNIC_RQ_BUF_BLK_ENTRIES(entries) * sizeof(struct vnic_rq_buf))
drivers/net/ethernet/cisco/enic/vnic_rq.h
56
struct vnic_rq_buf *next;
drivers/net/ethernet/cisco/enic/vnic_rq.h
79
struct vnic_rq_buf *bufs[VNIC_RQ_BUF_BLKS_MAX];
drivers/net/ethernet/cisco/enic/vnic_rq.h
80
struct vnic_rq_buf *to_use;
drivers/net/ethernet/cisco/enic/vnic_rq.h
81
struct vnic_rq_buf *to_clean;
drivers/scsi/fnic/fnic.h
502
void fnic_free_rq_buf(struct vnic_rq *rq, struct vnic_rq_buf *buf);
drivers/scsi/fnic/fnic_fcs.c
422
*cq_desc, struct vnic_rq_buf *buf,
drivers/scsi/fnic/fnic_fcs.c
616
void fnic_free_rq_buf(struct vnic_rq *rq, struct vnic_rq_buf *buf)
drivers/scsi/fnic/vnic_rq.c
154
void (*buf_clean)(struct vnic_rq *rq, struct vnic_rq_buf *buf))
drivers/scsi/fnic/vnic_rq.c
156
struct vnic_rq_buf *buf;
drivers/scsi/fnic/vnic_rq.c
17
struct vnic_rq_buf *buf;
drivers/scsi/fnic/vnic_rq.h
124
struct vnic_rq_buf *buf = rq->to_use;
drivers/scsi/fnic/vnic_rq.h
171
struct cq_desc *cq_desc, struct vnic_rq_buf *buf,
drivers/scsi/fnic/vnic_rq.h
174
struct vnic_rq_buf *buf;
drivers/scsi/fnic/vnic_rq.h
221
void (*buf_clean)(struct vnic_rq *rq, struct vnic_rq_buf *buf));
drivers/scsi/fnic/vnic_rq.h
65
(VNIC_RQ_BUF_BLK_ENTRIES * sizeof(struct vnic_rq_buf))
drivers/scsi/fnic/vnic_rq.h
71
struct vnic_rq_buf *next;
drivers/scsi/fnic/vnic_rq.h
85
struct vnic_rq_buf *bufs[VNIC_RQ_BUF_BLKS_MAX];
drivers/scsi/fnic/vnic_rq.h
86
struct vnic_rq_buf *to_use;
drivers/scsi/fnic/vnic_rq.h
87
struct vnic_rq_buf *to_clean;