Home
last modified time | relevance | path

Searched defs:cdev (Results 1 – 25 of 374) sorted by relevance

12345678910>>...15

/drivers/s390/cio/
Ddevice_fsm.c37 static void ccw_timeout_log(struct ccw_device *cdev) in ccw_timeout_log()
101 struct ccw_device *cdev = priv->cdev; in ccw_device_timeout() local
114 ccw_device_set_timeout(struct ccw_device *cdev, int expires) in ccw_device_set_timeout()
123 ccw_device_cancel_halt_clear(struct ccw_device *cdev) in ccw_device_cancel_halt_clear()
139 void ccw_device_update_sense_data(struct ccw_device *cdev) in ccw_device_update_sense_data()
148 int ccw_device_test_sense_data(struct ccw_device *cdev) in ccw_device_test_sense_data()
188 ccw_device_recog_done(struct ccw_device *cdev, int state) in ccw_device_recog_done()
258 ccw_device_sense_id_done(struct ccw_device *cdev, int err) in ccw_device_sense_id_done()
284 int ccw_device_notify(struct ccw_device *cdev, int event) in ccw_device_notify()
307 static void ccw_device_oper_notify(struct ccw_device *cdev) in ccw_device_oper_notify()
[all …]
Ddevice.c63 struct ccw_device *cdev = to_ccwdev(dev); in ccw_bus_match() local
106 struct ccw_device *cdev = to_ccwdev(dev); in ccw_uevent() local
200 struct ccw_device *cdev = to_ccwdev(dev); in devtype_show() local
213 struct ccw_device *cdev = to_ccwdev(dev); in cutype_show() local
223 struct ccw_device *cdev = to_ccwdev(dev); in modalias_show() local
235 struct ccw_device *cdev = to_ccwdev(dev); in online_show() local
240 int ccw_device_is_orphan(struct ccw_device *cdev) in ccw_device_is_orphan()
245 static void ccw_device_unregister(struct ccw_device *cdev) in ccw_device_unregister()
271 int ccw_device_set_offline(struct ccw_device *cdev) in ccw_device_set_offline()
348 int ccw_device_set_online(struct ccw_device *cdev) in ccw_device_set_online()
[all …]
Ddevice_ops.c39 int ccw_device_set_options_mask(struct ccw_device *cdev, unsigned long flags) in ccw_device_set_options_mask()
64 int ccw_device_set_options(struct ccw_device *cdev, unsigned long flags) in ccw_device_set_options()
91 void ccw_device_clear_options(struct ccw_device *cdev, unsigned long flags) in ccw_device_clear_options()
106 int ccw_device_is_pathgroup(struct ccw_device *cdev) in ccw_device_is_pathgroup()
118 int ccw_device_is_multipath(struct ccw_device *cdev) in ccw_device_is_multipath()
137 int ccw_device_clear(struct ccw_device *cdev, unsigned long intparm) in ccw_device_clear()
191 int ccw_device_start_timeout_key(struct ccw_device *cdev, struct ccw1 *cpa, in ccw_device_start_timeout_key()
271 int ccw_device_start_key(struct ccw_device *cdev, struct ccw1 *cpa, in ccw_device_start_key()
305 int ccw_device_start(struct ccw_device *cdev, struct ccw1 *cpa, in ccw_device_start()
343 int ccw_device_start_timeout(struct ccw_device *cdev, struct ccw1 *cpa, in ccw_device_start_timeout()
[all …]
Ddevice_pgid.c33 static void verify_done(struct ccw_device *cdev, int rc) in verify_done()
57 static void nop_build_cp(struct ccw_device *cdev) in nop_build_cp()
72 static void nop_do(struct ccw_device *cdev) in nop_do()
92 static enum io_status nop_filter(struct ccw_device *cdev, void *data, in nop_filter()
104 static void nop_callback(struct ccw_device *cdev, void *data, int rc) in nop_callback()
134 static void spid_build_cp(struct ccw_device *cdev, u8 fn) in spid_build_cp()
149 static void pgid_wipeout_callback(struct ccw_device *cdev, void *data, int rc) in pgid_wipeout_callback()
167 static void pgid_wipeout_start(struct ccw_device *cdev) in pgid_wipeout_start()
194 static void spid_do(struct ccw_device *cdev) in spid_do()
227 static void spid_callback(struct ccw_device *cdev, void *data, int rc) in spid_callback()
[all …]
Dcmf.c176 static int set_schib(struct ccw_device *cdev, u32 mme, int mbfc, in set_schib()
212 static int set_schib_wait(struct ccw_device *cdev, u32 mme, in set_schib_wait()
258 void retry_set_schib(struct ccw_device *cdev) in retry_set_schib()
270 static int cmf_copy_block(struct ccw_device *cdev) in cmf_copy_block()
299 static int cmf_cmb_copy_wait(struct ccw_device *cdev) in cmf_cmb_copy_wait()
339 void cmf_retry_copy_block(struct ccw_device *cdev) in cmf_retry_copy_block()
350 static void cmf_generic_reset(struct ccw_device *cdev) in cmf_generic_reset()
437 static int alloc_cmb_single(struct ccw_device *cdev, in alloc_cmb_single()
478 static int alloc_cmb(struct ccw_device *cdev) in alloc_cmb()
534 static void free_cmb(struct ccw_device *cdev) in free_cmb()
[all …]
Dccwreq.c41 static u16 ccwreq_next_path(struct ccw_device *cdev) in ccwreq_next_path()
58 static void ccwreq_stop(struct ccw_device *cdev, int rc) in ccwreq_stop()
75 static void ccwreq_do(struct ccw_device *cdev) in ccwreq_do()
120 void ccw_request_start(struct ccw_device *cdev) in ccw_request_start()
151 int ccw_request_cancel(struct ccw_device *cdev) in ccw_request_cancel()
170 static enum io_status ccwreq_status(struct ccw_device *cdev, struct irb *lcirb) in ccwreq_status()
232 static void ccwreq_log_status(struct ccw_device *cdev, enum io_status status) in ccwreq_log_status()
255 void ccw_request_handler(struct ccw_device *cdev) in ccw_request_handler()
327 void ccw_request_timeout(struct ccw_device *cdev) in ccw_request_timeout()
365 void ccw_request_notoper(struct ccw_device *cdev) in ccw_request_notoper()
Ddevice_status.c28 ccw_device_msg_control_check(struct ccw_device *cdev, struct irb *irb) in ccw_device_msg_control_check()
53 ccw_device_path_notoper(struct ccw_device *cdev) in ccw_device_path_notoper()
75 ccw_device_accumulate_ecw(struct ccw_device *cdev, struct irb *irb) in ccw_device_accumulate_ecw()
113 ccw_device_accumulate_esw(struct ccw_device *cdev, struct irb *irb) in ccw_device_accumulate_esw()
193 ccw_device_accumulate_irb(struct ccw_device *cdev, struct irb *irb) in ccw_device_accumulate_irb()
311 ccw_device_do_sense(struct ccw_device *cdev, struct irb *irb) in ccw_device_do_sense()
348 ccw_device_accumulate_basic_sense(struct ccw_device *cdev, struct irb *irb) in ccw_device_accumulate_basic_sense()
381 ccw_device_accumulate_and_sense(struct ccw_device *cdev, struct irb *irb) in ccw_device_accumulate_and_sense()
/drivers/net/ethernet/qlogic/qed/
Dqed_main.c258 static void qed_free_pci(struct qed_dev *cdev) in qed_free_pci()
279 static int qed_init_pci(struct qed_dev *cdev, struct pci_dev *pdev) in qed_init_pci()
385 int qed_fill_dev_info(struct qed_dev *cdev, in qed_fill_dev_info()
465 static void qed_free_cdev(struct qed_dev *cdev) in qed_free_cdev()
472 struct qed_dev *cdev; in qed_alloc_cdev() local
484 static int qed_set_power_state(struct qed_dev *cdev, pci_power_t state) in qed_set_power_state()
497 struct qed_dev *cdev; in qed_probe() local
539 static void qed_remove(struct qed_dev *cdev) in qed_remove()
553 static void qed_disable_msix(struct qed_dev *cdev) in qed_disable_msix()
565 static int qed_enable_msix(struct qed_dev *cdev, in qed_enable_msix()
[all …]
Dqed_dcbx.c1305 static u8 qed_dcbnl_getstate(struct qed_dev *cdev) in qed_dcbnl_getstate()
1322 static u8 qed_dcbnl_setstate(struct qed_dev *cdev, u8 state) in qed_dcbnl_setstate()
1349 static void qed_dcbnl_getpgtccfgtx(struct qed_dev *cdev, int tc, u8 *prio_type, in qed_dcbnl_getpgtccfgtx()
1370 static void qed_dcbnl_getpgbwgcfgtx(struct qed_dev *cdev, int pgid, u8 *bw_pct) in qed_dcbnl_getpgbwgcfgtx()
1391 static void qed_dcbnl_getpgtccfgrx(struct qed_dev *cdev, int tc, u8 *prio, in qed_dcbnl_getpgtccfgrx()
1398 static void qed_dcbnl_getpgbwgcfgrx(struct qed_dev *cdev, in qed_dcbnl_getpgbwgcfgrx()
1405 static void qed_dcbnl_getpfccfg(struct qed_dev *cdev, in qed_dcbnl_getpfccfg()
1426 static void qed_dcbnl_setpfccfg(struct qed_dev *cdev, int priority, u8 setting) in qed_dcbnl_setpfccfg()
1457 static u8 qed_dcbnl_getcap(struct qed_dev *cdev, int capid, u8 *cap) in qed_dcbnl_getcap()
1494 static int qed_dcbnl_getnumtcs(struct qed_dev *cdev, int tcid, u8 *num) in qed_dcbnl_getnumtcs()
[all …]
Dqed_chain.c67 static void qed_chain_free_next_ptr(struct qed_dev *cdev, in qed_chain_free_next_ptr()
95 static void qed_chain_free_single(struct qed_dev *cdev, in qed_chain_free_single()
105 static void qed_chain_free_pbl(struct qed_dev *cdev, struct qed_chain *chain) in qed_chain_free_pbl()
138 void qed_chain_free(struct qed_dev *cdev, struct qed_chain *chain) in qed_chain_free()
158 qed_chain_alloc_sanity_check(struct qed_dev *cdev, in qed_chain_alloc_sanity_check()
198 static int qed_chain_alloc_next_ptr(struct qed_dev *cdev, in qed_chain_alloc_next_ptr()
232 static int qed_chain_alloc_single(struct qed_dev *cdev, in qed_chain_alloc_single()
249 static int qed_chain_alloc_pbl(struct qed_dev *cdev, struct qed_chain *chain) in qed_chain_alloc_pbl()
320 int qed_chain_alloc(struct qed_dev *cdev, struct qed_chain *chain, in qed_chain_alloc()
Dqed_dev.c80 static bool qed_db_rec_sanity(struct qed_dev *cdev, in qed_db_rec_sanity()
109 static struct qed_hwfn *qed_db_rec_find_hwfn(struct qed_dev *cdev, in qed_db_rec_find_hwfn()
125 int qed_db_recovery_add(struct qed_dev *cdev, in qed_db_recovery_add()
174 int qed_db_recovery_del(struct qed_dev *cdev, in qed_db_recovery_del()
383 static void qed_llh_free(struct qed_dev *cdev) in qed_llh_free()
400 static int qed_llh_alloc(struct qed_dev *cdev) in qed_llh_alloc()
436 static int qed_llh_shadow_sanity(struct qed_dev *cdev, in qed_llh_shadow_sanity()
461 qed_llh_shadow_search_filter(struct qed_dev *cdev, in qed_llh_shadow_search_filter()
489 qed_llh_shadow_get_free_idx(struct qed_dev *cdev, u8 ppfid, u8 *p_filter_idx) in qed_llh_shadow_get_free_idx()
514 __qed_llh_shadow_add_filter(struct qed_dev *cdev, in __qed_llh_shadow_add_filter()
[all …]
Dqed_nvmetcp.c145 static int qed_fill_nvmetcp_dev_info(struct qed_dev *cdev, in qed_fill_nvmetcp_dev_info()
159 static void qed_register_nvmetcp_ops(struct qed_dev *cdev, in qed_register_nvmetcp_ops()
167 static int qed_nvmetcp_stop(struct qed_dev *cdev) in qed_nvmetcp_stop()
192 static int qed_nvmetcp_start(struct qed_dev *cdev, in qed_nvmetcp_start()
247 static struct qed_hash_nvmetcp_con *qed_nvmetcp_get_hash(struct qed_dev *cdev, in qed_nvmetcp_get_hash()
606 static int qed_nvmetcp_acquire_conn(struct qed_dev *cdev, in qed_nvmetcp_acquire_conn()
639 static int qed_nvmetcp_release_conn(struct qed_dev *cdev, u32 handle) in qed_nvmetcp_release_conn()
658 static int qed_nvmetcp_offload_conn(struct qed_dev *cdev, u32 handle, in qed_nvmetcp_offload_conn()
723 static int qed_nvmetcp_update_conn(struct qed_dev *cdev, in qed_nvmetcp_update_conn()
761 static int qed_nvmetcp_clear_conn_sq(struct qed_dev *cdev, u32 handle) in qed_nvmetcp_clear_conn_sq()
[all …]
/drivers/misc/
Denclosure.c184 static void enclosure_link_name(struct enclosure_component *cdev, char *name) in enclosure_link_name()
190 static void enclosure_remove_links(struct enclosure_component *cdev) in enclosure_remove_links()
207 static int enclosure_add_links(struct enclosure_component *cdev) in enclosure_add_links()
224 static void enclosure_release(struct device *cdev) in enclosure_release()
234 struct enclosure_component *cdev = to_enclosure_component(dev); in enclosure_component_release() local
287 struct device *cdev; in enclosure_component_alloc() local
334 struct device *cdev; in enclosure_component_register() local
366 struct enclosure_component *cdev; in enclosure_add_device() local
401 struct enclosure_component *cdev; in enclosure_remove_device() local
424 static ssize_t components_show(struct device *cdev, in components_show()
[all …]
/drivers/net/can/m_can/
Dm_can.c319 static inline u32 m_can_read(struct m_can_classdev *cdev, enum m_can_reg reg) in m_can_read()
324 static inline void m_can_write(struct m_can_classdev *cdev, enum m_can_reg reg, in m_can_write()
331 m_can_fifo_read(struct m_can_classdev *cdev, in m_can_fifo_read()
344 m_can_fifo_write(struct m_can_classdev *cdev, in m_can_fifo_write()
356 static inline int m_can_fifo_write_no_off(struct m_can_classdev *cdev, in m_can_fifo_write_no_off()
363 m_can_txe_fifo_read(struct m_can_classdev *cdev, u32 fgi, u32 offset, u32 *val) in m_can_txe_fifo_read()
371 static inline bool m_can_tx_fifo_full(struct m_can_classdev *cdev) in m_can_tx_fifo_full()
376 static void m_can_config_endisable(struct m_can_classdev *cdev, bool enable) in m_can_config_endisable()
410 static inline void m_can_enable_all_interrupts(struct m_can_classdev *cdev) in m_can_enable_all_interrupts()
416 static inline void m_can_disable_all_interrupts(struct m_can_classdev *cdev) in m_can_disable_all_interrupts()
[all …]
Dtcan4x5x-core.c105 static inline struct tcan4x5x_priv *cdev_to_priv(struct m_can_classdev *cdev) in cdev_to_priv()
146 static u32 tcan4x5x_read_reg(struct m_can_classdev *cdev, int reg) in tcan4x5x_read_reg()
156 static int tcan4x5x_read_fifo(struct m_can_classdev *cdev, int addr_offset, in tcan4x5x_read_fifo()
164 static int tcan4x5x_write_reg(struct m_can_classdev *cdev, int reg, int val) in tcan4x5x_write_reg()
171 static int tcan4x5x_write_fifo(struct m_can_classdev *cdev, in tcan4x5x_write_fifo()
190 static int tcan4x5x_write_tcan_reg(struct m_can_classdev *cdev, in tcan4x5x_write_tcan_reg()
198 static int tcan4x5x_clear_interrupts(struct m_can_classdev *cdev) in tcan4x5x_clear_interrupts()
211 static int tcan4x5x_init(struct m_can_classdev *cdev) in tcan4x5x_init()
240 static int tcan4x5x_disable_wake(struct m_can_classdev *cdev) in tcan4x5x_disable_wake()
248 static int tcan4x5x_disable_state(struct m_can_classdev *cdev) in tcan4x5x_disable_state()
[all …]
/drivers/scsi/pm8001/
Dpm8001_ctl.c56 static ssize_t pm8001_ctl_mpi_interface_rev_show(struct device *cdev, in pm8001_ctl_mpi_interface_rev_show()
82 static ssize_t controller_fatal_error_show(struct device *cdev, in controller_fatal_error_show()
102 static ssize_t pm8001_ctl_fw_version_show(struct device *cdev, in pm8001_ctl_fw_version_show()
133 static ssize_t pm8001_ctl_ila_version_show(struct device *cdev, in pm8001_ctl_ila_version_show()
159 static ssize_t pm8001_ctl_inactive_fw_version_show(struct device *cdev, in pm8001_ctl_inactive_fw_version_show()
186 static ssize_t pm8001_ctl_max_out_io_show(struct device *cdev, in pm8001_ctl_max_out_io_show()
210 static ssize_t pm8001_ctl_max_devices_show(struct device *cdev, in pm8001_ctl_max_devices_show()
237 static ssize_t pm8001_ctl_max_sg_list_show(struct device *cdev, in pm8001_ctl_max_sg_list_show()
282 static ssize_t pm8001_ctl_sas_spec_support_show(struct device *cdev, in pm8001_ctl_sas_spec_support_show()
312 static ssize_t pm8001_ctl_host_sas_address_show(struct device *cdev, in pm8001_ctl_host_sas_address_show()
[all …]
/drivers/net/ethernet/chelsio/inline_crypto/chtls/
Dchtls_main.c86 static int chtls_start_listen(struct chtls_dev *cdev, struct sock *sk) in chtls_start_listen()
110 static void chtls_stop_listen(struct chtls_dev *cdev, struct sock *sk) in chtls_stop_listen()
131 struct chtls_dev *cdev; in chtls_inline_feature() local
146 struct chtls_dev *cdev = to_chtls_dev(dev); in chtls_create_hash() local
155 struct chtls_dev *cdev = to_chtls_dev(dev); in chtls_destroy_hash() local
161 static void chtls_free_uld(struct chtls_dev *cdev) in chtls_free_uld()
178 struct chtls_dev *cdev; in chtls_dev_release() local
192 static void chtls_register_dev(struct chtls_dev *cdev) in chtls_register_dev()
210 struct chtls_dev *cdev = container_of(task_param, in process_deferq() local
223 static int chtls_get_skb(struct chtls_dev *cdev) in chtls_get_skb()
[all …]
Dchtls_cm.c58 static struct chtls_sock *chtls_sock_create(struct chtls_dev *cdev) in chtls_sock_create()
93 static struct net_device *chtls_find_netdev(struct chtls_dev *cdev, in chtls_find_netdev()
143 const struct chtls_dev *cdev; in assign_rxopt() local
205 struct chtls_dev *cdev; in abort_arp_failure() local
547 static struct listen_info *listen_hash_add(struct chtls_dev *cdev, in listen_hash_add()
566 static int listen_hash_find(struct chtls_dev *cdev, in listen_hash_find()
585 static int listen_hash_del(struct chtls_dev *cdev, in listen_hash_del()
643 int chtls_listen_start(struct chtls_dev *cdev, struct sock *sk) in chtls_listen_start()
730 void chtls_listen_stop(struct chtls_dev *cdev, struct sock *sk) in chtls_listen_stop()
760 static int chtls_pass_open_rpl(struct chtls_dev *cdev, struct sk_buff *skb) in chtls_pass_open_rpl()
[all …]
/drivers/usb/gadget/
Dcomposite.c162 struct usb_composite_dev *cdev; in config_ep_by_speed_and_alt() local
403 struct usb_composite_dev *cdev = function->config->cdev; in usb_function_deactivate() local
434 struct usb_composite_dev *cdev = function->config->cdev; in usb_function_activate() local
565 static int config_desc(struct usb_composite_dev *cdev, unsigned w_value) in config_desc()
628 static int count_configs(struct usb_composite_dev *cdev, unsigned type) in count_configs()
676 static int bos_desc(struct usb_composite_dev *cdev) in bos_desc()
827 static void device_qual(struct usb_composite_dev *cdev) in device_qual()
846 static void reset_config(struct usb_composite_dev *cdev) in reset_config()
862 static int set_config(struct usb_composite_dev *cdev, in set_config()
974 int usb_add_config_only(struct usb_composite_dev *cdev, in usb_add_config_only()
[all …]
/drivers/s390/scsi/
Dzfcp_ccw.c21 struct zfcp_adapter *zfcp_ccw_adapter_by_cdev(struct ccw_device *cdev) in zfcp_ccw_adapter_by_cdev()
49 static int zfcp_ccw_activate(struct ccw_device *cdev, int clear, char *tag) in zfcp_ccw_activate()
98 static int zfcp_ccw_probe(struct ccw_device *cdev) in zfcp_ccw_probe()
112 static void zfcp_ccw_remove(struct ccw_device *cdev) in zfcp_ccw_remove()
158 static int zfcp_ccw_set_online(struct ccw_device *cdev) in zfcp_ccw_set_online()
203 static int zfcp_ccw_set_offline(struct ccw_device *cdev) in zfcp_ccw_set_offline()
226 static int zfcp_ccw_notify(struct ccw_device *cdev, int event) in zfcp_ccw_notify()
265 static void zfcp_ccw_shutdown(struct ccw_device *cdev) in zfcp_ccw_shutdown()
/drivers/target/iscsi/cxgbit/
Dcxgbit_cm.c49 cxgbit_wait_for_reply(struct cxgbit_device *cdev, in cxgbit_wait_for_reply()
79 cxgbit_np_hash_add(struct cxgbit_device *cdev, struct cxgbit_np *cnp, in cxgbit_np_hash_add()
99 cxgbit_np_hash_find(struct cxgbit_device *cdev, struct cxgbit_np *cnp) in cxgbit_np_hash_find()
116 static int cxgbit_np_hash_del(struct cxgbit_device *cdev, struct cxgbit_np *cnp) in cxgbit_np_hash_del()
144 cxgbit_create_server6(struct cxgbit_device *cdev, unsigned int stid, in cxgbit_create_server6()
196 cxgbit_create_server4(struct cxgbit_device *cdev, unsigned int stid, in cxgbit_create_server4()
230 struct cxgbit_device *cdev; in cxgbit_find_device() local
295 struct cxgbit_device *cdev = NULL; in cxgbit_find_np_cdev() local
343 __cxgbit_setup_cdev_np(struct cxgbit_device *cdev, struct cxgbit_np *cnp) in __cxgbit_setup_cdev_np()
377 struct cxgbit_device *cdev; in cxgbit_setup_cdev_np() local
[all …]
/drivers/scsi/mpt3sas/
Dmpt3sas_ctl.c2819 version_fw_show(struct device *cdev, struct device_attribute *attr, in version_fw_show()
2842 version_bios_show(struct device *cdev, struct device_attribute *attr, in version_bios_show()
2867 version_mpi_show(struct device *cdev, struct device_attribute *attr, in version_mpi_show()
2887 version_product_show(struct device *cdev, struct device_attribute *attr, in version_product_show()
2906 version_nvdata_persistent_show(struct device *cdev, in version_nvdata_persistent_show()
2926 version_nvdata_default_show(struct device *cdev, struct device_attribute in version_nvdata_default_show()
2946 board_name_show(struct device *cdev, struct device_attribute *attr, in board_name_show()
2965 board_assembly_show(struct device *cdev, struct device_attribute *attr, in board_assembly_show()
2984 board_tracer_show(struct device *cdev, struct device_attribute *attr, in board_tracer_show()
3006 io_delay_show(struct device *cdev, struct device_attribute *attr, in io_delay_show()
[all …]
/drivers/thermal/
Ddevfreq_cooling.c51 struct thermal_cooling_device *cdev; member
64 static int devfreq_cooling_get_max_state(struct thermal_cooling_device *cdev, in devfreq_cooling_get_max_state()
74 static int devfreq_cooling_get_cur_state(struct thermal_cooling_device *cdev, in devfreq_cooling_get_cur_state()
84 static int devfreq_cooling_set_cur_state(struct thermal_cooling_device *cdev, in devfreq_cooling_set_cur_state()
178 static int devfreq_cooling_get_requested_power(struct thermal_cooling_device *cdev, in devfreq_cooling_get_requested_power()
244 static int devfreq_cooling_state2power(struct thermal_cooling_device *cdev, in devfreq_cooling_state2power()
260 static int devfreq_cooling_power2state(struct thermal_cooling_device *cdev, in devfreq_cooling_power2state()
365 struct thermal_cooling_device *cdev; in of_devfreq_cooling_register_power() local
495 struct thermal_cooling_device *cdev; in devfreq_cooling_em_register() local
525 void devfreq_cooling_unregister(struct thermal_cooling_device *cdev) in devfreq_cooling_unregister()
/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c717 struct cxgbi_device *cdev = csk->cdev; in cxgb4i_make_tx_data_wr() local
891 static void do_act_establish(struct cxgbi_device *cdev, struct sk_buff *skb) in do_act_establish()
1043 static void do_act_open_rpl(struct cxgbi_device *cdev, struct sk_buff *skb) in do_act_open_rpl()
1092 static void do_peer_close(struct cxgbi_device *cdev, struct sk_buff *skb) in do_peer_close()
1113 static void do_close_con_rpl(struct cxgbi_device *cdev, struct sk_buff *skb) in do_close_con_rpl()
1152 static void do_abort_req_rss(struct cxgbi_device *cdev, struct sk_buff *skb) in do_abort_req_rss()
1200 static void do_abort_rpl_rss(struct cxgbi_device *cdev, struct sk_buff *skb) in do_abort_rpl_rss()
1224 static void do_rx_data(struct cxgbi_device *cdev, struct sk_buff *skb) in do_rx_data()
1245 static void do_rx_iscsi_hdr(struct cxgbi_device *cdev, struct sk_buff *skb) in do_rx_iscsi_hdr()
1350 static void do_rx_iscsi_data(struct cxgbi_device *cdev, struct sk_buff *skb) in do_rx_iscsi_data()
[all …]
/drivers/net/ethernet/intel/i40e/
Di40e_client.c86 struct i40e_client_instance *cdev = pf->cinst; in i40e_notify_client_of_vf_msg() local
112 struct i40e_client_instance *cdev = pf->cinst; in i40e_notify_client_of_l2_param_changes() local
171 struct i40e_client_instance *cdev = pf->cinst; in i40e_notify_client_of_netdev_close() local
198 struct i40e_client_instance *cdev = pf->cinst; in i40e_notify_client_of_vf_reset() local
223 struct i40e_client_instance *cdev = pf->cinst; in i40e_notify_client_of_vf_enable() local
250 struct i40e_client_instance *cdev = pf->cinst; in i40e_vf_client_capable() local
272 struct i40e_client_instance *cdev = pf->cinst; in i40e_client_update_msix_info() local
339 struct i40e_client_instance *cdev = NULL; in i40e_client_add_instance() local
406 struct i40e_client_instance *cdev; in i40e_client_subtask() local
739 struct i40e_client_instance *cdev = pf->cinst; in i40e_client_device_unregister() local

12345678910>>...15