| /include/linux/qed/ |
| A D | qed_eth_if.h | 204 u8 (*getstate)(struct qed_dev *cdev); 216 u8 (*getpfcstate)(struct qed_dev *cdev); 221 u8 (*getdcbx)(struct qed_dev *cdev); 228 u8 (*setall)(struct qed_dev *cdev); 268 int (*fill_dev_info)(struct qed_dev *cdev, 277 int (*vport_start)(struct qed_dev *cdev, 280 int (*vport_stop)(struct qed_dev *cdev, 283 int (*vport_update)(struct qed_dev *cdev, 286 int (*q_rx_start)(struct qed_dev *cdev, 297 int (*q_tx_start)(struct qed_dev *cdev, [all …]
|
| A D | qed_iov_if.h | 14 int (*configure)(struct qed_dev *cdev, int num_vfs_param); 16 int (*set_mac) (struct qed_dev *cdev, u8 *mac, int vfid); 18 int (*set_vlan) (struct qed_dev *cdev, u16 vid, int vfid); 20 int (*get_config) (struct qed_dev *cdev, int vf_id, 23 int (*set_link_state) (struct qed_dev *cdev, int vf_id, 26 int (*set_spoof) (struct qed_dev *cdev, int vfid, bool val); 28 int (*set_rate) (struct qed_dev *cdev, int vfid, 31 int (*set_trust) (struct qed_dev *cdev, int vfid, bool trust);
|
| A D | qed_nvmetcp_if.h | 197 int (*fill_dev_info)(struct qed_dev *cdev, 200 void (*register_ops)(struct qed_dev *cdev, 203 int (*start)(struct qed_dev *cdev, 207 int (*stop)(struct qed_dev *cdev); 209 int (*acquire_conn)(struct qed_dev *cdev, 213 int (*release_conn)(struct qed_dev *cdev, u32 handle); 215 int (*offload_conn)(struct qed_dev *cdev, 219 int (*update_conn)(struct qed_dev *cdev, 225 int (*clear_sq)(struct qed_dev *cdev, u32 handle); 227 int (*add_src_tcp_port_filter)(struct qed_dev *cdev, u16 src_port); [all …]
|
| A D | qed_fcoe_if.h | 121 int (*fill_dev_info)(struct qed_dev *cdev, 124 void (*register_ops)(struct qed_dev *cdev, 129 int (*start)(struct qed_dev *cdev, struct qed_fcoe_tid *tasks); 131 int (*stop)(struct qed_dev *cdev); 133 int (*acquire_conn)(struct qed_dev *cdev, 137 int (*release_conn)(struct qed_dev *cdev, u32 handle); 139 int (*offload_conn)(struct qed_dev *cdev, 142 int (*destroy_conn)(struct qed_dev *cdev, 145 int (*get_stats)(struct qed_dev *cdev, struct qed_fcoe_stats *stats);
|
| A D | qed_if.h | 603 struct qed_dev *cdev; member 807 struct qed_dev *cdev; member 882 void (*remove)(struct qed_dev *cdev); 908 u32 (*sb_init)(struct qed_dev *cdev, 976 int (*drain)(struct qed_dev *cdev); 1042 int (*set_led)(struct qed_dev *cdev, 1240 #define DP_ERR(cdev, fmt, ...) \ argument 1244 DP_NAME(cdev) ? DP_NAME(cdev) : "", \ 1253 DP_NAME(cdev) ? DP_NAME(cdev) : "", \ 1264 DP_NAME(cdev) ? DP_NAME(cdev) : "", \ [all …]
|
| A D | qed_iscsi_if.h | 196 int (*fill_dev_info)(struct qed_dev *cdev, 199 void (*register_ops)(struct qed_dev *cdev, 202 int (*start)(struct qed_dev *cdev, 206 int (*stop)(struct qed_dev *cdev); 208 int (*acquire_conn)(struct qed_dev *cdev, 212 int (*release_conn)(struct qed_dev *cdev, u32 handle); 214 int (*offload_conn)(struct qed_dev *cdev, 218 int (*update_conn)(struct qed_dev *cdev, 224 int (*clear_sq)(struct qed_dev *cdev, u32 handle); 226 int (*get_stats)(struct qed_dev *cdev, [all …]
|
| A D | qed_ll2_if.h | 218 int (*start)(struct qed_dev *cdev, struct qed_ll2_params *params); 227 int (*stop)(struct qed_dev *cdev); 238 int (*start_xmit)(struct qed_dev *cdev, struct sk_buff *skb, 251 void (*register_cb_ops)(struct qed_dev *cdev, 263 int (*get_stats)(struct qed_dev *cdev, struct qed_ll2_stats *stats); 278 static inline int qed_ll2_alloc_if(struct qed_dev *cdev) in qed_ll2_alloc_if() argument 283 static inline void qed_ll2_dealloc_if(struct qed_dev *cdev) in qed_ll2_dealloc_if() argument
|
| A D | qed_rdma_if.h | 584 int (*fill_dev_info)(struct qed_dev *cdev, 586 void *(*rdma_get_rdma_ctx)(struct qed_dev *cdev); 598 int (*rdma_get_start_sb)(struct qed_dev *cdev); 599 int (*rdma_get_min_cnq_msix)(struct qed_dev *cdev); 601 int (*rdma_get_rdma_int)(struct qed_dev *cdev, 603 int (*rdma_set_rdma_int)(struct qed_dev *cdev, u16 cnt); 664 int (*ll2_set_mac_filter)(struct qed_dev *cdev, 668 int (*iwarp_set_engine_affin)(struct qed_dev *cdev, bool b_reset);
|
| /include/linux/ |
| A D | cdev.h | 14 struct cdev { struct 23 void cdev_init(struct cdev *, const struct file_operations *); argument 25 struct cdev *cdev_alloc(void); 27 void cdev_put(struct cdev *p); 29 int cdev_add(struct cdev *, dev_t, unsigned); 31 void cdev_set_parent(struct cdev *p, struct kobject *kobj); 32 int cdev_device_add(struct cdev *cdev, struct device *dev); 33 void cdev_device_del(struct cdev *cdev, struct device *dev); 35 void cdev_del(struct cdev *);
|
| A D | pci-bwctrl.h | 17 void pcie_cooling_device_unregister(struct thermal_cooling_device *cdev); 23 static inline void pcie_cooling_device_unregister(struct thermal_cooling_device *cdev) in pcie_cooling_device_unregister() argument
|
| A D | cpu_cooling.h | 33 void cpufreq_cooling_unregister(struct thermal_cooling_device *cdev); 50 void cpufreq_cooling_unregister(struct thermal_cooling_device *cdev) in cpufreq_cooling_unregister() argument
|
| A D | pps_gen_kernel.h | 56 struct cdev cdev; member
|
| A D | gnss.h | 39 struct cdev cdev; member
|
| A D | posix-clock.h | 88 struct cdev cdev; member
|
| A D | fwctl.h | 71 struct cdev cdev; member
|
| A D | if_tap.h | 81 int tap_create_cdev(struct cdev *tap_cdev, dev_t *tap_major, 83 void tap_destroy_cdev(dev_t major, struct cdev *tap_cdev);
|
| A D | container.h | 19 int (*offline)(struct container_dev *cdev);
|
| A D | enclosure.h | 86 struct device cdev; member 116 return container_of(dev, struct enclosure_component, cdev); in to_enclosure_component()
|
| A D | uacce.h | 129 struct cdev *cdev; member
|
| /include/linux/net/intel/ |
| A D | iidc_rdma_ice.h | 57 int ice_add_rdma_qset(struct iidc_rdma_core_dev_info *cdev, 59 int ice_del_rdma_qset(struct iidc_rdma_core_dev_info *cdev, 61 int ice_rdma_request_reset(struct iidc_rdma_core_dev_info *cdev, 63 int ice_rdma_update_vsi_filter(struct iidc_rdma_core_dev_info *cdev, u16 vsi_id, 65 int ice_alloc_rdma_qvector(struct iidc_rdma_core_dev_info *cdev, 67 void ice_free_rdma_qvector(struct iidc_rdma_core_dev_info *cdev,
|
| A D | iidc_rdma.h | 64 void (*event_handler)(struct iidc_rdma_core_dev_info *cdev,
|
| /include/linux/usb/ |
| A D | composite.h | 324 struct usb_composite_dev *cdev; member 393 int (*bind)(struct usb_composite_dev *cdev); 421 extern void usb_composite_setup_continue(struct usb_composite_dev *cdev); 423 struct usb_composite_dev *cdev); 424 extern int composite_os_desc_req_prepare(struct usb_composite_dev *cdev, 426 void composite_dev_cleanup(struct usb_composite_dev *cdev); 510 extern struct usb_string *usb_gstrings_attach(struct usb_composite_dev *cdev, 559 void usb_composite_overwrite_options(struct usb_composite_dev *cdev, 595 struct usb_configuration *usb_get_config(struct usb_composite_dev *cdev, 597 int usb_add_config_only(struct usb_composite_dev *cdev,
|
| /include/media/ |
| A D | media-devnode.h | 83 struct cdev cdev; /* character device */ member
|
| /include/linux/mtd/ |
| A D | ubi.h | 112 dev_t cdev; member 184 dev_t cdev; member
|
| /include/linux/iio/ |
| A D | iio-opaque.h | 68 struct cdev chrdev;
|