Home
last modified time | relevance | path

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

12345678910>>...16

/drivers/s390/cio/
Ddevice_fsm.c38 static void ccw_timeout_log(struct ccw_device *cdev) in ccw_timeout_log()
102 struct ccw_device *cdev = priv->cdev; in ccw_device_timeout() local
115 ccw_device_set_timeout(struct ccw_device *cdev, int expires) in ccw_device_set_timeout()
124 ccw_device_cancel_halt_clear(struct ccw_device *cdev) in ccw_device_cancel_halt_clear()
140 void ccw_device_update_sense_data(struct ccw_device *cdev) in ccw_device_update_sense_data()
149 int ccw_device_test_sense_data(struct ccw_device *cdev) in ccw_device_test_sense_data()
189 ccw_device_recog_done(struct ccw_device *cdev, int state) in ccw_device_recog_done()
259 ccw_device_sense_id_done(struct ccw_device *cdev, int err) in ccw_device_sense_id_done()
285 int ccw_device_notify(struct ccw_device *cdev, int event) in ccw_device_notify()
308 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 const 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()
274 int ccw_device_set_offline(struct ccw_device *cdev) in ccw_device_set_offline()
351 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()
275 int ccw_device_start_key(struct ccw_device *cdev, struct ccw1 *cpa, in ccw_device_start_key()
309 int ccw_device_start(struct ccw_device *cdev, struct ccw1 *cpa, in ccw_device_start()
347 int ccw_device_start_timeout(struct ccw_device *cdev, struct ccw1 *cpa, in ccw_device_start_timeout()
[all …]
Ddevice_pgid.c34 static void verify_done(struct ccw_device *cdev, int rc) in verify_done()
58 static void nop_build_cp(struct ccw_device *cdev) in nop_build_cp()
73 static void nop_do(struct ccw_device *cdev) in nop_do()
93 static enum io_status nop_filter(struct ccw_device *cdev, void *data, in nop_filter()
105 static void nop_callback(struct ccw_device *cdev, void *data, int rc) in nop_callback()
135 static void spid_build_cp(struct ccw_device *cdev, u8 fn) in spid_build_cp()
150 static void pgid_wipeout_callback(struct ccw_device *cdev, void *data, int rc) in pgid_wipeout_callback()
168 static void pgid_wipeout_start(struct ccw_device *cdev) in pgid_wipeout_start()
195 static void spid_do(struct ccw_device *cdev) in spid_do()
228 static void spid_callback(struct ccw_device *cdev, void *data, int rc) in spid_callback()
[all …]
Dcmf.c177 static int set_schib(struct ccw_device *cdev, u32 mme, int mbfc, in set_schib()
213 static int set_schib_wait(struct ccw_device *cdev, u32 mme, in set_schib_wait()
259 void retry_set_schib(struct ccw_device *cdev) in retry_set_schib()
271 static int cmf_copy_block(struct ccw_device *cdev) in cmf_copy_block()
300 static int cmf_cmb_copy_wait(struct ccw_device *cdev) in cmf_cmb_copy_wait()
340 void cmf_retry_copy_block(struct ccw_device *cdev) in cmf_retry_copy_block()
351 static void cmf_generic_reset(struct ccw_device *cdev) in cmf_generic_reset()
438 static int alloc_cmb_single(struct ccw_device *cdev, in alloc_cmb_single()
479 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.c29 ccw_device_msg_control_check(struct ccw_device *cdev, struct irb *irb) in ccw_device_msg_control_check()
54 ccw_device_path_notoper(struct ccw_device *cdev) in ccw_device_path_notoper()
76 ccw_device_accumulate_ecw(struct ccw_device *cdev, struct irb *irb) in ccw_device_accumulate_ecw()
114 ccw_device_accumulate_esw(struct ccw_device *cdev, struct irb *irb) in ccw_device_accumulate_esw()
194 ccw_device_accumulate_irb(struct ccw_device *cdev, struct irb *irb) in ccw_device_accumulate_irb()
312 ccw_device_do_sense(struct ccw_device *cdev, struct irb *irb) in ccw_device_do_sense()
349 ccw_device_accumulate_basic_sense(struct ccw_device *cdev, struct irb *irb) in ccw_device_accumulate_basic_sense()
382 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.c257 static void qed_free_pci(struct qed_dev *cdev) in qed_free_pci()
276 static int qed_init_pci(struct qed_dev *cdev, struct pci_dev *pdev) in qed_init_pci()
375 int qed_fill_dev_info(struct qed_dev *cdev, in qed_fill_dev_info()
455 static void qed_free_cdev(struct qed_dev *cdev) in qed_free_cdev()
462 struct qed_dev *cdev; in qed_alloc_cdev() local
474 static int qed_set_power_state(struct qed_dev *cdev, pci_power_t state) in qed_set_power_state()
487 struct qed_dev *cdev; in qed_probe() local
529 static void qed_remove(struct qed_dev *cdev) in qed_remove()
543 static void qed_disable_msix(struct qed_dev *cdev) in qed_disable_msix()
555 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 …]
/drivers/net/can/m_can/
Dm_can.c330 static inline u32 m_can_read(struct m_can_classdev *cdev, enum m_can_reg reg) in m_can_read()
335 static inline void m_can_write(struct m_can_classdev *cdev, enum m_can_reg reg, in m_can_write()
342 m_can_fifo_read(struct m_can_classdev *cdev, in m_can_fifo_read()
355 m_can_fifo_write(struct m_can_classdev *cdev, in m_can_fifo_write()
367 static inline int m_can_fifo_write_no_off(struct m_can_classdev *cdev, in m_can_fifo_write_no_off()
374 m_can_txe_fifo_read(struct m_can_classdev *cdev, u32 fgi, u32 offset, u32 *val) in m_can_txe_fifo_read()
382 static int m_can_cccr_update_bits(struct m_can_classdev *cdev, u32 mask, u32 val) in m_can_cccr_update_bits()
421 static int m_can_config_enable(struct m_can_classdev *cdev) in m_can_config_enable()
436 static int m_can_config_disable(struct m_can_classdev *cdev) in m_can_config_disable()
450 static void m_can_interrupt_enable(struct m_can_classdev *cdev, u32 interrupts) in m_can_interrupt_enable()
[all …]
Dtcan4x5x-core.c140 static inline struct tcan4x5x_priv *cdev_to_priv(struct m_can_classdev *cdev) in cdev_to_priv()
181 static u32 tcan4x5x_read_reg(struct m_can_classdev *cdev, int reg) in tcan4x5x_read_reg()
191 static int tcan4x5x_read_fifo(struct m_can_classdev *cdev, int addr_offset, in tcan4x5x_read_fifo()
199 static int tcan4x5x_write_reg(struct m_can_classdev *cdev, int reg, int val) in tcan4x5x_write_reg()
206 static int tcan4x5x_write_fifo(struct m_can_classdev *cdev, in tcan4x5x_write_fifo()
225 static int tcan4x5x_write_tcan_reg(struct m_can_classdev *cdev, in tcan4x5x_write_tcan_reg()
233 static int tcan4x5x_clear_interrupts(struct m_can_classdev *cdev) in tcan4x5x_clear_interrupts()
246 static int tcan4x5x_init(struct m_can_classdev *cdev) in tcan4x5x_init()
282 static int tcan4x5x_disable_wake(struct m_can_classdev *cdev) in tcan4x5x_disable_wake()
290 static int tcan4x5x_disable_state(struct m_can_classdev *cdev) in tcan4x5x_disable_state()
[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/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()
235 static ssize_t pm8001_ctl_max_sg_list_show(struct device *cdev, in pm8001_ctl_max_sg_list_show()
278 static ssize_t pm8001_ctl_sas_spec_support_show(struct device *cdev, in pm8001_ctl_sas_spec_support_show()
308 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.c166 struct usb_composite_dev *cdev; in config_ep_by_speed_and_alt() local
401 struct usb_composite_dev *cdev = function->config->cdev; in usb_function_deactivate() local
432 struct usb_composite_dev *cdev = function->config->cdev; in usb_function_activate() local
616 static int config_desc(struct usb_composite_dev *cdev, unsigned w_value) in config_desc()
679 static int count_configs(struct usb_composite_dev *cdev, unsigned type) in count_configs()
727 static int bos_desc(struct usb_composite_dev *cdev) in bos_desc()
911 static void device_qual(struct usb_composite_dev *cdev) in device_qual()
930 static void reset_config(struct usb_composite_dev *cdev) in reset_config()
950 static int set_config(struct usb_composite_dev *cdev, in set_config()
1068 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.c2881 version_fw_show(struct device *cdev, struct device_attribute *attr, in version_fw_show()
2904 version_bios_show(struct device *cdev, struct device_attribute *attr, in version_bios_show()
2929 version_mpi_show(struct device *cdev, struct device_attribute *attr, in version_mpi_show()
2949 version_product_show(struct device *cdev, struct device_attribute *attr, in version_product_show()
2968 version_nvdata_persistent_show(struct device *cdev, in version_nvdata_persistent_show()
2988 version_nvdata_default_show(struct device *cdev, struct device_attribute in version_nvdata_default_show()
3008 board_name_show(struct device *cdev, struct device_attribute *attr, in board_name_show()
3027 board_assembly_show(struct device *cdev, struct device_attribute *attr, in board_assembly_show()
3046 board_tracer_show(struct device *cdev, struct device_attribute *attr, in board_tracer_show()
3068 io_delay_show(struct device *cdev, struct device_attribute *attr, in io_delay_show()
[all …]
/drivers/thermal/
Dthermal_sysfs.c515 struct thermal_cooling_device *cdev = to_cooling_device(dev); in cdev_type_show() local
523 struct thermal_cooling_device *cdev = to_cooling_device(dev); in max_state_show() local
531 struct thermal_cooling_device *cdev = to_cooling_device(dev); in cur_state_show() local
545 struct thermal_cooling_device *cdev = to_cooling_device(dev); in cur_state_store() local
611 void thermal_cooling_device_stats_update(struct thermal_cooling_device *cdev, in thermal_cooling_device_stats_update()
638 struct thermal_cooling_device *cdev = to_cooling_device(dev); in total_trans_show() local
662 struct thermal_cooling_device *cdev = to_cooling_device(dev); in time_in_state_ms_show() local
693 struct thermal_cooling_device *cdev = to_cooling_device(dev); in reset_store() local
726 struct thermal_cooling_device *cdev = to_cooling_device(dev); in trans_table_show() local
799 static void cooling_device_stats_setup(struct thermal_cooling_device *cdev) in cooling_device_stats_setup()
[all …]
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()
190 static int devfreq_cooling_get_requested_power(struct thermal_cooling_device *cdev, in devfreq_cooling_get_requested_power()
265 static int devfreq_cooling_state2power(struct thermal_cooling_device *cdev, in devfreq_cooling_state2power()
287 static int devfreq_cooling_power2state(struct thermal_cooling_device *cdev, in devfreq_cooling_power2state()
396 struct thermal_cooling_device *cdev; in of_devfreq_cooling_register_power() local
526 struct thermal_cooling_device *cdev; in devfreq_cooling_em_register() local
556 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.c85 struct i40e_client_instance *cdev = pf->cinst; in i40e_notify_client_of_vf_msg() local
111 struct i40e_client_instance *cdev = pf->cinst; in i40e_notify_client_of_l2_param_changes() local
168 struct i40e_client_instance *cdev = pf->cinst; in i40e_notify_client_of_netdev_close() local
195 struct i40e_client_instance *cdev = pf->cinst; in i40e_notify_client_of_vf_reset() local
220 struct i40e_client_instance *cdev = pf->cinst; in i40e_notify_client_of_vf_enable() local
247 struct i40e_client_instance *cdev = pf->cinst; in i40e_vf_client_capable() local
269 struct i40e_client_instance *cdev = pf->cinst; in i40e_client_update_msix_info() local
337 struct i40e_client_instance *cdev = NULL; in i40e_client_add_instance() local
403 struct i40e_client_instance *cdev; in i40e_client_subtask() local
734 struct i40e_client_instance *cdev = pf->cinst; in i40e_client_device_unregister() local

12345678910>>...16