Searched refs:vnic_rq (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/scsi/fnic/ |
H A D | vnic_rq.h | 80 struct vnic_rq { struct 105 static inline void *vnic_rq_next_desc(struct vnic_rq *rq) in vnic_rq_next_desc() 120 static inline void vnic_rq_post(struct vnic_rq *rq, in vnic_rq_post() 168 static inline void vnic_rq_service(struct vnic_rq *rq, in vnic_rq_service() 196 static inline int vnic_rq_fill(struct vnic_rq *rq, in vnic_rq_fill() 197 int (*buf_fill)(struct vnic_rq *rq)) in vnic_rq_fill() 211 void vnic_rq_free(struct vnic_rq *rq); 217 unsigned int vnic_rq_error_status(struct vnic_rq *rq); 218 void vnic_rq_enable(struct vnic_rq *rq); 219 int vnic_rq_disable(struct vnic_rq *rq); [all …]
|
H A D | vnic_rq.c | 15 static int vnic_rq_alloc_bufs(struct vnic_rq *rq) in vnic_rq_alloc_bufs() 53 void vnic_rq_free(struct vnic_rq *rq) in vnic_rq_free() 70 int vnic_rq_alloc(struct vnic_dev *vdev, struct vnic_rq *rq, unsigned int index, in vnic_rq_alloc() 99 void vnic_rq_init(struct vnic_rq *rq, unsigned int cq_index, in vnic_rq_init() 125 unsigned int vnic_rq_error_status(struct vnic_rq *rq) in vnic_rq_error_status() 130 void vnic_rq_enable(struct vnic_rq *rq) in vnic_rq_enable() 135 int vnic_rq_disable(struct vnic_rq *rq) in vnic_rq_disable() 153 void vnic_rq_clean(struct vnic_rq *rq, in vnic_rq_clean() 154 void (*buf_clean)(struct vnic_rq *rq, struct vnic_rq_buf *buf)) in vnic_rq_clean()
|
H A D | Makefile | 16 vnic_rq.o \
|
H A D | fnic.h | 316 ____cacheline_aligned struct vnic_rq rq[FNIC_RQ_MAX]; 342 int fnic_alloc_rq_frame(struct vnic_rq *rq); 343 void fnic_free_rq_buf(struct vnic_rq *rq, struct vnic_rq_buf *buf);
|
H A D | fnic_res.h | 211 static inline void fnic_queue_rq_desc(struct vnic_rq *rq, in fnic_queue_rq_desc()
|
H A D | fnic_fcs.c | 815 static void fnic_rq_cmpl_frame_recv(struct vnic_rq *rq, struct cq_desc in fnic_rq_cmpl_frame_recv() 958 int fnic_alloc_rq_frame(struct vnic_rq *rq) in fnic_alloc_rq_frame() 992 void fnic_free_rq_buf(struct vnic_rq *rq, struct vnic_rq_buf *buf) in fnic_free_rq_buf()
|
/openbmc/linux/drivers/net/ethernet/cisco/enic/ |
H A D | vnic_rq.h | 72 struct vnic_rq { struct 96 static inline void *vnic_rq_next_desc(struct vnic_rq *rq) in vnic_rq_next_desc() 106 static inline void vnic_rq_post(struct vnic_rq *rq, in vnic_rq_post() 151 static inline void vnic_rq_service(struct vnic_rq *rq, in vnic_rq_service() 179 static inline int vnic_rq_fill(struct vnic_rq *rq, in vnic_rq_fill() 180 int (*buf_fill)(struct vnic_rq *rq)) in vnic_rq_fill() 194 void vnic_rq_free(struct vnic_rq *rq); 200 unsigned int vnic_rq_error_status(struct vnic_rq *rq); 201 void vnic_rq_enable(struct vnic_rq *rq); 202 int vnic_rq_disable(struct vnic_rq *rq); [all …]
|
H A D | vnic_rq.c | 18 static int vnic_rq_alloc_bufs(struct vnic_rq *rq) in vnic_rq_alloc_bufs() 53 void vnic_rq_free(struct vnic_rq *rq) in vnic_rq_free() 72 int vnic_rq_alloc(struct vnic_dev *vdev, struct vnic_rq *rq, unsigned int index, in vnic_rq_alloc() 101 static void vnic_rq_init_start(struct vnic_rq *rq, unsigned int cq_index, in vnic_rq_init_start() 125 void vnic_rq_init(struct vnic_rq *rq, unsigned int cq_index, in vnic_rq_init() 133 unsigned int vnic_rq_error_status(struct vnic_rq *rq) in vnic_rq_error_status() 138 void vnic_rq_enable(struct vnic_rq *rq) in vnic_rq_enable() 143 int vnic_rq_disable(struct vnic_rq *rq) in vnic_rq_disable() 171 void vnic_rq_clean(struct vnic_rq *rq, in vnic_rq_clean() 172 void (*buf_clean)(struct vnic_rq *rq, struct vnic_rq_buf *buf)) in vnic_rq_clean()
|
H A D | Makefile | 5 enic_res.o enic_dev.o enic_pp.o vnic_dev.o vnic_rq.o vnic_vic.o \
|
H A D | enic_res.h | 109 static inline void enic_queue_rq_desc(struct vnic_rq *rq, in enic_queue_rq_desc()
|
H A D | enic.h | 170 ____cacheline_aligned struct vnic_rq rq[ENIC_RQ_MAX];
|
H A D | enic_main.c | 1234 static void enic_free_rq_buf(struct vnic_rq *rq, struct vnic_rq_buf *buf) in enic_free_rq_buf() 1247 static int enic_rq_alloc_buf(struct vnic_rq *rq) in enic_rq_alloc_buf() 1308 static void enic_rq_indicate_buf(struct vnic_rq *rq, in enic_rq_indicate_buf() 1458 static void enic_set_int_moderation(struct enic *enic, struct vnic_rq *rq) in enic_set_int_moderation() 1470 static void enic_calc_int_moderation(struct enic *enic, struct vnic_rq *rq) in enic_calc_int_moderation()
|