/kernel/linux/linux-5.10/drivers/scsi/snic/ |
H A D | vnic_wq.h | 50 struct vnic_wq_buf { struct 51 struct vnic_wq_buf *next; 60 /* Break the vnic_wq_buf allocations into blocks of 64 entries */ 67 (VNIC_WQ_BUF_DFLT_BLK_ENTRIES * sizeof(struct vnic_wq_buf)) 79 struct vnic_wq_buf *bufs[VNIC_WQ_BUF_BLKS_MAX]; 80 struct vnic_wq_buf *to_use; 81 struct vnic_wq_buf *to_clean; 106 struct vnic_wq_buf *buf = wq->to_use; in svnic_wq_post() 131 struct cq_desc *cq_desc, struct vnic_wq_buf *buf, void *opaque), in svnic_wq_service() 134 struct vnic_wq_buf *bu in svnic_wq_service() [all...] |
H A D | vnic_wq.c | 45 struct vnic_wq_buf *buf; in vnic_wq_alloc_bufs() 214 void (*buf_clean)(struct vnic_wq *wq, struct vnic_wq_buf *buf)) in svnic_wq_clean() 216 struct vnic_wq_buf *buf; in svnic_wq_clean()
|
H A D | snic_io.c | 36 struct vnic_wq_buf *buf, in snic_wq_cmpl_frame_send() 97 snic_free_wq_buf(struct vnic_wq *wq, struct vnic_wq_buf *buf) in snic_free_wq_buf()
|
H A D | snic.h | 394 void snic_free_wq_buf(struct vnic_wq *, struct vnic_wq_buf *);
|
/kernel/linux/linux-6.6/drivers/scsi/snic/ |
H A D | vnic_wq.h | 36 struct vnic_wq_buf { struct 37 struct vnic_wq_buf *next; 46 /* Break the vnic_wq_buf allocations into blocks of 64 entries */ 53 (VNIC_WQ_BUF_DFLT_BLK_ENTRIES * sizeof(struct vnic_wq_buf)) 65 struct vnic_wq_buf *bufs[VNIC_WQ_BUF_BLKS_MAX]; 66 struct vnic_wq_buf *to_use; 67 struct vnic_wq_buf *to_clean; 92 struct vnic_wq_buf *buf = wq->to_use; in svnic_wq_post() 117 struct cq_desc *cq_desc, struct vnic_wq_buf *buf, void *opaque), in svnic_wq_service() 120 struct vnic_wq_buf *bu in svnic_wq_service() [all...] |
H A D | vnic_wq.c | 31 struct vnic_wq_buf *buf; in vnic_wq_alloc_bufs() 200 void (*buf_clean)(struct vnic_wq *wq, struct vnic_wq_buf *buf)) in svnic_wq_clean() 202 struct vnic_wq_buf *buf; in svnic_wq_clean()
|
H A D | snic_io.c | 22 struct vnic_wq_buf *buf, in snic_wq_cmpl_frame_send() 83 snic_free_wq_buf(struct vnic_wq *wq, struct vnic_wq_buf *buf) in snic_free_wq_buf()
|
H A D | snic.h | 380 void snic_free_wq_buf(struct vnic_wq *, struct vnic_wq_buf *);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/cisco/enic/ |
H A D | vnic_wq.h | 53 struct vnic_wq_buf { struct 54 struct vnic_wq_buf *next; 65 struct vnic_wq_buf *prev; 68 /* Break the vnic_wq_buf allocations into blocks of 32/64 entries */ 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; 137 struct vnic_wq_buf *buf = wq->to_use; in vnic_wq_post() 157 struct cq_desc *cq_desc, struct vnic_wq_buf *bu in vnic_wq_service() [all...] |
H A D | vnic_wq.c | 33 struct vnic_wq_buf *buf; in vnic_wq_alloc_bufs() 196 void (*buf_clean)(struct vnic_wq *wq, struct vnic_wq_buf *buf)) in vnic_wq_clean() 198 struct vnic_wq_buf *buf; in vnic_wq_clean()
|
H A D | enic_main.c | 324 static void enic_free_wq_buf(struct vnic_wq *wq, struct vnic_wq_buf *buf) in enic_free_wq_buf() 340 struct cq_desc *cq_desc, struct vnic_wq_buf *buf, void *opaque) in enic_wq_free_buf() 803 struct vnic_wq_buf *buf; in enic_queue_wq_skb()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cisco/enic/ |
H A D | vnic_wq.h | 40 struct vnic_wq_buf { struct 41 struct vnic_wq_buf *next; 52 struct vnic_wq_buf *prev; 55 /* Break the vnic_wq_buf allocations into blocks of 32/64 entries */ 62 (VNIC_WQ_BUF_BLK_ENTRIES(entries) * sizeof(struct vnic_wq_buf)) 72 struct vnic_wq_buf *bufs[VNIC_WQ_BUF_BLKS_MAX]; 73 struct vnic_wq_buf *to_use; 74 struct vnic_wq_buf *to_clean; 124 struct vnic_wq_buf *buf = wq->to_use; in vnic_wq_post() 144 struct cq_desc *cq_desc, struct vnic_wq_buf *bu in vnic_wq_service() [all...] |
H A D | vnic_wq.c | 20 struct vnic_wq_buf *buf; in vnic_wq_alloc_bufs() 183 void (*buf_clean)(struct vnic_wq *wq, struct vnic_wq_buf *buf)) in vnic_wq_clean() 185 struct vnic_wq_buf *buf; in vnic_wq_clean()
|
H A D | enic_main.c | 324 static void enic_free_wq_buf(struct vnic_wq *wq, struct vnic_wq_buf *buf) in enic_free_wq_buf() 340 struct cq_desc *cq_desc, struct vnic_wq_buf *buf, void *opaque) in enic_wq_free_buf() 802 struct vnic_wq_buf *buf; in enic_queue_wq_skb()
|
/kernel/linux/linux-5.10/drivers/scsi/fnic/ |
H A D | vnic_wq.h | 69 struct vnic_wq_buf { struct 70 struct vnic_wq_buf *next; 79 /* Break the vnic_wq_buf allocations into blocks of 64 entries */ 82 (VNIC_WQ_BUF_BLK_ENTRIES * sizeof(struct vnic_wq_buf)) 92 struct vnic_wq_buf *bufs[VNIC_WQ_BUF_BLKS_MAX]; 93 struct vnic_wq_buf *to_use; 94 struct vnic_wq_buf *to_clean; 119 struct vnic_wq_buf *buf = wq->to_use; in vnic_wq_post() 144 struct cq_desc *cq_desc, struct vnic_wq_buf *buf, void *opaque), in vnic_wq_service() 147 struct vnic_wq_buf *bu in vnic_wq_service() [all...] |
H A D | vnic_wq.c | 49 struct vnic_wq_buf *buf; in vnic_wq_alloc_bufs() 223 void (*buf_clean)(struct vnic_wq *wq, struct vnic_wq_buf *buf)) in vnic_wq_clean() 225 struct vnic_wq_buf *buf; in vnic_wq_clean()
|
H A D | fnic.h | 332 void fnic_free_wq_buf(struct vnic_wq *wq, struct vnic_wq_buf *buf);
|
H A D | fnic_fcs.c | 1246 struct vnic_wq_buf *buf, void *opaque) in fnic_wq_complete_frame_send() 1290 void fnic_free_wq_buf(struct vnic_wq *wq, struct vnic_wq_buf *buf) in fnic_free_wq_buf()
|
/kernel/linux/linux-6.6/drivers/scsi/fnic/ |
H A D | vnic_wq.h | 57 struct vnic_wq_buf { struct 58 struct vnic_wq_buf *next; 67 /* Break the vnic_wq_buf allocations into blocks of 64 entries */ 70 (VNIC_WQ_BUF_BLK_ENTRIES * sizeof(struct vnic_wq_buf)) 80 struct vnic_wq_buf *bufs[VNIC_WQ_BUF_BLKS_MAX]; 81 struct vnic_wq_buf *to_use; 82 struct vnic_wq_buf *to_clean; 107 struct vnic_wq_buf *buf = wq->to_use; in vnic_wq_post() 132 struct cq_desc *cq_desc, struct vnic_wq_buf *buf, void *opaque), in vnic_wq_service() 135 struct vnic_wq_buf *bu in vnic_wq_service() [all...] |
H A D | vnic_wq.c | 37 struct vnic_wq_buf *buf; in vnic_wq_alloc_bufs() 211 void (*buf_clean)(struct vnic_wq *wq, struct vnic_wq_buf *buf)) in vnic_wq_clean() 213 struct vnic_wq_buf *buf; in vnic_wq_clean()
|
H A D | fnic.h | 337 void fnic_free_wq_buf(struct vnic_wq *wq, struct vnic_wq_buf *buf);
|
H A D | fnic_fcs.c | 1236 struct vnic_wq_buf *buf, void *opaque) in fnic_wq_complete_frame_send() 1280 void fnic_free_wq_buf(struct vnic_wq *wq, struct vnic_wq_buf *buf) in fnic_free_wq_buf()
|