/kernel/linux/linux-5.10/drivers/net/ethernet/cisco/enic/ |
H A D | vnic_cq.h | 58 struct vnic_cq { struct 72 static inline unsigned int vnic_cq_service(struct vnic_cq *cq, in vnic_cq_service() 113 void vnic_cq_free(struct vnic_cq *cq); 114 int vnic_cq_alloc(struct vnic_dev *vdev, struct vnic_cq *cq, unsigned int index, 116 void vnic_cq_init(struct vnic_cq *cq, unsigned int flow_control_enable, 121 void vnic_cq_clean(struct vnic_cq *cq);
|
H A D | vnic_cq.c | 26 #include "vnic_cq.h" 29 void vnic_cq_free(struct vnic_cq *cq) in vnic_cq_free() 36 int vnic_cq_alloc(struct vnic_dev *vdev, struct vnic_cq *cq, unsigned int index, in vnic_cq_alloc() 57 void vnic_cq_init(struct vnic_cq *cq, unsigned int flow_control_enable, in vnic_cq_init() 82 void vnic_cq_clean(struct vnic_cq *cq) in vnic_cq_clean()
|
H A D | Makefile | 4 enic-y := enic_main.o vnic_cq.o vnic_intr.o vnic_wq.o \
|
H A D | enic.h | 27 #include "vnic_cq.h" 196 ____cacheline_aligned struct vnic_cq cq[ENIC_CQ_MAX];
|
/kernel/linux/linux-5.10/drivers/scsi/fnic/ |
H A D | vnic_cq.h | 61 struct vnic_cq { struct 70 static inline unsigned int vnic_cq_service(struct vnic_cq *cq, in vnic_cq_service() 111 void vnic_cq_free(struct vnic_cq *cq); 112 int vnic_cq_alloc(struct vnic_dev *vdev, struct vnic_cq *cq, unsigned int index, 114 void vnic_cq_init(struct vnic_cq *cq, unsigned int flow_control_enable, 119 void vnic_cq_clean(struct vnic_cq *cq);
|
H A D | vnic_cq.c | 22 #include "vnic_cq.h" 24 void vnic_cq_free(struct vnic_cq *cq) in vnic_cq_free() 31 int vnic_cq_alloc(struct vnic_dev *vdev, struct vnic_cq *cq, unsigned int index, in vnic_cq_alloc() 52 void vnic_cq_init(struct vnic_cq *cq, unsigned int flow_control_enable, in vnic_cq_init() 75 void vnic_cq_clean(struct vnic_cq *cq) in vnic_cq_clean()
|
H A D | Makefile | 13 vnic_cq.o \
|
H A D | vnic_cq_copy.h | 24 struct vnic_cq *cq, in vnic_cq_copy_service()
|
/kernel/linux/linux-5.10/drivers/scsi/snic/ |
H A D | vnic_cq.h | 51 struct vnic_cq { struct 60 static inline unsigned int svnic_cq_service(struct vnic_cq *cq, in svnic_cq_service() 101 void svnic_cq_free(struct vnic_cq *cq); 102 int svnic_cq_alloc(struct vnic_dev *vdev, struct vnic_cq *cq, 104 void svnic_cq_init(struct vnic_cq *cq, unsigned int flow_control_enable, 109 void svnic_cq_clean(struct vnic_cq *cq);
|
H A D | vnic_cq.c | 22 #include "vnic_cq.h" 24 void svnic_cq_free(struct vnic_cq *cq) in svnic_cq_free() 31 int svnic_cq_alloc(struct vnic_dev *vdev, struct vnic_cq *cq, in svnic_cq_alloc() 47 void svnic_cq_init(struct vnic_cq *cq, unsigned int flow_control_enable, in svnic_cq_init() 70 void svnic_cq_clean(struct vnic_cq *cq) in svnic_cq_clean()
|
H A D | Makefile | 13 vnic_cq.o \
|
H A D | vnic_cq_fw.h | 24 vnic_cq_fw_service(struct vnic_cq *cq, in vnic_cq_fw_service()
|
H A D | snic.h | 37 #include "vnic_cq.h" 341 ____cacheline_aligned struct vnic_cq cq[SNIC_CQ_MAX];
|
/kernel/linux/linux-6.6/drivers/scsi/snic/ |
H A D | vnic_cq.h | 37 struct vnic_cq { struct 46 static inline unsigned int svnic_cq_service(struct vnic_cq *cq, in svnic_cq_service() 87 void svnic_cq_free(struct vnic_cq *cq); 88 int svnic_cq_alloc(struct vnic_dev *vdev, struct vnic_cq *cq, 90 void svnic_cq_init(struct vnic_cq *cq, unsigned int flow_control_enable, 95 void svnic_cq_clean(struct vnic_cq *cq);
|
H A D | vnic_cq.c | 8 #include "vnic_cq.h" 10 void svnic_cq_free(struct vnic_cq *cq) in svnic_cq_free() 17 int svnic_cq_alloc(struct vnic_dev *vdev, struct vnic_cq *cq, in svnic_cq_alloc() 33 void svnic_cq_init(struct vnic_cq *cq, unsigned int flow_control_enable, in svnic_cq_init() 56 void svnic_cq_clean(struct vnic_cq *cq) in svnic_cq_clean()
|
H A D | Makefile | 13 vnic_cq.o \
|
H A D | vnic_cq_fw.h | 10 vnic_cq_fw_service(struct vnic_cq *cq, in vnic_cq_fw_service()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cisco/enic/ |
H A D | vnic_cq.h | 45 struct vnic_cq { struct 59 static inline unsigned int vnic_cq_service(struct vnic_cq *cq, in vnic_cq_service() 100 void vnic_cq_free(struct vnic_cq *cq); 101 int vnic_cq_alloc(struct vnic_dev *vdev, struct vnic_cq *cq, unsigned int index, 103 void vnic_cq_init(struct vnic_cq *cq, unsigned int flow_control_enable, 108 void vnic_cq_clean(struct vnic_cq *cq);
|
H A D | vnic_cq.c | 13 #include "vnic_cq.h" 16 void vnic_cq_free(struct vnic_cq *cq) in vnic_cq_free() 23 int vnic_cq_alloc(struct vnic_dev *vdev, struct vnic_cq *cq, unsigned int index, in vnic_cq_alloc() 38 void vnic_cq_init(struct vnic_cq *cq, unsigned int flow_control_enable, in vnic_cq_init() 63 void vnic_cq_clean(struct vnic_cq *cq) in vnic_cq_clean()
|
H A D | Makefile | 4 enic-y := enic_main.o vnic_cq.o vnic_intr.o vnic_wq.o \
|
H A D | enic.h | 14 #include "vnic_cq.h" 183 ____cacheline_aligned struct vnic_cq cq[ENIC_CQ_MAX];
|
/kernel/linux/linux-6.6/drivers/scsi/fnic/ |
H A D | vnic_cq.h | 49 struct vnic_cq { struct 58 static inline unsigned int vnic_cq_service(struct vnic_cq *cq, in vnic_cq_service() 99 void vnic_cq_free(struct vnic_cq *cq); 100 int vnic_cq_alloc(struct vnic_dev *vdev, struct vnic_cq *cq, unsigned int index, 102 void vnic_cq_init(struct vnic_cq *cq, unsigned int flow_control_enable, 107 void vnic_cq_clean(struct vnic_cq *cq);
|
H A D | vnic_cq.c | 10 #include "vnic_cq.h" 12 void vnic_cq_free(struct vnic_cq *cq) in vnic_cq_free() 19 int vnic_cq_alloc(struct vnic_dev *vdev, struct vnic_cq *cq, unsigned int index, in vnic_cq_alloc() 40 void vnic_cq_init(struct vnic_cq *cq, unsigned int flow_control_enable, in vnic_cq_init() 63 void vnic_cq_clean(struct vnic_cq *cq) in vnic_cq_clean()
|
H A D | Makefile | 13 vnic_cq.o \
|
H A D | vnic_cq_copy.h | 12 struct vnic_cq *cq, in vnic_cq_copy_service()
|