/drivers/s390/cio/ |
D | device_fsm.c | 36 static void ccw_timeout_log(struct ccw_device *cdev) in ccw_timeout_log() 97 struct ccw_device *cdev; in ccw_device_timeout() local 111 ccw_device_set_timeout(struct ccw_device *cdev, int expires) in ccw_device_set_timeout() 136 ccw_device_cancel_halt_clear(struct ccw_device *cdev) in ccw_device_cancel_halt_clear() 182 void ccw_device_update_sense_data(struct ccw_device *cdev) in ccw_device_update_sense_data() 191 int ccw_device_test_sense_data(struct ccw_device *cdev) in ccw_device_test_sense_data() 227 ccw_device_recog_done(struct ccw_device *cdev, int state) in ccw_device_recog_done() 303 ccw_device_sense_id_done(struct ccw_device *cdev, int err) in ccw_device_sense_id_done() 329 int ccw_device_notify(struct ccw_device *cdev, int event) in ccw_device_notify() 352 static void ccw_device_oper_notify(struct ccw_device *cdev) in ccw_device_oper_notify() [all …]
|
D | device.c | 60 struct ccw_device *cdev = to_ccwdev(dev); in ccw_bus_match() local 103 struct ccw_device *cdev = to_ccwdev(dev); in ccw_uevent() local 152 struct ccw_device *cdev; in io_subchannel_prepare() local 250 struct ccw_device *cdev = to_ccwdev(dev); in devtype_show() local 263 struct ccw_device *cdev = to_ccwdev(dev); in cutype_show() local 273 struct ccw_device *cdev = to_ccwdev(dev); in modalias_show() local 285 struct ccw_device *cdev = to_ccwdev(dev); in online_show() local 290 int ccw_device_is_orphan(struct ccw_device *cdev) in ccw_device_is_orphan() 295 static void ccw_device_unregister(struct ccw_device *cdev) in ccw_device_unregister() 321 int ccw_device_set_offline(struct ccw_device *cdev) in ccw_device_set_offline() [all …]
|
D | device_ops.c | 38 int ccw_device_set_options_mask(struct ccw_device *cdev, unsigned long flags) in ccw_device_set_options_mask() 63 int ccw_device_set_options(struct ccw_device *cdev, unsigned long flags) in ccw_device_set_options() 90 void ccw_device_clear_options(struct ccw_device *cdev, unsigned long flags) in ccw_device_clear_options() 105 int ccw_device_is_pathgroup(struct ccw_device *cdev) in ccw_device_is_pathgroup() 117 int ccw_device_is_multipath(struct ccw_device *cdev) in ccw_device_is_multipath() 138 int ccw_device_clear(struct ccw_device *cdev, unsigned long intparm) in ccw_device_clear() 184 int ccw_device_start_key(struct ccw_device *cdev, struct ccw1 *cpa, in ccw_device_start_key() 264 int ccw_device_start_timeout_key(struct ccw_device *cdev, struct ccw1 *cpa, in ccw_device_start_timeout_key() 302 int ccw_device_start(struct ccw_device *cdev, struct ccw1 *cpa, in ccw_device_start() 337 int ccw_device_start_timeout(struct ccw_device *cdev, struct ccw1 *cpa, in ccw_device_start_timeout() [all …]
|
D | device_pgid.c | 32 static void verify_done(struct ccw_device *cdev, int rc) in verify_done() 56 static void nop_build_cp(struct ccw_device *cdev) in nop_build_cp() 71 static void nop_do(struct ccw_device *cdev) in nop_do() 91 static enum io_status nop_filter(struct ccw_device *cdev, void *data, in nop_filter() 103 static void nop_callback(struct ccw_device *cdev, void *data, int rc) in nop_callback() 133 static void spid_build_cp(struct ccw_device *cdev, u8 fn) in spid_build_cp() 148 static void pgid_wipeout_callback(struct ccw_device *cdev, void *data, int rc) in pgid_wipeout_callback() 166 static void pgid_wipeout_start(struct ccw_device *cdev) in pgid_wipeout_start() 193 static void spid_do(struct ccw_device *cdev) in spid_do() 226 static void spid_callback(struct ccw_device *cdev, void *data, int rc) in spid_callback() [all …]
|
D | device_status.c | 27 ccw_device_msg_control_check(struct ccw_device *cdev, struct irb *irb) in ccw_device_msg_control_check() 52 ccw_device_path_notoper(struct ccw_device *cdev) in ccw_device_path_notoper() 74 ccw_device_accumulate_ecw(struct ccw_device *cdev, struct irb *irb) in ccw_device_accumulate_ecw() 112 ccw_device_accumulate_esw(struct ccw_device *cdev, struct irb *irb) in ccw_device_accumulate_esw() 192 ccw_device_accumulate_irb(struct ccw_device *cdev, struct irb *irb) in ccw_device_accumulate_irb() 310 ccw_device_do_sense(struct ccw_device *cdev, struct irb *irb) in ccw_device_do_sense() 347 ccw_device_accumulate_basic_sense(struct ccw_device *cdev, struct irb *irb) in ccw_device_accumulate_basic_sense() 380 ccw_device_accumulate_and_sense(struct ccw_device *cdev, struct irb *irb) in ccw_device_accumulate_and_sense()
|
D | ccwreq.c | 40 static u16 ccwreq_next_path(struct ccw_device *cdev) in ccwreq_next_path() 57 static void ccwreq_stop(struct ccw_device *cdev, int rc) in ccwreq_stop() 74 static void ccwreq_do(struct ccw_device *cdev) in ccwreq_do() 119 void ccw_request_start(struct ccw_device *cdev) in ccw_request_start() 150 int ccw_request_cancel(struct ccw_device *cdev) in ccw_request_cancel() 169 static enum io_status ccwreq_status(struct ccw_device *cdev, struct irb *lcirb) in ccwreq_status() 230 static void ccwreq_log_status(struct ccw_device *cdev, enum io_status status) in ccwreq_log_status() 253 void ccw_request_handler(struct ccw_device *cdev) in ccw_request_handler() 325 void ccw_request_timeout(struct ccw_device *cdev) in ccw_request_timeout() 363 void ccw_request_notoper(struct ccw_device *cdev) in ccw_request_notoper()
|
D | cmf.c | 187 static int set_schib(struct ccw_device *cdev, u32 mme, int mbfc, in set_schib() 231 static int set_schib_wait(struct ccw_device *cdev, u32 mme, in set_schib_wait() 288 void retry_set_schib(struct ccw_device *cdev) in retry_set_schib() 304 static int cmf_copy_block(struct ccw_device *cdev) in cmf_copy_block() 356 static int cmf_cmb_copy_wait(struct ccw_device *cdev) in cmf_cmb_copy_wait() 409 void cmf_retry_copy_block(struct ccw_device *cdev) in cmf_retry_copy_block() 424 static void cmf_generic_reset(struct ccw_device *cdev) in cmf_generic_reset() 511 static int alloc_cmb_single(struct ccw_device *cdev, in alloc_cmb_single() 552 static int alloc_cmb(struct ccw_device *cdev) in alloc_cmb() 608 static void free_cmb(struct ccw_device *cdev) in free_cmb() [all …]
|
/drivers/net/ethernet/qlogic/qed/ |
D | qed_main.c | 75 static int qed_set_coherency_mask(struct qed_dev *cdev) in qed_set_coherency_mask() 93 static void qed_free_pci(struct qed_dev *cdev) in qed_free_pci() 112 static int qed_init_pci(struct qed_dev *cdev, struct pci_dev *pdev) in qed_init_pci() 201 int qed_fill_dev_info(struct qed_dev *cdev, in qed_fill_dev_info() 249 static void qed_free_cdev(struct qed_dev *cdev) in qed_free_cdev() 256 struct qed_dev *cdev; in qed_alloc_cdev() local 268 static int qed_set_power_state(struct qed_dev *cdev, pci_power_t state) in qed_set_power_state() 281 struct qed_dev *cdev; in qed_probe() local 320 static void qed_remove(struct qed_dev *cdev) in qed_remove() 334 static void qed_disable_msix(struct qed_dev *cdev) in qed_disable_msix() [all …]
|
D | qed_dcbx.c | 1245 static u8 qed_dcbnl_getstate(struct qed_dev *cdev) in qed_dcbnl_getstate() 1262 static u8 qed_dcbnl_setstate(struct qed_dev *cdev, u8 state) in qed_dcbnl_setstate() 1289 static void qed_dcbnl_getpgtccfgtx(struct qed_dev *cdev, int tc, u8 *prio_type, in qed_dcbnl_getpgtccfgtx() 1310 static void qed_dcbnl_getpgbwgcfgtx(struct qed_dev *cdev, int pgid, u8 *bw_pct) in qed_dcbnl_getpgbwgcfgtx() 1331 static void qed_dcbnl_getpgtccfgrx(struct qed_dev *cdev, int tc, u8 *prio, in qed_dcbnl_getpgtccfgrx() 1338 static void qed_dcbnl_getpgbwgcfgrx(struct qed_dev *cdev, in qed_dcbnl_getpgbwgcfgrx() 1345 static void qed_dcbnl_getpfccfg(struct qed_dev *cdev, in qed_dcbnl_getpfccfg() 1366 static void qed_dcbnl_setpfccfg(struct qed_dev *cdev, int priority, u8 setting) in qed_dcbnl_setpfccfg() 1397 static u8 qed_dcbnl_getcap(struct qed_dev *cdev, int capid, u8 *cap) in qed_dcbnl_getcap() 1434 static int qed_dcbnl_getnumtcs(struct qed_dev *cdev, int tcid, u8 *num) in qed_dcbnl_getnumtcs() [all …]
|
D | qed_dev.c | 76 void qed_init_dp(struct qed_dev *cdev, u32 dp_module, u8 dp_level) in qed_init_dp() 90 void qed_init_struct(struct qed_dev *cdev) in qed_init_struct() 125 void qed_resc_free(struct qed_dev *cdev) in qed_resc_free() 412 int qed_resc_alloc(struct qed_dev *cdev) in qed_resc_alloc() 561 void qed_resc_setup(struct qed_dev *cdev) in qed_resc_setup() 689 static void qed_init_cau_rt_data(struct qed_dev *cdev) in qed_init_cau_rt_data() 720 struct qed_dev *cdev = p_hwfn->cdev; in qed_hw_init_common() local 1053 int qed_hw_init(struct qed_dev *cdev, in qed_hw_init() 1164 static void qed_hw_timers_stop(struct qed_dev *cdev, in qed_hw_timers_stop() 1194 void qed_hw_timers_stop_all(struct qed_dev *cdev) in qed_hw_timers_stop_all() [all …]
|
D | qed_selftest.c | 7 int qed_selftest_memory(struct qed_dev *cdev) in qed_selftest_memory() 20 int qed_selftest_interrupt(struct qed_dev *cdev) in qed_selftest_interrupt() 33 int qed_selftest_register(struct qed_dev *cdev) in qed_selftest_register() 56 int qed_selftest_clock(struct qed_dev *cdev) in qed_selftest_clock()
|
/drivers/misc/mic/cosm/ |
D | cosm_sysfs.c | 49 void cosm_set_shutdown_status(struct cosm_device *cdev, u8 shutdown_status) in cosm_set_shutdown_status() 57 void cosm_set_state(struct cosm_device *cdev, u8 state) in cosm_set_state() 69 struct cosm_device *cdev = dev_get_drvdata(dev); in family_show() local 81 struct cosm_device *cdev = dev_get_drvdata(dev); in stepping_show() local 93 struct cosm_device *cdev = dev_get_drvdata(dev); in state_show() local 106 struct cosm_device *cdev = dev_get_drvdata(dev); in state_store() local 136 struct cosm_device *cdev = dev_get_drvdata(dev); in shutdown_status_show() local 150 struct cosm_device *cdev = dev_get_drvdata(dev); in heartbeat_enable_show() local 163 struct cosm_device *cdev = dev_get_drvdata(dev); in heartbeat_enable_store() local 189 struct cosm_device *cdev = dev_get_drvdata(dev); in cmdline_show() local [all …]
|
D | cosm_main.c | 42 static void cosm_hw_reset(struct cosm_device *cdev, bool force) in cosm_hw_reset() 74 int cosm_start(struct cosm_device *cdev) in cosm_start() 147 void cosm_stop(struct cosm_device *cdev, bool force) in cosm_stop() 183 struct cosm_device *cdev = container_of(work, struct cosm_device, in cosm_reset_trigger_work() local 194 int cosm_reset(struct cosm_device *cdev) in cosm_reset() 219 int cosm_shutdown(struct cosm_device *cdev) in cosm_shutdown() 253 static int cosm_driver_probe(struct cosm_device *cdev) in cosm_driver_probe() 295 static void cosm_driver_remove(struct cosm_device *cdev) in cosm_driver_remove() 314 struct cosm_device *cdev = dev_to_cosm(dev); in cosm_suspend() local
|
D | cosm_scif_server.c | 105 static void cosm_update_mic_status(struct cosm_device *cdev) in cosm_update_mic_status() 114 static void cosm_shutdown_status_int(struct cosm_device *cdev, in cosm_shutdown_status_int() 136 static void cosm_scif_recv(struct cosm_device *cdev) in cosm_scif_recv() 169 static void cosm_set_crashed(struct cosm_device *cdev) in cosm_set_crashed() 177 static void cosm_send_time(struct cosm_device *cdev) in cosm_send_time() 194 static void cosm_scif_close(struct cosm_device *cdev) in cosm_scif_close() 212 static int cosm_set_online(struct cosm_device *cdev) in cosm_set_online() 242 struct cosm_device *cdev = container_of(work, struct cosm_device, in cosm_scif_work() local 292 struct cosm_device *cdev; in cosm_scif_server() local
|
/drivers/s390/scsi/ |
D | zfcp_ccw.c | 20 struct zfcp_adapter *zfcp_ccw_adapter_by_cdev(struct ccw_device *cdev) in zfcp_ccw_adapter_by_cdev() 48 static int zfcp_ccw_activate(struct ccw_device *cdev, int clear, char *tag) in zfcp_ccw_activate() 97 static int zfcp_ccw_probe(struct ccw_device *cdev) in zfcp_ccw_probe() 111 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() 205 static int zfcp_ccw_offline_sync(struct ccw_device *cdev, int set, char *tag) in zfcp_ccw_offline_sync() 227 static int zfcp_ccw_set_offline(struct ccw_device *cdev) in zfcp_ccw_set_offline() 240 static int zfcp_ccw_notify(struct ccw_device *cdev, int event) in zfcp_ccw_notify() 289 static void zfcp_ccw_shutdown(struct ccw_device *cdev) in zfcp_ccw_shutdown() 303 static int zfcp_ccw_suspend(struct ccw_device *cdev) in zfcp_ccw_suspend() [all …]
|
/drivers/misc/ |
D | enclosure.c | 195 static void enclosure_link_name(struct enclosure_component *cdev, char *name) in enclosure_link_name() 201 static void enclosure_remove_links(struct enclosure_component *cdev) in enclosure_remove_links() 218 static int enclosure_add_links(struct enclosure_component *cdev) in enclosure_add_links() 235 static void enclosure_release(struct device *cdev) in enclosure_release() 245 struct enclosure_component *cdev = to_enclosure_component(dev); in enclosure_component_release() local 298 struct device *cdev; in enclosure_component_alloc() local 345 struct device *cdev; in enclosure_component_register() local 377 struct enclosure_component *cdev; in enclosure_add_device() local 412 struct enclosure_component *cdev; in enclosure_remove_device() local 436 static ssize_t components_show(struct device *cdev, in components_show() [all …]
|
/drivers/usb/gadget/ |
D | composite.c | 232 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() 712 static void device_qual(struct usb_composite_dev *cdev) in device_qual() 731 static void reset_config(struct usb_composite_dev *cdev) in reset_config() 747 static int set_config(struct usb_composite_dev *cdev, in set_config() 845 int usb_add_config_only(struct usb_composite_dev *cdev, in usb_add_config_only() [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() 108 static ssize_t pm8001_ctl_max_out_io_show(struct device *cdev, in pm8001_ctl_max_out_io_show() 131 static ssize_t pm8001_ctl_max_devices_show(struct device *cdev, in pm8001_ctl_max_devices_show() 157 static ssize_t pm8001_ctl_max_sg_list_show(struct device *cdev, in pm8001_ctl_max_sg_list_show() 201 static ssize_t pm8001_ctl_sas_spec_support_show(struct device *cdev, in pm8001_ctl_sas_spec_support_show() 230 static ssize_t pm8001_ctl_host_sas_address_show(struct device *cdev, in pm8001_ctl_host_sas_address_show() 249 static ssize_t pm8001_ctl_logging_level_show(struct device *cdev, in pm8001_ctl_logging_level_show() 258 static ssize_t pm8001_ctl_logging_level_store(struct device *cdev, in pm8001_ctl_logging_level_store() 282 static ssize_t pm8001_ctl_aap_log_show(struct device *cdev, in pm8001_ctl_aap_log_show() [all …]
|
/drivers/target/iscsi/cxgbit/ |
D | cxgbit_cm.c | 52 cxgbit_wait_for_reply(struct cxgbit_device *cdev, in cxgbit_wait_for_reply() 82 cxgbit_np_hash_add(struct cxgbit_device *cdev, struct cxgbit_np *cnp, in cxgbit_np_hash_add() 102 cxgbit_np_hash_find(struct cxgbit_device *cdev, struct cxgbit_np *cnp) in cxgbit_np_hash_find() 119 static int cxgbit_np_hash_del(struct cxgbit_device *cdev, struct cxgbit_np *cnp) in cxgbit_np_hash_del() 147 cxgbit_create_server6(struct cxgbit_device *cdev, unsigned int stid, in cxgbit_create_server6() 199 cxgbit_create_server4(struct cxgbit_device *cdev, unsigned int stid, in cxgbit_create_server4() 233 struct cxgbit_device *cdev; in cxgbit_find_device() local 298 struct cxgbit_device *cdev = NULL; in cxgbit_find_np_cdev() local 346 __cxgbit_setup_cdev_np(struct cxgbit_device *cdev, struct cxgbit_np *cnp) in __cxgbit_setup_cdev_np() 380 struct cxgbit_device *cdev; in cxgbit_setup_cdev_np() local [all …]
|
D | cxgbit_main.c | 26 struct cxgbit_device *cdev; in _cxgbit_free_cdev() local 34 static void cxgbit_set_mdsl(struct cxgbit_device *cdev) in cxgbit_set_mdsl() 51 struct cxgbit_device *cdev; in cxgbit_uld_add() local 91 static void cxgbit_close_conn(struct cxgbit_device *cdev) in cxgbit_close_conn() 117 static void cxgbit_detach_cdev(struct cxgbit_device *cdev) in cxgbit_detach_cdev() 139 struct cxgbit_device *cdev = handle; in cxgbit_uld_state_change() local 404 struct cxgbit_device *cdev = hndl; in cxgbit_uld_lro_rx_handler() local 501 cxgbit_update_dcb_priority(struct cxgbit_device *cdev, u8 port_id, in cxgbit_update_dcb_priority() 554 struct cxgbit_device *cdev = NULL; in cxgbit_dcb_workfn() local 686 struct cxgbit_device *cdev, *tmp; in cxgbit_exit() local
|
/drivers/gpu/drm/cirrus/ |
D | cirrus_main.c | 52 struct cirrus_device *cdev = dev->dev_private; in cirrus_user_framebuffer_create() local 88 static void cirrus_vram_fini(struct cirrus_device *cdev) in cirrus_vram_fini() 97 static int cirrus_vram_init(struct cirrus_device *cdev) in cirrus_vram_init() 119 int cirrus_device_init(struct cirrus_device *cdev, in cirrus_device_init() 155 void cirrus_device_fini(struct cirrus_device *cdev) in cirrus_device_fini() 168 struct cirrus_device *cdev; in cirrus_driver_load() local 213 struct cirrus_device *cdev = dev->dev_private; in cirrus_driver_unload() local 319 bool cirrus_check_framebuffer(struct cirrus_device *cdev, int width, int height, in cirrus_check_framebuffer()
|
/drivers/net/ethernet/intel/i40e/ |
D | i40e_client.c | 137 struct i40e_client_instance *cdev; in i40e_notify_client_of_vf_msg() local 172 struct i40e_client_instance *cdev; in i40e_notify_client_of_l2_param_changes() local 211 struct i40e_client_instance *cdev; in i40e_notify_client_of_netdev_open() local 275 struct i40e_client_instance *cdev; in i40e_notify_client_of_netdev_close() local 305 struct i40e_client_instance *cdev; in i40e_notify_client_of_vf_reset() local 340 struct i40e_client_instance *cdev; in i40e_notify_client_of_vf_enable() local 377 struct i40e_client_instance *cdev; in i40e_vf_client_capable() local 452 struct i40e_client_instance *cdev; in i40e_client_add_instance() local 515 struct i40e_client_instance *cdev, *tmp; in i40e_client_del_instance() local 541 struct i40e_client_instance *cdev; in i40e_client_subtask() local [all …]
|
/drivers/scsi/mpt3sas/ |
D | mpt3sas_ctl.c | 2421 _ctl_version_fw_show(struct device *cdev, struct device_attribute *attr, in _ctl_version_fw_show() 2443 _ctl_version_bios_show(struct device *cdev, struct device_attribute *attr, in _ctl_version_bios_show() 2467 _ctl_version_mpi_show(struct device *cdev, struct device_attribute *attr, in _ctl_version_mpi_show() 2486 _ctl_version_product_show(struct device *cdev, struct device_attribute *attr, in _ctl_version_product_show() 2504 _ctl_version_nvdata_persistent_show(struct device *cdev, in _ctl_version_nvdata_persistent_show() 2524 _ctl_version_nvdata_default_show(struct device *cdev, struct device_attribute in _ctl_version_nvdata_default_show() 2544 _ctl_board_name_show(struct device *cdev, struct device_attribute *attr, in _ctl_board_name_show() 2562 _ctl_board_assembly_show(struct device *cdev, struct device_attribute *attr, in _ctl_board_assembly_show() 2580 _ctl_board_tracer_show(struct device *cdev, struct device_attribute *attr, in _ctl_board_tracer_show() 2601 _ctl_io_delay_show(struct device *cdev, struct device_attribute *attr, in _ctl_io_delay_show() [all …]
|
/drivers/usb/gadget/legacy/ |
D | multi.c | 189 static __ref int rndis_config_register(struct usb_composite_dev *cdev) in rndis_config_register() 204 static __ref int rndis_config_register(struct usb_composite_dev *cdev) in rndis_config_register() 272 static __ref int cdc_config_register(struct usb_composite_dev *cdev) in cdc_config_register() 287 static __ref int cdc_config_register(struct usb_composite_dev *cdev) in cdc_config_register() 298 static int __ref multi_bind(struct usb_composite_dev *cdev) in multi_bind() 451 static int multi_unbind(struct usb_composite_dev *cdev) in multi_unbind()
|
/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 717 static void do_act_establish(struct cxgbi_device *cdev, struct sk_buff *skb) in do_act_establish() 869 static void do_act_open_rpl(struct cxgbi_device *cdev, struct sk_buff *skb) in do_act_open_rpl() 917 static void do_peer_close(struct cxgbi_device *cdev, struct sk_buff *skb) in do_peer_close() 938 static void do_close_con_rpl(struct cxgbi_device *cdev, struct sk_buff *skb) in do_close_con_rpl() 977 static void do_abort_req_rss(struct cxgbi_device *cdev, struct sk_buff *skb) in do_abort_req_rss() 1025 static void do_abort_rpl_rss(struct cxgbi_device *cdev, struct sk_buff *skb) in do_abort_rpl_rss() 1050 static void do_rx_data(struct cxgbi_device *cdev, struct sk_buff *skb) in do_rx_data() 1071 static void do_rx_iscsi_hdr(struct cxgbi_device *cdev, struct sk_buff *skb) in do_rx_iscsi_hdr() 1175 static void do_rx_data_ddp(struct cxgbi_device *cdev, in do_rx_data_ddp() 1262 static void do_fw4_ack(struct cxgbi_device *cdev, struct sk_buff *skb) in do_fw4_ack() [all …]
|