| /drivers/s390/cio/ |
| D | device_fsm.c | 37 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() 129 ccw_device_cancel_halt_clear(struct ccw_device *cdev) in ccw_device_cancel_halt_clear() 145 void ccw_device_update_sense_data(struct ccw_device *cdev) in ccw_device_update_sense_data() 154 int ccw_device_test_sense_data(struct ccw_device *cdev) in ccw_device_test_sense_data() 194 ccw_device_recog_done(struct ccw_device *cdev, int state) in ccw_device_recog_done() 270 ccw_device_sense_id_done(struct ccw_device *cdev, int err) in ccw_device_sense_id_done() 296 int ccw_device_notify(struct ccw_device *cdev, int event) in ccw_device_notify() 319 static void ccw_device_oper_notify(struct ccw_device *cdev) in ccw_device_oper_notify() [all …]
|
| D | device.c | 63 struct ccw_device *cdev = to_ccwdev(dev); in ccw_bus_match() local 106 struct ccw_device *cdev = to_ccwdev(dev); in ccw_uevent() local 154 struct ccw_device *cdev; in io_subchannel_prepare() local 214 struct ccw_device *cdev = to_ccwdev(dev); in devtype_show() local 227 struct ccw_device *cdev = to_ccwdev(dev); in cutype_show() local 237 struct ccw_device *cdev = to_ccwdev(dev); in modalias_show() local 249 struct ccw_device *cdev = to_ccwdev(dev); in online_show() local 254 int ccw_device_is_orphan(struct ccw_device *cdev) in ccw_device_is_orphan() 259 static void ccw_device_unregister(struct ccw_device *cdev) in ccw_device_unregister() 285 int ccw_device_set_offline(struct ccw_device *cdev) in ccw_device_set_offline() [all …]
|
| D | device_ops.c | 39 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 …]
|
| D | device_pgid.c | 33 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 …]
|
| D | cmf.c | 175 static int set_schib(struct ccw_device *cdev, u32 mme, int mbfc, in set_schib() 211 static int set_schib_wait(struct ccw_device *cdev, u32 mme, in set_schib_wait() 257 void retry_set_schib(struct ccw_device *cdev) in retry_set_schib() 269 static int cmf_copy_block(struct ccw_device *cdev) in cmf_copy_block() 298 static int cmf_cmb_copy_wait(struct ccw_device *cdev) in cmf_cmb_copy_wait() 338 void cmf_retry_copy_block(struct ccw_device *cdev) in cmf_retry_copy_block() 349 static void cmf_generic_reset(struct ccw_device *cdev) in cmf_generic_reset() 436 static int alloc_cmb_single(struct ccw_device *cdev, in alloc_cmb_single() 477 static int alloc_cmb(struct ccw_device *cdev) in alloc_cmb() 533 static void free_cmb(struct ccw_device *cdev) in free_cmb() [all …]
|
| D | ccwreq.c | 41 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()
|
| D | device_status.c | 28 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/ |
| D | qed_main.c | 110 static int qed_set_coherency_mask(struct qed_dev *cdev) in qed_set_coherency_mask() 128 static void qed_free_pci(struct qed_dev *cdev) in qed_free_pci() 147 static int qed_init_pci(struct qed_dev *cdev, struct pci_dev *pdev) in qed_init_pci() 244 int qed_fill_dev_info(struct qed_dev *cdev, in qed_fill_dev_info() 321 static void qed_free_cdev(struct qed_dev *cdev) in qed_free_cdev() 328 struct qed_dev *cdev; in qed_alloc_cdev() local 340 static int qed_set_power_state(struct qed_dev *cdev, pci_power_t state) in qed_set_power_state() 350 struct qed_dev *cdev; member 362 struct qed_dev *cdev; in qed_dl_param_get() local 375 struct qed_dev *cdev; in qed_dl_param_set() local [all …]
|
| D | qed_dcbx.c | 1332 static u8 qed_dcbnl_getstate(struct qed_dev *cdev) in qed_dcbnl_getstate() 1349 static u8 qed_dcbnl_setstate(struct qed_dev *cdev, u8 state) in qed_dcbnl_setstate() 1376 static void qed_dcbnl_getpgtccfgtx(struct qed_dev *cdev, int tc, u8 *prio_type, in qed_dcbnl_getpgtccfgtx() 1397 static void qed_dcbnl_getpgbwgcfgtx(struct qed_dev *cdev, int pgid, u8 *bw_pct) in qed_dcbnl_getpgbwgcfgtx() 1418 static void qed_dcbnl_getpgtccfgrx(struct qed_dev *cdev, int tc, u8 *prio, in qed_dcbnl_getpgtccfgrx() 1425 static void qed_dcbnl_getpgbwgcfgrx(struct qed_dev *cdev, in qed_dcbnl_getpgbwgcfgrx() 1432 static void qed_dcbnl_getpfccfg(struct qed_dev *cdev, in qed_dcbnl_getpfccfg() 1453 static void qed_dcbnl_setpfccfg(struct qed_dev *cdev, int priority, u8 setting) in qed_dcbnl_setpfccfg() 1484 static u8 qed_dcbnl_getcap(struct qed_dev *cdev, int capid, u8 *cap) in qed_dcbnl_getcap() 1521 static int qed_dcbnl_getnumtcs(struct qed_dev *cdev, int tcid, u8 *num) in qed_dcbnl_getnumtcs() [all …]
|
| D | qed_dev.c | 104 static bool qed_db_rec_sanity(struct qed_dev *cdev, in qed_db_rec_sanity() 133 static struct qed_hwfn *qed_db_rec_find_hwfn(struct qed_dev *cdev, in qed_db_rec_find_hwfn() 149 int qed_db_recovery_add(struct qed_dev *cdev, in qed_db_recovery_add() 198 int qed_db_recovery_del(struct qed_dev *cdev, in qed_db_recovery_del() 407 static void qed_llh_free(struct qed_dev *cdev) in qed_llh_free() 424 static int qed_llh_alloc(struct qed_dev *cdev) in qed_llh_alloc() 460 static int qed_llh_shadow_sanity(struct qed_dev *cdev, in qed_llh_shadow_sanity() 485 qed_llh_shadow_search_filter(struct qed_dev *cdev, in qed_llh_shadow_search_filter() 513 qed_llh_shadow_get_free_idx(struct qed_dev *cdev, u8 ppfid, u8 *p_filter_idx) in qed_llh_shadow_get_free_idx() 538 __qed_llh_shadow_add_filter(struct qed_dev *cdev, in __qed_llh_shadow_add_filter() [all …]
|
| D | qed_ptp.c | 127 static int qed_ptp_hw_read_rx_ts(struct qed_dev *cdev, u64 *timestamp) in qed_ptp_hw_read_rx_ts() 153 static int qed_ptp_hw_read_tx_ts(struct qed_dev *cdev, u64 *timestamp) in qed_ptp_hw_read_tx_ts() 179 static int qed_ptp_hw_read_cc(struct qed_dev *cdev, u64 *phc_cycles) in qed_ptp_hw_read_cc() 194 static int qed_ptp_hw_cfg_filters(struct qed_dev *cdev, in qed_ptp_hw_cfg_filters() 278 static int qed_ptp_hw_adjfreq(struct qed_dev *cdev, s32 ppb) in qed_ptp_hw_adjfreq() 363 static int qed_ptp_hw_enable(struct qed_dev *cdev) in qed_ptp_hw_enable() 425 static int qed_ptp_hw_disable(struct qed_dev *cdev) in qed_ptp_hw_disable()
|
| /drivers/misc/mic/cosm/ |
| D | cosm_sysfs.c | 37 void cosm_set_shutdown_status(struct cosm_device *cdev, u8 shutdown_status) in cosm_set_shutdown_status() 45 void cosm_set_state(struct cosm_device *cdev, u8 state) in cosm_set_state() 57 struct cosm_device *cdev = dev_get_drvdata(dev); in family_show() local 69 struct cosm_device *cdev = dev_get_drvdata(dev); in stepping_show() local 81 struct cosm_device *cdev = dev_get_drvdata(dev); in state_show() local 94 struct cosm_device *cdev = dev_get_drvdata(dev); in state_store() local 124 struct cosm_device *cdev = dev_get_drvdata(dev); in shutdown_status_show() local 138 struct cosm_device *cdev = dev_get_drvdata(dev); in heartbeat_enable_show() local 151 struct cosm_device *cdev = dev_get_drvdata(dev); in heartbeat_enable_store() local 177 struct cosm_device *cdev = dev_get_drvdata(dev); in cmdline_show() local [all …]
|
| D | cosm_main.c | 30 static void cosm_hw_reset(struct cosm_device *cdev, bool force) in cosm_hw_reset() 62 int cosm_start(struct cosm_device *cdev) in cosm_start() 135 void cosm_stop(struct cosm_device *cdev, bool force) in cosm_stop() 171 struct cosm_device *cdev = container_of(work, struct cosm_device, in cosm_reset_trigger_work() local 182 int cosm_reset(struct cosm_device *cdev) in cosm_reset() 207 int cosm_shutdown(struct cosm_device *cdev) in cosm_shutdown() 241 static int cosm_driver_probe(struct cosm_device *cdev) in cosm_driver_probe() 283 static void cosm_driver_remove(struct cosm_device *cdev) in cosm_driver_remove() 302 struct cosm_device *cdev = dev_to_cosm(dev); in cosm_suspend() local
|
| D | cosm_scif_server.c | 95 static void cosm_update_mic_status(struct cosm_device *cdev) in cosm_update_mic_status() 104 static void cosm_shutdown_status_int(struct cosm_device *cdev, in cosm_shutdown_status_int() 126 static void cosm_scif_recv(struct cosm_device *cdev) in cosm_scif_recv() 159 static void cosm_set_crashed(struct cosm_device *cdev) in cosm_set_crashed() 167 static void cosm_send_time(struct cosm_device *cdev) in cosm_send_time() 188 static void cosm_scif_close(struct cosm_device *cdev) in cosm_scif_close() 206 static int cosm_set_online(struct cosm_device *cdev) in cosm_set_online() 236 struct cosm_device *cdev = container_of(work, struct cosm_device, in cosm_scif_work() local 286 struct cosm_device *cdev; in cosm_scif_server() local
|
| /drivers/s390/scsi/ |
| D | zfcp_ccw.c | 21 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() 159 static int zfcp_ccw_set_online(struct ccw_device *cdev) in zfcp_ccw_set_online() 206 static int zfcp_ccw_offline_sync(struct ccw_device *cdev, int set, char *tag) in zfcp_ccw_offline_sync() 228 static int zfcp_ccw_set_offline(struct ccw_device *cdev) in zfcp_ccw_set_offline() 241 static int zfcp_ccw_notify(struct ccw_device *cdev, int event) in zfcp_ccw_notify() 290 static void zfcp_ccw_shutdown(struct ccw_device *cdev) in zfcp_ccw_shutdown() 304 static int zfcp_ccw_suspend(struct ccw_device *cdev) in zfcp_ccw_suspend() [all …]
|
| /drivers/misc/ |
| D | enclosure.c | 182 static void enclosure_link_name(struct enclosure_component *cdev, char *name) in enclosure_link_name() 188 static void enclosure_remove_links(struct enclosure_component *cdev) in enclosure_remove_links() 205 static int enclosure_add_links(struct enclosure_component *cdev) in enclosure_add_links() 222 static void enclosure_release(struct device *cdev) in enclosure_release() 232 struct enclosure_component *cdev = to_enclosure_component(dev); in enclosure_component_release() local 285 struct device *cdev; in enclosure_component_alloc() local 332 struct device *cdev; in enclosure_component_register() local 364 struct enclosure_component *cdev; in enclosure_add_device() local 399 struct enclosure_component *cdev; in enclosure_remove_device() local 422 static ssize_t components_show(struct device *cdev, in components_show() [all …]
|
| /drivers/usb/gadget/ |
| D | composite.c | 229 struct usb_composite_dev *cdev; in config_ep_by_speed() local 345 struct usb_composite_dev *cdev = function->config->cdev; in usb_function_deactivate() local 373 struct usb_composite_dev *cdev = function->config->cdev; in usb_function_activate() local 499 static int config_desc(struct usb_composite_dev *cdev, unsigned w_value) in config_desc() 562 static int count_configs(struct usb_composite_dev *cdev, unsigned type) in count_configs() 610 static int bos_desc(struct usb_composite_dev *cdev) in bos_desc() 731 static void device_qual(struct usb_composite_dev *cdev) in device_qual() 750 static void reset_config(struct usb_composite_dev *cdev) in reset_config() 766 static int set_config(struct usb_composite_dev *cdev, in set_config() 864 int usb_add_config_only(struct usb_composite_dev *cdev, in usb_add_config_only() [all …]
|
| /drivers/crypto/chelsio/chtls/ |
| D | chtls_main.c | 84 static int chtls_start_listen(struct chtls_dev *cdev, struct sock *sk) in chtls_start_listen() 109 static void chtls_stop_listen(struct chtls_dev *cdev, struct sock *sk) in chtls_stop_listen() 130 struct chtls_dev *cdev; in chtls_inline_feature() local 145 struct chtls_dev *cdev = to_chtls_dev(dev); in chtls_create_hash() local 154 struct chtls_dev *cdev = to_chtls_dev(dev); in chtls_destroy_hash() local 160 static void chtls_free_uld(struct chtls_dev *cdev) in chtls_free_uld() 176 struct chtls_dev *cdev; in chtls_dev_release() local 184 static void chtls_register_dev(struct chtls_dev *cdev) in chtls_register_dev() 202 struct chtls_dev *cdev = container_of(task_param, in process_deferq() local 215 static int chtls_get_skb(struct chtls_dev *cdev) in chtls_get_skb() [all …]
|
| D | chtls_cm.c | 50 static struct chtls_sock *chtls_sock_create(struct chtls_dev *cdev) in chtls_sock_create() 85 static struct net_device *chtls_ipv4_netdev(struct chtls_dev *cdev, in chtls_ipv4_netdev() 104 const struct chtls_dev *cdev; in assign_rxopt() local 166 struct chtls_dev *cdev; in abort_arp_failure() local 500 static struct listen_info *listen_hash_add(struct chtls_dev *cdev, in listen_hash_add() 519 static int listen_hash_find(struct chtls_dev *cdev, in listen_hash_find() 538 static int listen_hash_del(struct chtls_dev *cdev, in listen_hash_del() 596 int chtls_listen_start(struct chtls_dev *cdev, struct sock *sk) in chtls_listen_start() 660 void chtls_listen_stop(struct chtls_dev *cdev, struct sock *sk) in chtls_listen_stop() 677 static int chtls_pass_open_rpl(struct chtls_dev *cdev, struct sk_buff *skb) in chtls_pass_open_rpl() [all …]
|
| /drivers/net/can/m_can/ |
| D | m_can.c | 323 static inline u32 m_can_read(struct m_can_classdev *cdev, enum m_can_reg reg) in m_can_read() 328 static inline void m_can_write(struct m_can_classdev *cdev, enum m_can_reg reg, in m_can_write() 334 static u32 m_can_fifo_read(struct m_can_classdev *cdev, in m_can_fifo_read() 343 static void m_can_fifo_write(struct m_can_classdev *cdev, in m_can_fifo_write() 352 static inline void m_can_fifo_write_no_off(struct m_can_classdev *cdev, in m_can_fifo_write_no_off() 358 static u32 m_can_txe_fifo_read(struct m_can_classdev *cdev, u32 fgi, u32 offset) in m_can_txe_fifo_read() 366 static inline bool m_can_tx_fifo_full(struct m_can_classdev *cdev) in m_can_tx_fifo_full() 371 void m_can_config_endisable(struct m_can_classdev *cdev, bool enable) in m_can_config_endisable() 409 static inline void m_can_enable_all_interrupts(struct m_can_classdev *cdev) in m_can_enable_all_interrupts() 415 static inline void m_can_disable_all_interrupts(struct m_can_classdev *cdev) in m_can_disable_all_interrupts() [all …]
|
| /drivers/scsi/pm8001/ |
| D | pm8001_ctl.c | 54 static ssize_t pm8001_ctl_mpi_interface_rev_show(struct device *cdev, in pm8001_ctl_mpi_interface_rev_show() 79 static ssize_t pm8001_ctl_fw_version_show(struct device *cdev, in pm8001_ctl_fw_version_show() 109 static ssize_t pm8001_ctl_ila_version_show(struct device *cdev, in pm8001_ctl_ila_version_show() 134 static ssize_t pm8001_ctl_inactive_fw_version_show(struct device *cdev, in pm8001_ctl_inactive_fw_version_show() 160 static ssize_t pm8001_ctl_max_out_io_show(struct device *cdev, in pm8001_ctl_max_out_io_show() 183 static ssize_t pm8001_ctl_max_devices_show(struct device *cdev, in pm8001_ctl_max_devices_show() 209 static ssize_t pm8001_ctl_max_sg_list_show(struct device *cdev, in pm8001_ctl_max_sg_list_show() 253 static ssize_t pm8001_ctl_sas_spec_support_show(struct device *cdev, in pm8001_ctl_sas_spec_support_show() 282 static ssize_t pm8001_ctl_host_sas_address_show(struct device *cdev, in pm8001_ctl_host_sas_address_show() 301 static ssize_t pm8001_ctl_logging_level_show(struct device *cdev, in pm8001_ctl_logging_level_show() [all …]
|
| /drivers/target/iscsi/cxgbit/ |
| D | cxgbit_cm.c | 49 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/ |
| D | mpt3sas_ctl.c | 2515 version_fw_show(struct device *cdev, struct device_attribute *attr, in version_fw_show() 2538 version_bios_show(struct device *cdev, struct device_attribute *attr, in version_bios_show() 2563 version_mpi_show(struct device *cdev, struct device_attribute *attr, in version_mpi_show() 2583 version_product_show(struct device *cdev, struct device_attribute *attr, in version_product_show() 2602 version_nvdata_persistent_show(struct device *cdev, in version_nvdata_persistent_show() 2622 version_nvdata_default_show(struct device *cdev, struct device_attribute in version_nvdata_default_show() 2642 board_name_show(struct device *cdev, struct device_attribute *attr, in board_name_show() 2661 board_assembly_show(struct device *cdev, struct device_attribute *attr, in board_assembly_show() 2680 board_tracer_show(struct device *cdev, struct device_attribute *attr, in board_tracer_show() 2702 io_delay_show(struct device *cdev, struct device_attribute *attr, in io_delay_show() [all …]
|
| /drivers/net/ethernet/intel/i40e/ |
| D | i40e_client.c | 87 struct i40e_client_instance *cdev = pf->cinst; in i40e_notify_client_of_vf_msg() local 113 struct i40e_client_instance *cdev = pf->cinst; in i40e_notify_client_of_l2_param_changes() local 172 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 287 struct i40e_client_instance *cdev = NULL; in i40e_client_add_instance() local 351 struct i40e_client_instance *cdev; in i40e_client_subtask() local 482 struct i40e_client_instance *cdev; in i40e_client_release() local
|
| /drivers/scsi/cxgbi/cxgb4i/ |
| D | cxgb4i.c | 809 static void do_act_establish(struct cxgbi_device *cdev, struct sk_buff *skb) in do_act_establish() 961 static void do_act_open_rpl(struct cxgbi_device *cdev, struct sk_buff *skb) in do_act_open_rpl() 1010 static void do_peer_close(struct cxgbi_device *cdev, struct sk_buff *skb) in do_peer_close() 1031 static void do_close_con_rpl(struct cxgbi_device *cdev, struct sk_buff *skb) in do_close_con_rpl() 1070 static void do_abort_req_rss(struct cxgbi_device *cdev, struct sk_buff *skb) in do_abort_req_rss() 1118 static void do_abort_rpl_rss(struct cxgbi_device *cdev, struct sk_buff *skb) in do_abort_rpl_rss() 1143 static void do_rx_data(struct cxgbi_device *cdev, struct sk_buff *skb) in do_rx_data() 1164 static void do_rx_iscsi_hdr(struct cxgbi_device *cdev, struct sk_buff *skb) in do_rx_iscsi_hdr() 1269 static void do_rx_iscsi_data(struct cxgbi_device *cdev, struct sk_buff *skb) in do_rx_iscsi_data() 1364 static void do_rx_data_ddp(struct cxgbi_device *cdev, in do_rx_data_ddp() [all …]
|