/linux-4.1.27/kernel/rcu/ |
D | tree.c | 202 static int rcu_gp_in_progress(struct rcu_state *rsp) in rcu_gp_in_progress() 264 struct rcu_state *rsp; in rcu_momentary_dyntick_idle() local 448 struct rcu_state *rsp; in show_rcu_gp_kthreads() local 478 struct rcu_state *rsp = NULL; in rcutorture_get_gp_data() local 529 static struct rcu_node *rcu_get_root(struct rcu_state *rsp) in rcu_get_root() 539 static int rcu_future_needs_gp(struct rcu_state *rsp) in rcu_future_needs_gp() 554 cpu_needs_another_gp(struct rcu_state *rsp, struct rcu_data *rdp) in cpu_needs_another_gp() 583 struct rcu_state *rsp; in rcu_eqs_enter_common() local 1114 static void record_gp_stall_check_time(struct rcu_state *rsp) in record_gp_stall_check_time() 1130 static void rcu_check_gp_kthread_starvation(struct rcu_state *rsp) in rcu_check_gp_kthread_starvation() [all …]
|
D | tree_trace.c | 64 struct rcu_state *rsp = (struct rcu_state *)m->private; in r_start() local 83 struct rcu_state *rsp = (struct rcu_state *)m->private; in show_rcubarrier() local 186 struct rcu_state *rsp = (struct rcu_state *)m->private; in show_rcuexp() local 265 static void print_one_rcu_state(struct seq_file *m, struct rcu_state *rsp) in print_one_rcu_state() 298 struct rcu_state *rsp = (struct rcu_state *)m->private; in show_rcuhier() local 316 static void show_one_rcugp(struct seq_file *m, struct rcu_state *rsp) in show_one_rcugp() 340 struct rcu_state *rsp = (struct rcu_state *)m->private; in show_rcugp() local 431 struct rcu_state *rsp; in rcutree_trace_init() local
|
D | tree_plugin.h | 404 static void rcu_print_detail_task_stall(struct rcu_state *rsp) in rcu_print_detail_task_stall() 586 static void rcu_report_exp_rnp(struct rcu_state *rsp, struct rcu_node *rnp, in rcu_report_exp_rnp() 626 sync_rcu_preempt_exp_init1(struct rcu_state *rsp, struct rcu_node *rnp) in sync_rcu_preempt_exp_init1() 669 sync_rcu_preempt_exp_init2(struct rcu_state *rsp, struct rcu_node *rnp) in sync_rcu_preempt_exp_init2() 714 struct rcu_state *rsp = &rcu_preempt_state; in synchronize_rcu_expedited() local 874 static void rcu_print_detail_task_stall(struct rcu_state *rsp) in rcu_print_detail_task_stall() 1168 static int rcu_spawn_one_boost_kthread(struct rcu_state *rsp, in rcu_spawn_one_boost_kthread() 1448 struct rcu_state *rsp; in rcu_try_advance_all_cbs() local 1533 struct rcu_state *rsp; in rcu_prepare_for_idle() local 1639 struct rcu_state *rsp; in rcu_oom_notify_cpu() local [all …]
|
D | tree.h | 225 #define rcu_for_each_node_breadth_first(rsp, rnp) \ argument 234 #define rcu_for_each_nonleaf_node_breadth_first(rsp, rnp) \ argument 244 #define rcu_for_each_leaf_node(rsp, rnp) \ argument 375 struct rcu_state *rsp; member 515 #define for_each_rcu_flavor(rsp) \ argument
|
/linux-4.1.27/drivers/infiniband/hw/cxgb3/ |
D | cxio_hal.h | 132 #define RSPQ_CQID(rsp) (be32_to_cpu(rsp->cq_ptrid) & 0xffff) argument 133 #define RSPQ_CQPTR(rsp) ((be32_to_cpu(rsp->cq_ptrid) >> 16) & 0xffff) argument 134 #define RSPQ_GENBIT(rsp) ((be32_to_cpu(rsp->flags) >> 16) & 1) argument 135 #define RSPQ_OVERFLOW(rsp) ((be32_to_cpu(rsp->flags) >> 17) & 1) argument 136 #define RSPQ_AN(rsp) ((be32_to_cpu(rsp->flags) >> 18) & 1) argument 137 #define RSPQ_SE(rsp) ((be32_to_cpu(rsp->flags) >> 19) & 1) argument 138 #define RSPQ_NOTIFY(rsp) ((be32_to_cpu(rsp->flags) >> 20) & 1) argument 139 #define RSPQ_CQBRANCH(rsp) ((be32_to_cpu(rsp->flags) >> 21) & 1) argument 140 #define RSPQ_CREDIT_THRESH(rsp) ((be32_to_cpu(rsp->flags) >> 22) & 1) argument
|
/linux-4.1.27/net/bluetooth/ |
D | a2mp.c | 141 struct a2mp_discov_rsp *rsp; in a2mp_discover_req() local 199 struct a2mp_discov_rsp *rsp = (void *) skb->data; in a2mp_discover_rsp() local 302 struct a2mp_info_rsp rsp; in a2mp_getinfo_req() local 327 struct a2mp_info_rsp *rsp = (struct a2mp_info_rsp *) skb->data; in a2mp_getinfo_rsp() local 368 struct a2mp_amp_assoc_rsp rsp; in a2mp_getampassoc_req() local 397 struct a2mp_amp_assoc_rsp *rsp = (void *) skb->data; in a2mp_getampassoc_rsp() local 460 struct a2mp_physlink_rsp rsp; in a2mp_createphyslink_req() local 539 struct a2mp_physlink_rsp rsp; in a2mp_discphyslink_req() local 885 struct a2mp_info_rsp rsp; in a2mp_send_getinfo_rsp() local 913 struct a2mp_amp_assoc_rsp *rsp; in a2mp_send_getampassoc_rsp() local [all …]
|
D | l2cap_core.c | 669 struct l2cap_le_conn_rsp rsp; in l2cap_chan_le_connect_reject() local 692 struct l2cap_conn_rsp rsp; in l2cap_chan_connect_reject() local 1433 struct l2cap_conn_rsp rsp; in l2cap_conn_start() local 3300 struct l2cap_conf_rsp *rsp = data; in l2cap_parse_conf_req() local 3512 static int l2cap_parse_conf_rsp(struct l2cap_chan *chan, void *rsp, int len, in l2cap_parse_conf_rsp() 3624 struct l2cap_conf_rsp *rsp = data; in l2cap_build_conf_rsp() local 3638 struct l2cap_le_conn_rsp rsp; in __l2cap_le_connect_rsp_defer() local 3655 struct l2cap_conn_rsp rsp; in __l2cap_connect_rsp_defer() local 3682 static void l2cap_conf_rfc_get(struct l2cap_chan *chan, void *rsp, int len) in l2cap_conf_rfc_get() 3763 struct l2cap_conn_rsp rsp; in l2cap_connect() local [all …]
|
D | smp.c | 644 struct smp_cmd_pairing *rsp, __u8 authreq) in build_pairing_cmd() 1033 struct smp_cmd_pairing *rsp = (void *) &smp->prsp[1]; in smp_notify_keys() local 1225 struct smp_cmd_pairing *req, *rsp; in smp_distribute_keys() local 1657 u8 rsp = smp_confirm(smp); in smp_user_confirm_reply() local 1669 struct smp_cmd_pairing *rsp) in build_bredr_pairing_cmd() 1709 struct smp_cmd_pairing rsp, *req = (void *) skb->data; in smp_cmd_pairing_req() local 1894 struct smp_cmd_pairing *req, *rsp = (void *) skb->data; in smp_cmd_pairing_rsp() local 2016 struct smp_cmd_pairing *req, *rsp; in fixup_sc_false_positive() local
|
/linux-4.1.27/drivers/media/usb/as102/ |
D | as10x_cmd.h | 103 } __packed rsp; member 118 } __packed rsp; member 135 } __packed rsp; member 152 } __packed rsp; member 169 } __packed rsp; member 184 } __packed rsp; member 207 } __packed rsp; member 224 } __packed rsp; member 239 } __packed rsp; member 254 } __packed rsp; member [all …]
|
D | as102_drv.h | 52 struct as10x_cmd_t *cmd, *rsp; member
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
D | qla_isr.c | 41 struct rsp_que *rsp; in qla2100_intr_handler() local 160 struct rsp_que *rsp; in qla2300_intr_handler() local 569 qla2x00_async_event(scsi_qla_host_t *vha, struct rsp_que *rsp, uint16_t *mb) in qla2x00_async_event() 1599 qla2x00_process_response_queue(struct rsp_que *rsp) in qla2x00_process_response_queue() 1677 uint32_t sense_len, struct rsp_que *rsp, int res) in qla2x00_handle_sense() 2000 qla2x00_status_entry(scsi_qla_host_t *vha, struct rsp_que *rsp, void *pkt) in qla2x00_status_entry() 2361 qla2x00_status_cont_entry(struct rsp_que *rsp, sts_cont_entry_t *pkt) in qla2x00_status_cont_entry() 2417 qla2x00_error_entry(scsi_qla_host_t *vha, struct rsp_que *rsp, sts_entry_t *pkt) in qla2x00_error_entry() 2511 struct rsp_que *rsp) in qla24xx_process_response_queue() 2671 struct rsp_que *rsp; in qla24xx_intr_handler() local [all …]
|
D | qla_mid.c | 241 qla2x00_alert_all_vps(struct rsp_que *rsp, uint16_t *mb) in qla2x00_alert_all_vps() 538 qla25xx_free_rsp_que(struct scsi_qla_host *vha, struct rsp_que *rsp) in qla25xx_free_rsp_que() 578 qla25xx_delete_rsp_que(struct scsi_qla_host *vha, struct rsp_que *rsp) in qla25xx_delete_rsp_que() 598 struct rsp_que *rsp = NULL; in qla25xx_delete_queues() local 745 struct rsp_que *rsp = container_of(work, struct rsp_que, q_work); in qla_do_work() local 761 struct rsp_que *rsp = NULL; in qla25xx_create_rsp_que() local
|
D | qla_mr.c | 835 struct rsp_que *rsp = ha->rsp_q_map[0]; in qlafx00_save_queue_ptrs() local 861 struct rsp_que *rsp = ha->rsp_q_map[0]; in qlafx00_config_queues() local 1417 qlafx00_init_response_q_entries(struct rsp_que *rsp) in qlafx00_init_response_q_entries() 2128 uint32_t sense_len, struct rsp_que *rsp, int res) in qlafx00_handle_sense() 2274 qlafx00_status_entry(scsi_qla_host_t *vha, struct rsp_que *rsp, void *pkt) in qlafx00_status_entry() 2551 qlafx00_status_cont_entry(struct rsp_que *rsp, sts_cont_entry_t *pkt) in qlafx00_status_cont_entry() 2627 struct rsp_que *rsp, void *pkt) in qlafx00_multistatus_entry() 2681 qlafx00_error_entry(scsi_qla_host_t *vha, struct rsp_que *rsp, in qlafx00_error_entry() 2712 struct rsp_que *rsp) in qlafx00_process_response_queue() 2906 struct rsp_que *rsp; in qlafx00_intr_handler() local [all …]
|
D | qla_iocb.c | 327 struct rsp_que *rsp; in qla2x00_start_scsi() local 502 struct rsp_que *rsp, uint16_t loop_id, in __qla2x00_marker() 544 struct rsp_que *rsp, uint16_t loop_id, uint64_t lun, in qla2x00_marker() 1455 struct rsp_que *rsp = NULL; in qla24xx_start_scsi() local 1608 struct rsp_que *rsp = NULL; in qla24xx_dif_start_scsi() local 1792 static void qla25xx_set_que(srb_t *sp, struct rsp_que **rsp) in qla25xx_set_que() 2260 struct rsp_que *rsp = NULL; in qla82xx_start_scsi() local 2779 struct rsp_que *rsp; in qla2x00_start_bidir() local
|
D | qla_init.c | 1523 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla2x00_alloc_fw_dump() local 1944 qla2x00_init_response_q_entries(struct rsp_que *rsp) in qla2x00_init_response_q_entries() 2070 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla2x00_config_rings() local 2099 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla24xx_config_rings() local 2188 struct rsp_que *rsp; in qla2x00_init_rings() local 4187 struct rsp_que *rsp; in qla2x00_loop_resync() local 4905 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla2x00_restart_isp() local 4952 struct rsp_que *rsp = NULL; in qla25xx_init_queues() local 5897 struct rsp_que *rsp; in qla24xx_configure_vhba() local 6293 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla82xx_restart_isp() local
|
D | qla_os.c | 324 struct rsp_que *rsp) in qla2x00_alloc_queues() 378 static void qla2x00_free_rsp_que(struct qla_hw_data *ha, struct rsp_que *rsp) in qla2x00_free_rsp_que() 397 struct rsp_que *rsp; in qla2x00_free_queues() local 2289 struct rsp_que *rsp = NULL; in qla2x00_probe_one() local 3340 struct req_que **req, struct rsp_que **rsp) in qla2x00_mem_alloc() 5582 struct rsp_que *rsp; in qla2xxx_pci_slot_reset() local
|
D | qla_inline.h | 58 qla2x00_poll(struct rsp_que *rsp) in qla2x00_poll()
|
D | qla_mbx.c | 971 struct rsp_que *rsp; in qla2x00_abort_target() local 1024 struct rsp_que *rsp; in qla2x00_lun_reset() local 1868 struct rsp_que *rsp; in qla24xx_login_fabric() local 2145 struct rsp_que *rsp; in qla24xx_fabric_logout() local 2711 struct rsp_que *rsp; in __qla24xx_issue_tmf() local 3684 struct verify_chip_rsp_84xx rsp; member 3851 qla25xx_init_rsp_que(struct scsi_qla_host *vha, struct rsp_que *rsp) in qla25xx_init_rsp_que()
|
D | qla_tmpl.c | 414 struct rsp_que *rsp = vha->hw->rsp_q_map[i]; in qla27xx_fwdt_entry_t263() local 659 struct rsp_que *rsp = vha->hw->rsp_q_map[i]; in qla27xx_fwdt_entry_t274() local
|
D | qla_nx.c | 1767 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla82xx_config_rings() local 2020 struct rsp_que *rsp; in qla82xx_intr_handler() local 2104 struct rsp_que *rsp; in qla82xx_msix_default() local 2170 struct rsp_que *rsp; in qla82xx_msix_rsp_q() local 2201 struct rsp_que *rsp; in qla82xx_poll() local
|
D | qla_dbg.c | 101 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla2xxx_copy_queues() local 559 struct rsp_que *rsp; in qla25xx_copy_mqueues() local
|
D | qla_nx2.c | 3884 struct rsp_que *rsp; in qla8044_intr_handler() local
|
D | qla_target.c | 6434 struct rsp_que *rsp; in qla83xx_msix_atio_q() local
|
D | qla_def.h | 2514 } rsp; member 2520 struct ct_sns_rsp rsp; member 2702 struct rsp_que *rsp; member 2850 struct rsp_que *rsp; member
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | immap_qe.h | 398 struct rsp { struct 399 __be32 tibcr[16]; /* Trap/instruction breakpoint control regs */ 400 u8 res0[64]; 401 __be32 ibcr0; 402 __be32 ibs0; 403 __be32 ibcnr0; 404 u8 res1[4]; 405 __be32 ibcr1; 406 __be32 ibs1; 407 __be32 ibcnr1; [all …]
|
/linux-4.1.27/net/nfc/nci/ |
D | rsp.c | 42 struct nci_core_reset_rsp *rsp = (void *) skb->data; in nci_core_reset_rsp_packet() local 124 struct nci_core_set_config_rsp *rsp = (void *) skb->data; in nci_core_set_config_rsp_packet() local 230 struct nci_core_conn_create_rsp *rsp; in nci_core_conn_create_rsp_packet() local
|
/linux-4.1.27/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_hw.c | 418 struct ocrdma_create_eq_rsp *rsp = dev->mbx_cmd; in ocrdma_mbx_create_eq() local 509 struct ocrdma_create_cq_cmd_rsp *rsp = dev->mbx_cmd; in ocrdma_mbx_mq_cq_create() local 551 struct ocrdma_create_mq_rsp *rsp = dev->mbx_cmd; in ocrdma_mbx_create_mq() local 1012 struct ocrdma_mbx_rsp *rsp = NULL; in ocrdma_mbx_cmd() local 1055 struct ocrdma_mbx_rsp *rsp = payload_va; in ocrdma_nonemb_mbx_cmd() local 1080 struct ocrdma_mbx_query_config *rsp) in ocrdma_get_attr() 1173 struct ocrdma_fw_ver_rsp *rsp; in ocrdma_mbx_query_fw_ver() local 1200 struct ocrdma_fw_conf_rsp *rsp; in ocrdma_mbx_query_fw_config() local 1312 struct ocrdma_mbx_query_config *rsp; in ocrdma_mbx_query_dev() local 1331 struct ocrdma_get_link_speed_rsp *rsp; in ocrdma_mbx_get_link_speed() local [all …]
|
D | ocrdma_sli.h | 270 struct ocrdma_mbx_rsp rsp; member 314 struct ocrdma_mbx_rsp rsp; member 556 struct ocrdma_mbx_rsp rsp; member 583 struct ocrdma_mbx_rsp rsp; member 590 struct ocrdma_mbx_rsp rsp; member 632 struct ocrdma_mbx_rsp rsp; member 673 struct ocrdma_mbx_rsp rsp; member 747 struct ocrdma_mbx_rsp rsp; member 753 struct ocrdma_create_cq_cmd_rsp rsp; member 776 struct ocrdma_mbx_rsp rsp; member [all …]
|
D | ocrdma_verbs.c | 605 struct ocrdma_alloc_pd_uresp rsp; in ocrdma_copy_pd_uresp() local
|
/linux-4.1.27/fs/cifs/ |
D | smb2pdu.c | 327 struct smb2_negotiate_rsp *rsp; in SMB2_negotiate() local 526 struct smb2_sess_setup_rsp *rsp = NULL; in SMB2_sess_setup() local 848 struct smb2_tree_connect_rsp *rsp = NULL; in SMB2_tcon() local 1040 parse_lease_state(struct TCP_Server_Info *server, struct smb2_create_rsp *rsp, in parse_lease_state() 1123 struct smb2_create_rsp *rsp; in SMB2_open() local 1269 struct smb2_ioctl_rsp *rsp; in SMB2_ioctl() local 1431 struct smb2_close_rsp *rsp; in SMB2_close() local 1534 struct smb2_query_info_rsp *rsp = NULL; in query_info() local 1877 struct smb2_read_rsp *rsp = NULL; in SMB2_read() local 1933 struct smb2_write_rsp *rsp = (struct smb2_write_rsp *)mid->resp_buf; in smb2_writev_callback() local [all …]
|
D | smb2misc.c | 439 smb2_tcon_has_lease(struct cifs_tcon *tcon, struct smb2_lease_break *rsp, in smb2_tcon_has_lease() 504 struct smb2_lease_break *rsp = (struct smb2_lease_break *)buffer; in smb2_is_valid_lease_break() local 552 struct smb2_oplock_break *rsp = (struct smb2_oplock_break *)buffer; in smb2_is_valid_oplock_break() local
|
D | misc.c | 230 free_rsp_buf(int resp_buftype, void *rsp) in free_rsp_buf()
|
D | smb1ops.c | 85 READ_RSP *rsp = (READ_RSP *)buf; in cifs_read_data_offset() local 92 READ_RSP *rsp = (READ_RSP *)buf; in cifs_read_data_length() local
|
D | smb2ops.c | 710 struct smb2_read_rsp *rsp = (struct smb2_read_rsp *)buf; in smb2_read_data_offset() local 717 struct smb2_read_rsp *rsp = (struct smb2_read_rsp *)buf; in smb2_read_data_length() local
|
D | cifssmb.c | 451 struct lanman_neg_rsp *rsp = (struct lanman_neg_rsp *)pSMBr; in decode_lanman_negprot_rsp() local 1277 OPEN_RSP *rsp = NULL; in CIFS_open() local
|
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/ |
D | smd.c | 292 struct wcn36xx_fw_msg_status_rsp *rsp; in wcn36xx_smd_rsp_status_check() local 377 struct wcn36xx_hal_mac_start_rsp_msg *rsp; in wcn36xx_smd_start_rsp() local 609 struct wcn36xx_hal_switch_channel_rsp_msg *rsp; in wcn36xx_smd_switch_channel_rsp() local 654 struct wcn36xx_hal_update_scan_params_resp *rsp; in wcn36xx_smd_update_scan_params_rsp() local 714 struct wcn36xx_hal_add_sta_self_rsp_msg *rsp; in wcn36xx_smd_add_sta_self_rsp() local 833 struct wcn36xx_hal_join_rsp_msg *rsp; in wcn36xx_smd_join_rsp() local 956 struct wcn36xx_hal_config_sta_rsp_msg *rsp; in wcn36xx_smd_config_sta_rsp() local 1162 struct wcn36xx_hal_config_bss_rsp_msg *rsp; in wcn36xx_smd_config_bss_rsp() local 1804 struct wcn36xx_hal_feat_caps_msg msg_body, *rsp; in wcn36xx_smd_feature_caps_exchange() local 1968 struct wcn36xx_hal_tx_compl_ind_msg *rsp = buf; in wcn36xx_smd_tx_compl_ind() local [all …]
|
/linux-4.1.27/block/ |
D | bsg-lib.c | 56 struct request *rsp = req->next_rq; in bsg_job_done() local 112 struct request *rsp = req->next_rq; in bsg_create_job() local
|
/linux-4.1.27/drivers/s390/scsi/ |
D | zfcp_fc.h | 134 struct fc_els_adisc rsp; member 138 struct zfcp_fc_gid_pn_rsp rsp; member 146 struct zfcp_fc_gspn_rsp rsp; member 150 struct fc_ct_hdr rsp; member
|
/linux-4.1.27/drivers/staging/rts5208/ |
D | sd.c | 127 u32 arg, u8 rsp_type, u8 *rsp, int rsp_len) in sd_send_cmd_get_rsp() 432 u8 rsp[16]; in sd_check_csd() local 692 u8 rsp[5]; in sd_update_lock_status() local 723 u8 rsp[5]; in sd_wait_state_data_ready() local 2573 u8 rsp[16]; in reset_sd() local 3072 u8 rsp[5]; in mmc_test_switch_bus() local 3089 u8 rsp[5]; in mmc_test_switch_bus() local 3177 u8 rsp[5]; in mmc_switch_timing_bus() local 3240 u8 rsp[16]; in reset_mmc() local 4045 u32 arg, u8 rsp_type, u8 *rsp, int rsp_len, bool special_check) in ext_sd_send_cmd_get_rsp() [all …]
|
D | rtsx_chip.h | 491 u8 rsp[17]; member
|
/linux-4.1.27/arch/s390/include/asm/ |
D | clp.h | 14 u16 rsp; member
|
/linux-4.1.27/arch/x86/purgatory/ |
D | entry64.S | 67 rsp: .quad 0x0 label
|
/linux-4.1.27/arch/s390/pci/ |
D | pci_clp.c | 19 static inline void zpci_err_clp(unsigned int rsp, int rc) in zpci_err_clp() 22 unsigned int rsp; in zpci_err_clp() member
|
/linux-4.1.27/drivers/scsi/esas2r/ |
D | esas2r_int.c | 174 struct atto_vda_ob_rsp *rsp) in esas2r_handle_outbound_rsp_err() 207 struct atto_vda_ob_rsp *rsp; in esas2r_get_outbound_responses() local
|
D | esas2r_vda.c | 304 struct atto_vda_cfg_rsp *rsp = &rq->func_rsp.cfg_rsp; in esas2r_complete_vda_ioctl() local
|
D | atioctl.h | 431 u8 rsp[256]; member
|
/linux-4.1.27/drivers/scsi/csiostor/ |
D | csio_mb.c | 112 struct fw_hello_cmd *rsp = (struct fw_hello_cmd *)(mbp->mb); in csio_mb_process_hello_rsp() local 244 struct fw_params_cmd *rsp = (struct fw_params_cmd *)(mbp->mb); in csio_mb_process_read_params_rsp() local 395 struct fw_port_cmd *rsp = (struct fw_port_cmd *)(mbp->mb); in csio_mb_process_read_port_rsp() local 590 struct fw_iq_cmd *rsp = (struct fw_iq_cmd *)(mbp->mb); in csio_mb_iq_alloc_write_rsp() local 776 struct fw_eq_ofld_cmd *rsp = (struct fw_eq_ofld_cmd *)(mbp->mb); in csio_mb_eq_ofld_alloc_write_rsp() local 1053 struct fw_fcoe_stats_cmd *rsp = (struct fw_fcoe_stats_cmd *)(mbp->mb); in csio_mb_process_portparams_rsp() local
|
D | csio_attr.c | 409 struct fw_fcoe_vnp_cmd *rsp; in csio_fcoe_alloc_vnp() local 490 struct fw_fcoe_vnp_cmd *rsp; in csio_fcoe_free_vnp() local
|
D | csio_lnode.c | 600 struct fw_fcoe_vnp_cmd *rsp = (struct fw_fcoe_vnp_cmd *)(mbp->mb); in csio_ln_vnp_read_cbfn() local 769 struct fw_fcoe_fcf_cmd *rsp = in csio_ln_read_fcf_cbfn() local
|
D | csio_hw.c | 1050 struct fw_caps_config_cmd *rsp = (struct fw_caps_config_cmd *)mbp->mb; in csio_hw_validate_caps() local 1483 struct fw_fcoe_res_info_cmd *rsp; in csio_get_fcoe_resinfo() local
|
/linux-4.1.27/drivers/scsi/isci/ |
D | request.h | 138 struct ssp_response_iu rsp; member 145 struct dev_to_host_fis rsp; member
|
D | request.c | 1775 u8 *rsp; in sci_io_request_frame_handler() local
|
/linux-4.1.27/drivers/scsi/ibmvscsi/ |
D | ibmvfc.c | 272 struct ibmvfc_fcp_rsp *rsp = &vfc_cmd->rsp; in ibmvfc_get_err_result() local 1473 struct ibmvfc_fcp_rsp *rsp = &vfc_cmd->rsp; in ibmvfc_log_error() local 1527 struct ibmvfc_fcp_rsp *rsp = &vfc_cmd->rsp; in ibmvfc_scsi_done() local 2151 union ibmvfc_iu rsp; in ibmvfc_cancel_all() local 3295 struct ibmvfc_process_login *rsp = &evt->xfer_iu->prli; in ibmvfc_tgt_prli_done() local 3403 struct ibmvfc_port_login *rsp = &evt->xfer_iu->plogi; in ibmvfc_tgt_plogi_done() local 3496 struct ibmvfc_implicit_logout *rsp = &evt->xfer_iu->implicit_logout; in ibmvfc_tgt_implicit_logout_done() local 3795 struct ibmvfc_query_tgt *rsp = &evt->xfer_iu->query_tgt; in ibmvfc_tgt_query_target_done() local 3948 struct ibmvfc_discover_targets *rsp = &evt->xfer_iu->discover_targets; in ibmvfc_discover_targets_done() local 4012 struct ibmvfc_npiv_login_resp *rsp = &vhost->login_buf->resp; in ibmvfc_npiv_login_done() local
|
D | viosrp.h | 50 struct srp_rsp rsp; member
|
D | ibmvscsi.c | 991 struct srp_rsp *rsp = &evt_struct->xfer_iu->srp.rsp; in handle_cmd_rsp() local
|
D | ibmvfc.h | 456 struct ibmvfc_fcp_rsp rsp; member 479 struct srp_direct_buf rsp; member
|
/linux-4.1.27/drivers/firmware/ |
D | qcom_scm.c | 173 static inline void *qcom_scm_get_response_buffer(const struct qcom_scm_response *rsp) in qcom_scm_get_response_buffer() 280 struct qcom_scm_response *rsp; in qcom_scm_call() local
|
/linux-4.1.27/drivers/isdn/hisax/ |
D | isdnl2.c | 197 sethdraddr(struct Layer2 *l2, u_char *header, int rsp) in sethdraddr() 292 int rsp = *skb->data & 0x2; in iframe_error() local 324 int rsp = (*skb->data & 0x2) >> 1; in unnum_error() local 340 int rsp = *skb->data & 0x2; in UI_error() local 358 int rsp = *skb->data & 0x2; in FRMR_error() local 969 int PollFlag, rsp, typ = RR; in l2_st7_got_super() local 1314 int PollFlag, rsp, rnr = 0; in l2_st8_got_super() local
|
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_ctx.c | 32 u32 rsp = NX_CDRP_RSP_OK; in netxen_poll_rsp() local 51 u32 rsp; in netxen_issue_cmd() local
|
D | netxen_nic.h | 698 struct _cdrp_cmd rsp; member 714 #define NX_CDRP_FORM_RSP(rsp) (rsp) argument 715 #define NX_CDRP_IS_RSP(rsp) (((rsp) & NX_CDRP_CMD_BIT) == 0) argument
|
/linux-4.1.27/drivers/scsi/libsas/ |
D | sas_internal.h | 108 struct request *rsp) in sas_smp_host_handler()
|
D | sas_host_smp.c | 229 struct request *rsp) in sas_smp_host_handler()
|
D | sas_expander.c | 198 static void sas_set_ex_phy(struct domain_device *dev, int phy_id, void *rsp) in sas_set_ex_phy() 2138 struct request *rsp = req->next_rq; in sas_smp_handler() local
|
/linux-4.1.27/drivers/isdn/mISDN/ |
D | layer2.c | 400 sethdraddr(struct layer2 *l2, u_char *header, int rsp) in sethdraddr() 513 int rsp = *skb->data & 0x2; in iframe_error() local 539 int rsp = (*skb->data & 0x2) >> 1; in unnum_error() local 552 int rsp = *skb->data & 0x2; in UI_error() local 567 int rsp = *skb->data & 0x2; in FRMR_error() local 1197 int PollFlag, rsp, typ = RR; in l2_st7_got_super() local 1544 int PollFlag, rsp, rnr = 0; in l2_st8_got_super() local
|
/linux-4.1.27/include/xen/interface/io/ |
D | xs_wire.h | 86 char rsp[XENSTORE_RING_SIZE]; /* Replies and async watch events. */ member
|
/linux-4.1.27/drivers/infiniband/hw/cxgb4/ |
D | device.c | 1068 const __be64 *rsp, in copy_gl_to_skb_pkt() 1106 const __be64 *rsp) in recv_rx_pkt() 1130 static int c4iw_uld_rx_handler(void *handle, const __be64 *rsp, in c4iw_uld_rx_handler()
|
/linux-4.1.27/include/linux/ |
D | ipmi_smi.h | 73 unsigned char rsp[IPMI_MAX_MSG_LENGTH]; member
|
/linux-4.1.27/drivers/gpio/ |
D | gpio-dln2.c | 107 struct dln2_gpio_pin_val rsp; in dln2_gpio_pin_val() local 160 struct dln2_gpio_pin_val rsp; in dln2_gpio_request() local
|
/linux-4.1.27/arch/x86/include/uapi/asm/ |
D | ptrace.h | 73 unsigned long rsp; member
|
D | sigcontext.h | 176 __u64 rsp; member
|
D | kvm.h | 113 __u64 rsi, rdi, rsp, rbp; member
|
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_bsg.c | 301 IOCB_t *rsp; in lpfc_bsg_send_mgmt_cmd_cmp() local 574 IOCB_t *rsp; in lpfc_bsg_rport_els_cmp() local 1386 IOCB_t *rsp; in lpfc_issue_ct_rsp_cmp() local 2539 IOCB_t *cmd, *rsp; in lpfcdiag_loop_get_xri() local 3000 IOCB_t *cmd, *rsp = NULL; in lpfc_bsg_diag_loopback_run() local 4956 IOCB_t *rsp; in lpfc_bsg_menlo_cmd_cmp() local
|
D | lpfc_hw4.h | 1451 } rsp; member 1479 } rsp; member 1514 } rsp; member 1538 } rsp; member 1570 } rsp; member 1609 } rsp; member
|
/linux-4.1.27/include/uapi/linux/ |
D | target_core_user.h | 125 } rsp; member
|
/linux-4.1.27/arch/x86/include/asm/ |
D | kexec.h | 195 uint64_t rsp; member
|
D | svm.h | 162 u64 rsp; member
|
/linux-4.1.27/drivers/net/usb/ |
D | rndis_host.c | 111 u32 xid = 0, msg_len, request_id, msg_type, rsp, in rndis_command() local
|
/linux-4.1.27/drivers/net/ethernet/brocade/bna/ |
D | bna_enet.c | 111 struct bfi_enet_rsp *rsp = in bna_bfi_ethport_admin_rsp() local 138 struct bfi_enet_rsp *rsp = in bna_bfi_ethport_lpbk_rsp() local 167 struct bfi_enet_attr_rsp *rsp = in bna_bfi_attr_get_rsp() local
|
D | bfa_msgq.c | 286 struct bfi_msgq_h2i_cmdq_copy_rsp *rsp = in bfa_msgq_cmdq_copy_rsp() local
|
D | bna_tx_rx.c | 718 struct bfi_enet_rsp *rsp = in bna_bfi_rxf_ucast_set_rsp() local 735 struct bfi_enet_mcast_add_rsp *rsp = in bna_bfi_rxf_mcast_add_rsp() local
|
/linux-4.1.27/drivers/char/tpm/ |
D | tpm_crb.c | 89 u8 __iomem *rsp; member
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_ctx.c | 97 u32 rsp; in qlcnic_poll_rsp() local 117 u32 rsp; in qlcnic_82xx_issue_cmd() local
|
D | qlcnic_dcb.c | 432 struct qlcnic_dcb_param rsp; in qlcnic_82xx_dcb_query_cee_param() local
|
D | qlcnic_sriov_common.c | 1375 u32 rsp_data, opcode, mbx_err_code, rsp; in __qlcnic_sriov_issue_cmd() local
|
D | qlcnic.h | 667 #define QLCNIC_CDRP_FORM_RSP(rsp) (rsp) argument 668 #define QLCNIC_CDRP_IS_RSP(rsp) (((rsp) & QLCNIC_CDRP_CMD_BIT) == 0) argument 1533 struct _cdrp_cmd rsp; member
|
/linux-4.1.27/drivers/net/wireless/ |
D | airo.c | 1747 Resp rsp; in readBSSListRid() local 2292 Resp rsp; in airo_set_promisc() local 2465 Resp rsp; in mpi_init_descriptors() local 3572 Resp rsp; in enable_MAC() local 3609 Resp rsp; in disable_MAC() local 3792 Resp rsp; in setup_card() local 4100 Resp rsp; /* response from commands */ in PC4500_accessrid() local 4127 Resp rsp; in PC4500_readrid() local 4195 Resp rsp; in PC4500_writerid() local 4259 Resp rsp; in transmit_allocate() local [all …]
|
/linux-4.1.27/net/caif/ |
D | cfctrl.c | 360 struct cfctrl_request_info rsp, *req; in cfctrl_recv() local
|
/linux-4.1.27/net/bluetooth/bnep/ |
D | core.c | 81 struct bnep_control_rsp rsp; in bnep_send_rsp() local
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | rtl819x_BAProc.c | 327 struct rtllib_hdr_3addr *rsp = NULL; in rtllib_rx_ADDBARsp() local
|
/linux-4.1.27/drivers/net/wireless/ath/carl9170/ |
D | rx.c | 76 static void carl9170_handle_ps(struct ar9170 *ar, struct carl9170_rsp *rsp) in carl9170_handle_ps()
|
D | carl9170.h | 378 struct carl9170_rsp rsp; member
|
/linux-4.1.27/arch/x86/include/asm/xen/ |
D | interface_64.h | 83 uint64_t rax, r11, rcx, flags, rip, cs, rflags, rsp, ss; member
|
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_BAProc.c | 438 struct ieee80211_hdr_3addr *rsp = NULL; in ieee80211_rx_ADDBARsp() local
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
D | cvmx-pko.h | 216 uint64_t rsp:1; member
|
/linux-4.1.27/drivers/infiniband/ulp/srp/ |
D | ib_srp.c | 1722 static void srp_process_rsp(struct srp_rdma_ch *ch, struct srp_rsp *rsp) in srp_process_rsp() 1782 void *rsp, int len) in srp_response_common() 1818 struct srp_cred_rsp rsp = { in srp_process_cred_req() local 1833 struct srp_aer_rsp rsp = { in srp_process_aer_req() local
|
/linux-4.1.27/drivers/nfc/ |
D | nfcwilink.c | 127 struct nci_vs_nfcc_info_rsp *rsp = (void *)skb->data; in nfcwilink_fw_download_receive() local
|
D | pn533.c | 1863 struct pn533_cmd_jump_dep_response *rsp; in pn533_poll_dep_complete() local 2181 struct pn533_cmd_activate_response *rsp; in pn533_activate_target_nfcdep() local 2306 struct pn533_cmd_jump_dep_response *rsp; in pn533_in_dep_link_up_complete() local
|
/linux-4.1.27/drivers/scsi/bfa/ |
D | bfa_fcpim.c | 2794 struct bfi_ioim_rsp_s *rsp = (struct bfi_ioim_rsp_s *) m; in bfa_ioim_isr() local 2878 struct bfi_ioim_rsp_s *rsp = (struct bfi_ioim_rsp_s *) m; in bfa_ioim_good_comp_isr() local 3549 struct bfi_tskim_rsp_s *rsp = (struct bfi_tskim_rsp_s *) m; in bfa_tskim_isr() local
|
D | bfa_ioc.c | 3296 struct bfi_ablk_i2h_rsp_s *rsp = (struct bfi_ablk_i2h_rsp_s *)msg; in bfa_ablk_isr() local 3718 bfa_sfp_scn_aen_post(struct bfa_sfp_s *sfp, struct bfi_sfp_scn_s *rsp) in bfa_sfp_scn_aen_post() 3807 struct bfi_sfp_scn_s *rsp = (struct bfi_sfp_scn_s *) msg; in bfa_sfp_scn() local 3851 struct bfi_sfp_rsp_s *rsp = (struct bfi_sfp_rsp_s *) msg; in bfa_sfp_show_comp() local 4927 diag_tempsensor_comp(struct bfa_diag_s *diag, bfi_diag_ts_rsp_t *rsp) in diag_tempsensor_comp() 6588 struct bfi_fru_rsp_s *rsp = (struct bfi_fru_rsp_s *)msg; in bfa_fru_intr() local
|
D | bfa_svc.c | 1599 bfa_lps_login_rsp(struct bfa_s *bfa, struct bfi_lps_login_rsp_s *rsp) in bfa_lps_login_rsp() 1680 bfa_lps_logout_rsp(struct bfa_s *bfa, struct bfi_lps_logout_rsp_s *rsp) in bfa_lps_logout_rsp() 5951 bfi_diag_qtest_rsp_t *rsp) in bfa_fcdiag_queuetest_comp() 6009 struct bfi_diag_lb_rsp_s *rsp) in bfa_fcdiag_loopback_comp()
|
D | bfa_core.c | 1397 bfi_faa_query_rsp_t *rsp) in bfa_faa_query_reply()
|
D | bfi.h | 1176 struct bfi_diag_dport_rsp_s rsp; member
|
/linux-4.1.27/drivers/char/ipmi/ |
D | ipmi_devintf.c | 279 struct ipmi_recv rsp; in ipmi_ioctl() local
|
/linux-4.1.27/drivers/iio/accel/ |
D | mma9551_core.c | 122 struct mma9551_mbox_response rsp; in mma9551_transfer() local
|
/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
D | rtw_cmd.h | 41 u8 *rsp; member
|
/linux-4.1.27/drivers/net/can/usb/peak_usb/ |
D | pcan_usb_pro.c | 249 struct pcan_usb_pro_msg rsp; in pcan_usb_pro_wait_rsp() local
|
/linux-4.1.27/drivers/media/pci/saa7164/ |
D | saa7164-api.c | 108 struct tmComResProbeCommit fmt, rsp; in saa7164_api_set_vbi_format() local
|
/linux-4.1.27/drivers/staging/unisys/uislib/ |
D | uislib.c | 122 init_msg_header(struct controlvm_message *msg, u32 id, uint rsp, uint svr) in init_msg_header()
|
/linux-4.1.27/drivers/mfd/ |
D | dln2.c | 435 struct dln2_response *rsp; in _dln2_transfer() local
|
/linux-4.1.27/drivers/scsi/libfc/ |
D | fc_rport.c | 1415 struct fc_els_rls_resp *rsp; in fc_rport_recv_rls_req() local
|
D | fc_lport.c | 2087 struct request *rsp = job->req->next_rq; in fc_lport_bsg_request() local
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | t4vf_hw.c | 934 const u16 *rsp = rspq; in t4vf_config_rss_range() local
|
D | sge.c | 1596 int t4vf_ethrx_handler(struct sge_rspq *rspq, const __be64 *rsp, in t4vf_ethrx_handler()
|
D | cxgb4vf_main.c | 428 static int fwevtq_handler(struct sge_rspq *rspq, const __be64 *rsp, in fwevtq_handler()
|
/linux-4.1.27/drivers/infiniband/ulp/srpt/ |
D | ib_srpt.c | 463 struct ib_mad_send_buf *rsp; in srpt_mad_recv_handler() local 2360 struct srp_login_rsp *rsp; in srpt_cm_req_recv() local
|
/linux-4.1.27/drivers/staging/unisys/virthba/ |
D | virthba.c | 439 int rsp; in virthba_probe() local
|
/linux-4.1.27/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 1801 static int t4_uld_rx_handler(void *handle, const __be64 *rsp, in t4_uld_rx_handler()
|
/linux-4.1.27/drivers/scsi/mpt3sas/ |
D | mpt3sas_transport.c | 1898 struct request *rsp = req->next_rq; in _transport_smp_handler() local
|
/linux-4.1.27/drivers/scsi/mpt2sas/ |
D | mpt2sas_transport.c | 1916 struct request *rsp = req->next_rq; in _transport_smp_handler() local
|
/linux-4.1.27/drivers/scsi/ |
D | scsi_transport_fc.c | 3589 struct request *rsp = req->next_rq; in fc_bsg_jobdone() local 3701 struct request *rsp = req->next_rq; in fc_req_to_bsgjob() local
|
/linux-4.1.27/drivers/mmc/host/ |
D | usdhi6rol0.c | 1169 u32 *rsp = cmd->resp, tmp = 0; in usdhi6_resp_read() local
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_main.c | 588 static int fwevtq_handler(struct sge_rspq *q, const __be64 *rsp, in fwevtq_handler() 680 static int uldrx_handler(struct sge_rspq *q, const __be64 *rsp, in uldrx_handler()
|
D | sge.c | 1843 int t4_ethrx_handler(struct sge_rspq *q, const __be64 *rsp, in t4_ethrx_handler()
|
D | t4_hw.c | 2943 const u16 *rsp = rspq; in t4_config_rss_range() local
|
/linux-4.1.27/drivers/staging/rtl8712/ |
D | rtl871x_cmd.h | 47 u8 *rsp; member
|
/linux-4.1.27/drivers/staging/rtl8723au/include/ |
D | rtw_cmd.h | 40 u8 *rsp; member
|
/linux-4.1.27/drivers/scsi/bnx2fc/ |
D | bnx2fc.h | 440 struct fcp_rsp *rsp; member
|
/linux-4.1.27/drivers/firewire/ |
D | core-cdev.c | 552 struct fw_cdev_event_response *rsp = &e->response; in complete_transaction() local
|
/linux-4.1.27/drivers/vhost/ |
D | scsi.c | 991 struct virtio_scsi_cmd_resp rsp; in vhost_scsi_send_bad_target() local
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_main.c | 3767 _drbd_fault_random(struct fault_random_state *rsp) in _drbd_fault_random()
|
/linux-4.1.27/drivers/message/fusion/ |
D | mptsas.c | 2219 struct request *rsp = req->next_rq; in mptsas_smp_handler() local
|
/linux-4.1.27/drivers/scsi/be2iscsi/ |
D | be_main.c | 1309 u8 rsp, status, flags; in be_complete_io() local
|
/linux-4.1.27/drivers/block/ |
D | skd_main.c | 3878 struct skd_device *rsp; member
|
/linux-4.1.27/include/target/iscsi/ |
D | iscsi_target_core.h | 714 char rsp[ISCSI_HDR_LEN]; member
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_type.h | 2450 struct ixgbe_hic_hdr2_rsp rsp; member
|