Searched defs:vnic_rq_buf (Results 1 - 2 of 2) sorted by relevance

/drivers/net/ethernet/cisco/enic/
H A Dvnic_rq.h55 /* Break the vnic_rq_buf allocations into blocks of 32/64 entries */
62 (VNIC_RQ_BUF_BLK_ENTRIES(entries) * sizeof(struct vnic_rq_buf))
67 struct vnic_rq_buf { struct
68 struct vnic_rq_buf *next;
82 struct vnic_rq_buf *bufs[VNIC_RQ_BUF_BLKS_MAX];
83 struct vnic_rq_buf *to_use;
84 struct vnic_rq_buf *to_clean;
115 struct vnic_rq_buf *buf = rq->to_use;
157 struct cq_desc *cq_desc, struct vnic_rq_buf *buf,
160 struct vnic_rq_buf *bu
[all...]
/drivers/scsi/fnic/
H A Dvnic_rq.h74 /* Break the vnic_rq_buf allocations into blocks of 64 entries */
77 (VNIC_RQ_BUF_BLK_ENTRIES * sizeof(struct vnic_rq_buf))
82 struct vnic_rq_buf { struct
83 struct vnic_rq_buf *next;
97 struct vnic_rq_buf *bufs[VNIC_RQ_BUF_BLKS_MAX];
98 struct vnic_rq_buf *to_use;
99 struct vnic_rq_buf *to_clean;
136 struct vnic_rq_buf *buf = rq->to_use;
183 struct cq_desc *cq_desc, struct vnic_rq_buf *buf,
186 struct vnic_rq_buf *bu
[all...]

Completed in 60 milliseconds