Searched refs:vnic_res_type (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/infiniband/hw/usnic/ |
H A D | usnic_vnic.c | 48 static enum vnic_res_type _to_vnic_res_type(enum usnic_vnic_res_type res_type) in _to_vnic_res_type() 50 #define DEFINE_USNIC_VNIC_RES_AT(usnic_vnic_res_t, vnic_res_type, desc, val) \ in _to_vnic_res_type() argument 51 vnic_res_type, in _to_vnic_res_type() 52 #define DEFINE_USNIC_VNIC_RES(usnic_vnic_res_t, vnic_res_type, desc) \ in _to_vnic_res_type() argument 53 vnic_res_type, in _to_vnic_res_type() 54 static enum vnic_res_type usnic_vnic_type_2_vnic_type[] = { in _to_vnic_res_type() 67 #define DEFINE_USNIC_VNIC_RES_AT(usnic_vnic_res_t, vnic_res_type, desc, val) \ in usnic_vnic_res_type_to_str() argument 69 #define DEFINE_USNIC_VNIC_RES(usnic_vnic_res_t, vnic_res_type, desc) \ in usnic_vnic_res_type_to_str() argument
|
H A D | usnic_vnic.h | 50 #define DEFINE_USNIC_VNIC_RES_AT(usnic_vnic_res_t, vnic_res_type, desc, val) \ argument 52 #define DEFINE_USNIC_VNIC_RES(usnic_vnic_res_t, vnic_res_type, desc) \ argument
|
/linux/drivers/scsi/snic/ |
H A D | vnic_dev.h | 58 enum vnic_res_type type); 59 void __iomem *svnic_dev_get_res(struct vnic_dev *vdev, enum vnic_res_type type,
|
H A D | vnic_resource.h | 11 enum vnic_res_type { enum
|
H A D | vnic_wq.c | 13 unsigned int index, enum vnic_res_type res_type) in vnic_wq_get_ctrl()
|
H A D | vnic_dev.c | 152 enum vnic_res_type type) in svnic_dev_get_res_count() 157 void __iomem *svnic_dev_get_res(struct vnic_dev *vdev, enum vnic_res_type type, in svnic_dev_get_res()
|
/linux/drivers/scsi/fnic/ |
H A D | vnic_dev.h | 102 enum vnic_res_type type); 103 void __iomem *vnic_dev_get_res(struct vnic_dev *vdev, enum vnic_res_type type,
|
H A D | vnic_resource.h | 13 enum vnic_res_type { enum
|
H A D | vnic_wq.c | 17 unsigned int index, enum vnic_res_type res_type) in vnic_wq_get_ctrl()
|
H A D | vnic_dev.c | 154 enum vnic_res_type type) in vnic_dev_get_res_count() 159 void __iomem *vnic_dev_get_res(struct vnic_dev *vdev, enum vnic_res_type type, in vnic_dev_get_res()
|
/linux/drivers/net/ethernet/cisco/enic/ |
H A D | vnic_dev.h | 111 enum vnic_res_type type); 112 void __iomem *vnic_dev_get_res(struct vnic_dev *vdev, enum vnic_res_type type,
|
H A D | vnic_resource.h | 19 enum vnic_res_type { enum
|
H A D | vnic_dev.c | 121 enum vnic_res_type type) in vnic_dev_get_res_count() 127 void __iomem *vnic_dev_get_res(struct vnic_dev *vdev, enum vnic_res_type type, in vnic_dev_get_res()
|