Searched refs:vnic_rq_buf (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/scsi/fnic/ |
D | vnic_rq.h | 77 (VNIC_RQ_BUF_BLK_ENTRIES * sizeof(struct vnic_rq_buf)) 82 struct vnic_rq_buf { struct 83 struct vnic_rq_buf *next; argument 97 struct vnic_rq_buf *bufs[VNIC_RQ_BUF_BLKS_MAX]; argument 98 struct vnic_rq_buf *to_use; 99 struct vnic_rq_buf *to_clean; 136 struct vnic_rq_buf *buf = rq->to_use; in vnic_rq_post() 183 struct cq_desc *cq_desc, struct vnic_rq_buf *buf, in vnic_rq_service() 186 struct vnic_rq_buf *buf; in vnic_rq_service() 233 void (*buf_clean)(struct vnic_rq *rq, struct vnic_rq_buf *buf));
|
D | vnic_rq.c | 29 struct vnic_rq_buf *buf; in vnic_rq_alloc_bufs() 169 void (*buf_clean)(struct vnic_rq *rq, struct vnic_rq_buf *buf)) in vnic_rq_clean() 171 struct vnic_rq_buf *buf; in vnic_rq_clean()
|
D | fnic.h | 336 void fnic_free_rq_buf(struct vnic_rq *rq, struct vnic_rq_buf *buf);
|
D | fnic_fcs.c | 791 *cq_desc, struct vnic_rq_buf *buf, in fnic_rq_cmpl_frame_recv() 959 void fnic_free_rq_buf(struct vnic_rq *rq, struct vnic_rq_buf *buf) in fnic_free_rq_buf()
|
/linux-4.1.27/drivers/net/ethernet/cisco/enic/ |
D | vnic_rq.h | 62 (VNIC_RQ_BUF_BLK_ENTRIES(entries) * sizeof(struct vnic_rq_buf)) 67 struct vnic_rq_buf { struct 68 struct vnic_rq_buf *next; argument 83 struct vnic_rq_buf *bufs[VNIC_RQ_BUF_BLKS_MAX]; argument 84 struct vnic_rq_buf *to_use; 85 struct vnic_rq_buf *to_clean; 132 struct vnic_rq_buf *buf = rq->to_use; in vnic_rq_post() 175 struct cq_desc *cq_desc, struct vnic_rq_buf *buf, in vnic_rq_service() 178 struct vnic_rq_buf *buf; in vnic_rq_service() 332 void (*buf_clean)(struct vnic_rq *rq, struct vnic_rq_buf *buf));
|
D | vnic_rq.c | 32 struct vnic_rq_buf *buf; in vnic_rq_alloc_bufs() 186 void (*buf_clean)(struct vnic_rq *rq, struct vnic_rq_buf *buf)) in vnic_rq_clean() 188 struct vnic_rq_buf *buf; in vnic_rq_clean()
|
D | enic_main.c | 960 static void enic_free_rq_buf(struct vnic_rq *rq, struct vnic_rq_buf *buf) in enic_free_rq_buf() 981 struct vnic_rq_buf *buf = rq->to_use; in enic_rq_alloc_buf() 1016 struct vnic_rq_buf *buf, u16 len) in enic_rxcopybreak() 1035 struct cq_desc *cq_desc, struct vnic_rq_buf *buf, in enic_rq_indicate_buf()
|