/linux-4.4.14/kernel/rcu/ |
D | tree.c | 236 static int rcu_gp_in_progress(struct rcu_state *rsp) in rcu_gp_in_progress() 310 struct rcu_state *rsp; in rcu_momentary_dyntick_idle() local 503 struct rcu_state *rsp; in show_rcu_gp_kthreads() local 533 struct rcu_state *rsp = NULL; in rcutorture_get_gp_data() local 584 static struct rcu_node *rcu_get_root(struct rcu_state *rsp) in rcu_get_root() 594 static int rcu_future_needs_gp(struct rcu_state *rsp) in rcu_future_needs_gp() 609 cpu_needs_another_gp(struct rcu_state *rsp, struct rcu_data *rdp) in cpu_needs_another_gp() 638 struct rcu_state *rsp; in rcu_eqs_enter_common() local 1176 static void record_gp_stall_check_time(struct rcu_state *rsp) in record_gp_stall_check_time() 1192 static void rcu_check_gp_kthread_starvation(struct rcu_state *rsp) in rcu_check_gp_kthread_starvation() [all …]
|
D | sync.c | 66 void rcu_sync_lockdep_assert(struct rcu_sync *rsp) in rcu_sync_lockdep_assert() 78 void rcu_sync_init(struct rcu_sync *rsp, enum rcu_sync_type type) in rcu_sync_init() 100 void rcu_sync_enter(struct rcu_sync *rsp) in rcu_sync_enter() 149 struct rcu_sync *rsp = container_of(rcu, struct rcu_sync, cb_head); in rcu_sync_func() local 189 void rcu_sync_exit(struct rcu_sync *rsp) in rcu_sync_exit() 207 void rcu_sync_dtor(struct rcu_sync *rsp) in rcu_sync_dtor()
|
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 262 static void print_one_rcu_state(struct seq_file *m, struct rcu_state *rsp) in print_one_rcu_state() 295 struct rcu_state *rsp = (struct rcu_state *)m->private; in show_rcuhier() local 313 static void show_one_rcugp(struct seq_file *m, struct rcu_state *rsp) in show_one_rcugp() 337 struct rcu_state *rsp = (struct rcu_state *)m->private; in show_rcugp() local 428 struct rcu_state *rsp; in rcutree_trace_init() local
|
D | tree_plugin.h | 546 static void rcu_print_detail_task_stall(struct rcu_state *rsp) in rcu_print_detail_task_stall() 705 struct rcu_state *rsp = info; in sync_rcu_exp_handler() local 748 struct rcu_state *rsp = rcu_state_p; in synchronize_rcu_expedited() local 855 static void rcu_print_detail_task_stall(struct rcu_state *rsp) in rcu_print_detail_task_stall() 1158 static int rcu_spawn_one_boost_kthread(struct rcu_state *rsp, in rcu_spawn_one_boost_kthread() 1435 struct rcu_state *rsp; in rcu_try_advance_all_cbs() local 1524 struct rcu_state *rsp; in rcu_prepare_for_idle() local 1631 struct rcu_state *rsp; in rcu_oom_notify_cpu() local 1730 static void print_cpu_stall_info(struct rcu_state *rsp, int cpu) in print_cpu_stall_info() 1775 struct rcu_state *rsp; in increment_cpu_stall_ticks() local [all …]
|
D | tree.h | 258 #define rcu_for_each_node_breadth_first(rsp, rnp) \ argument 267 #define rcu_for_each_nonleaf_node_breadth_first(rsp, rnp) \ argument 277 #define rcu_for_each_leaf_node(rsp, rnp) \ argument 417 struct rcu_state *rsp; member 551 #define for_each_rcu_flavor(rsp) \ argument
|
/linux-4.4.14/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.4.14/net/bluetooth/ |
D | a2mp.c | 142 struct a2mp_discov_rsp *rsp; in a2mp_discover_req() local 200 struct a2mp_discov_rsp *rsp = (void *) skb->data; in a2mp_discover_rsp() local 313 struct a2mp_info_rsp rsp; in a2mp_getinfo_req() local 342 struct a2mp_info_rsp *rsp = (struct a2mp_info_rsp *) skb->data; in a2mp_getinfo_rsp() local 383 struct a2mp_amp_assoc_rsp rsp; in a2mp_getampassoc_req() local 412 struct a2mp_amp_assoc_rsp *rsp = (void *) skb->data; in a2mp_getampassoc_rsp() local 475 struct a2mp_physlink_rsp rsp; in a2mp_createphyslink_req() local 554 struct a2mp_physlink_rsp rsp; in a2mp_discphyslink_req() local 900 struct a2mp_info_rsp rsp; in a2mp_send_getinfo_rsp() local 928 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 3296 struct l2cap_conf_rsp *rsp = data; in l2cap_parse_conf_req() local 3508 static int l2cap_parse_conf_rsp(struct l2cap_chan *chan, void *rsp, int len, in l2cap_parse_conf_rsp() 3620 struct l2cap_conf_rsp *rsp = data; in l2cap_build_conf_rsp() local 3634 struct l2cap_le_conn_rsp rsp; in __l2cap_le_connect_rsp_defer() local 3651 struct l2cap_conn_rsp rsp; in __l2cap_connect_rsp_defer() local 3678 static void l2cap_conf_rfc_get(struct l2cap_chan *chan, void *rsp, int len) in l2cap_conf_rfc_get() 3759 struct l2cap_conn_rsp rsp; in l2cap_connect() local [all …]
|
D | smp.c | 662 struct smp_cmd_pairing *rsp, __u8 authreq) in build_pairing_cmd() 1045 struct smp_cmd_pairing *rsp = (void *) &smp->prsp[1]; in smp_notify_keys() local 1219 struct smp_cmd_pairing *req, *rsp; in smp_distribute_keys() local 1658 u8 rsp = smp_confirm(smp); in smp_user_confirm_reply() local 1670 struct smp_cmd_pairing *rsp) in build_bredr_pairing_cmd() 1710 struct smp_cmd_pairing rsp, *req = (void *) skb->data; in smp_cmd_pairing_req() local 1895 struct smp_cmd_pairing *req, *rsp = (void *) skb->data; in smp_cmd_pairing_rsp() local 2017 struct smp_cmd_pairing *req, *rsp; in fixup_sc_false_positive() local
|
/linux-4.4.14/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.4.14/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 580 qla2x00_async_event(scsi_qla_host_t *vha, struct rsp_que *rsp, uint16_t *mb) in qla2x00_async_event() 1627 qla2x00_process_response_queue(struct rsp_que *rsp) in qla2x00_process_response_queue() 1705 uint32_t sense_len, struct rsp_que *rsp, int res) in qla2x00_handle_sense() 2028 qla2x00_status_entry(scsi_qla_host_t *vha, struct rsp_que *rsp, void *pkt) in qla2x00_status_entry() 2393 qla2x00_status_cont_entry(struct rsp_que *rsp, sts_cont_entry_t *pkt) in qla2x00_status_cont_entry() 2449 qla2x00_error_entry(scsi_qla_host_t *vha, struct rsp_que *rsp, sts_entry_t *pkt) in qla2x00_error_entry() 2537 struct rsp_que *rsp) in qla24xx_process_response_queue() 2697 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() 537 qla25xx_free_rsp_que(struct scsi_qla_host *vha, struct rsp_que *rsp) in qla25xx_free_rsp_que() 577 qla25xx_delete_rsp_que(struct scsi_qla_host *vha, struct rsp_que *rsp) in qla25xx_delete_rsp_que() 597 struct rsp_que *rsp = NULL; in qla25xx_delete_queues() local 744 struct rsp_que *rsp = container_of(work, struct rsp_que, q_work); in qla_do_work() local 760 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() 2549 qlafx00_status_cont_entry(struct rsp_que *rsp, sts_cont_entry_t *pkt) in qlafx00_status_cont_entry() 2625 struct rsp_que *rsp, void *pkt) in qlafx00_multistatus_entry() 2679 qlafx00_error_entry(scsi_qla_host_t *vha, struct rsp_que *rsp, in qlafx00_error_entry() 2710 struct rsp_que *rsp) in qlafx00_process_response_queue() 2904 struct rsp_que *rsp; in qlafx00_intr_handler() local [all …]
|
D | qla_iocb.c | 325 struct rsp_que *rsp; in qla2x00_start_scsi() local 499 struct rsp_que *rsp, uint16_t loop_id, in __qla2x00_marker() 541 struct rsp_que *rsp, uint16_t loop_id, uint64_t lun, in qla2x00_marker() 1433 struct rsp_que *rsp = NULL; in qla24xx_start_scsi() local 1584 struct rsp_que *rsp = NULL; in qla24xx_dif_start_scsi() local 1768 static void qla25xx_set_que(srb_t *sp, struct rsp_que **rsp) in qla25xx_set_que() 2232 struct rsp_que *rsp = NULL; in qla82xx_start_scsi() local 2745 struct rsp_que *rsp; in qla2x00_start_bidir() local
|
D | qla_init.c | 1526 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla2x00_alloc_fw_dump() local 1947 qla2x00_init_response_q_entries(struct rsp_que *rsp) in qla2x00_init_response_q_entries() 2073 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla2x00_config_rings() local 2102 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla24xx_config_rings() local 2186 struct rsp_que *rsp; in qla2x00_init_rings() local 4191 struct rsp_que *rsp; in qla2x00_loop_resync() local 4909 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla2x00_restart_isp() local 4956 struct rsp_que *rsp = NULL; in qla25xx_init_queues() local 5901 struct rsp_que *rsp; in qla24xx_configure_vhba() local 6297 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla82xx_restart_isp() local
|
D | qla_os.c | 323 struct rsp_que *rsp) in qla2x00_alloc_queues() 377 static void qla2x00_free_rsp_que(struct qla_hw_data *ha, struct rsp_que *rsp) in qla2x00_free_rsp_que() 396 struct rsp_que *rsp; in qla2x00_free_queues() local 2284 struct rsp_que *rsp = NULL; in qla2x00_probe_one() local 3338 struct req_que **req, struct rsp_que **rsp) in qla2x00_mem_alloc() 5584 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_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_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 | 1768 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla82xx_config_rings() local 2021 struct rsp_que *rsp; in qla82xx_intr_handler() local 2105 struct rsp_que *rsp; in qla82xx_msix_default() local 2171 struct rsp_que *rsp; in qla82xx_msix_rsp_q() local 2202 struct rsp_que *rsp; in qla82xx_poll() local
|
D | qla_mbx.c | 982 struct rsp_que *rsp; in qla2x00_abort_target() local 1035 struct rsp_que *rsp; in qla2x00_lun_reset() local 2721 struct rsp_que *rsp; in __qla24xx_issue_tmf() local 3695 struct verify_chip_rsp_84xx rsp; member 3862 qla25xx_init_rsp_que(struct scsi_qla_host *vha, struct rsp_que *rsp) in qla25xx_init_rsp_que()
|
D | qla_nx2.c | 3879 struct rsp_que *rsp; in qla8044_intr_handler() local
|
D | qla_target.c | 6422 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.4.14/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.4.14/drivers/nfc/s3fwrn5/ |
D | firmware.c | 36 struct sk_buff *msg, struct sk_buff **rsp) in s3fwrn5_fw_send_msg() 91 struct sk_buff *msg, *rsp = NULL; in s3fwrn5_fw_get_bootinfo() local 125 struct sk_buff *msg, *rsp = NULL; in s3fwrn5_fw_enter_update_mode() local 197 struct sk_buff *msg, *rsp = NULL; in s3fwrn5_fw_update_sector() local 254 struct sk_buff *msg, *rsp = NULL; in s3fwrn5_fw_complete_update_mode() local
|
D | firmware.h | 99 struct sk_buff *rsp; member
|
/linux-4.4.14/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_hw.c | 434 struct ocrdma_create_eq_rsp *rsp = dev->mbx_cmd; in ocrdma_mbx_create_eq() local 525 struct ocrdma_create_cq_cmd_rsp *rsp = dev->mbx_cmd; in ocrdma_mbx_mq_cq_create() local 567 struct ocrdma_create_mq_rsp *rsp = dev->mbx_cmd; in ocrdma_mbx_create_mq() local 1074 struct ocrdma_mbx_rsp *rsp = NULL; in ocrdma_mbx_cmd() local 1117 struct ocrdma_mbx_rsp *rsp = payload_va; in ocrdma_nonemb_mbx_cmd() local 1142 struct ocrdma_mbx_query_config *rsp) in ocrdma_get_attr() 1235 struct ocrdma_fw_ver_rsp *rsp; in ocrdma_mbx_query_fw_ver() local 1262 struct ocrdma_fw_conf_rsp *rsp; in ocrdma_mbx_query_fw_config() local 1374 struct ocrdma_mbx_query_config *rsp; in ocrdma_mbx_query_dev() local 1394 struct ocrdma_get_link_speed_rsp *rsp; in ocrdma_mbx_get_link_speed() local [all …]
|
D | ocrdma_sli.h | 287 struct ocrdma_mbx_rsp rsp; member 331 struct ocrdma_mbx_rsp rsp; member 614 struct ocrdma_mbx_rsp rsp; member 641 struct ocrdma_mbx_rsp rsp; member 648 struct ocrdma_mbx_rsp rsp; member 690 struct ocrdma_mbx_rsp rsp; member 731 struct ocrdma_mbx_rsp rsp; member 805 struct ocrdma_mbx_rsp rsp; member 811 struct ocrdma_create_cq_cmd_rsp rsp; member 834 struct ocrdma_mbx_rsp rsp; member [all …]
|
D | ocrdma_verbs.c | 670 struct ocrdma_alloc_pd_uresp rsp; in ocrdma_copy_pd_uresp() local
|
/linux-4.4.14/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.4.14/drivers/net/wireless/ath/wcn36xx/ |
D | smd.c | 290 struct wcn36xx_fw_msg_status_rsp *rsp; in wcn36xx_smd_rsp_status_check() local 375 struct wcn36xx_hal_mac_start_rsp_msg *rsp; in wcn36xx_smd_start_rsp() local 607 struct wcn36xx_hal_switch_channel_rsp_msg *rsp; in wcn36xx_smd_switch_channel_rsp() local 652 struct wcn36xx_hal_update_scan_params_resp *rsp; in wcn36xx_smd_update_scan_params_rsp() local 712 struct wcn36xx_hal_add_sta_self_rsp_msg *rsp; in wcn36xx_smd_add_sta_self_rsp() local 831 struct wcn36xx_hal_join_rsp_msg *rsp; in wcn36xx_smd_join_rsp() local 954 struct wcn36xx_hal_config_sta_rsp_msg *rsp; in wcn36xx_smd_config_sta_rsp() local 1160 struct wcn36xx_hal_config_bss_rsp_msg *rsp; in wcn36xx_smd_config_bss_rsp() local 1802 struct wcn36xx_hal_feat_caps_msg msg_body, *rsp; in wcn36xx_smd_feature_caps_exchange() local 1966 struct wcn36xx_hal_tx_compl_ind_msg *rsp = buf; in wcn36xx_smd_tx_compl_ind() local [all …]
|
/linux-4.4.14/fs/cifs/ |
D | smb2pdu.c | 380 struct smb2_negotiate_rsp *rsp; in SMB2_negotiate() local 585 struct smb2_sess_setup_rsp *rsp = NULL; in SMB2_sess_setup() local 907 struct smb2_tree_connect_rsp *rsp = NULL; in SMB2_tcon() local 1107 parse_lease_state(struct TCP_Server_Info *server, struct smb2_create_rsp *rsp, in parse_lease_state() 1307 struct smb2_create_rsp *rsp; in SMB2_open() local 1455 struct smb2_ioctl_rsp *rsp; in SMB2_ioctl() local 1617 struct smb2_close_rsp *rsp; in SMB2_close() local 1720 struct smb2_query_info_rsp *rsp = NULL; in query_info() local 2067 struct smb2_read_rsp *rsp = NULL; in SMB2_read() local 2124 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 1278 OPEN_RSP *rsp = NULL; in CIFS_open() local
|
/linux-4.4.14/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.4.14/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.4.14/drivers/staging/rts5208/ |
D | sd.c | 127 u32 arg, u8 rsp_type, u8 *rsp, int rsp_len) 431 u8 rsp[16]; local 691 u8 rsp[5]; local 722 u8 rsp[5]; local 2572 u8 rsp[16]; local 3071 u8 rsp[5]; local 3088 u8 rsp[5]; local 3176 u8 rsp[5]; local 3239 u8 rsp[16]; local 4043 u32 arg, u8 rsp_type, u8 *rsp, int rsp_len, bool special_check) [all …]
|
D | rtsx_chip.h | 491 u8 rsp[17]; member
|
/linux-4.4.14/arch/s390/include/asm/ |
D | clp.h | 14 u16 rsp; member
|
/linux-4.4.14/arch/x86/purgatory/ |
D | entry64.S | 67 rsp: .quad 0x0 label
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/drivers/staging/wilc1000/ |
D | wilc_spi.c | 225 u8 rsp; in spi_cmd_rsp() local 276 u8 rsp; in spi_cmd_complete() local 615 u8 rsp; in spi_data_read() local
|
D | wilc_wlan_cfg.c | 508 int wilc_wlan_cfg_indicate_rx(u8 *frame, int size, wilc_cfg_rsp_t *rsp) in wilc_wlan_cfg_indicate_rx()
|
D | wilc_wlan.c | 1199 wilc_cfg_rsp_t rsp; in wilc_wlan_handle_rxq() local
|
/linux-4.4.14/include/linux/ |
D | rcu_sync.h | 53 static inline bool rcu_sync_is_idle(struct rcu_sync *rsp) in rcu_sync_is_idle()
|
D | ipmi_smi.h | 73 unsigned char rsp[IPMI_MAX_MSG_LENGTH]; member
|
/linux-4.4.14/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.4.14/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 3294 struct ibmvfc_process_login *rsp = &evt->xfer_iu->prli; in ibmvfc_tgt_prli_done() local 3402 struct ibmvfc_port_login *rsp = &evt->xfer_iu->plogi; in ibmvfc_tgt_plogi_done() local 3495 struct ibmvfc_implicit_logout *rsp = &evt->xfer_iu->implicit_logout; in ibmvfc_tgt_implicit_logout_done() local 3794 struct ibmvfc_query_tgt *rsp = &evt->xfer_iu->query_tgt; in ibmvfc_tgt_query_target_done() local 3947 struct ibmvfc_discover_targets *rsp = &evt->xfer_iu->discover_targets; in ibmvfc_discover_targets_done() local 4011 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.4.14/drivers/firmware/ |
D | qcom_scm-32.c | 166 static inline void *qcom_scm_get_response_buffer(const struct qcom_scm_response *rsp) in qcom_scm_get_response_buffer() 272 struct qcom_scm_response *rsp; in qcom_scm_call() local
|
/linux-4.4.14/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 1310 int PollFlag, rsp, rnr = 0; in l2_st8_got_super() local
|
/linux-4.4.14/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 1530 int PollFlag, rsp, rnr = 0; in l2_st8_got_super() local
|
/linux-4.4.14/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.4.14/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.4.14/include/xen/interface/io/ |
D | xs_wire.h | 86 char rsp[XENSTORE_RING_SIZE]; /* Replies and async watch events. */ member
|
/linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
D | device.c | 1060 const __be64 *rsp, in copy_gl_to_skb_pkt() 1098 const __be64 *rsp) in recv_rx_pkt() 1122 static int c4iw_uld_rx_handler(void *handle, const __be64 *rsp, in c4iw_uld_rx_handler()
|
/linux-4.4.14/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.4.14/arch/x86/include/uapi/asm/ |
D | ptrace.h | 73 unsigned long rsp; member
|
D | sigcontext.h | 340 __u64 rsp; member
|
D | kvm.h | 115 __u64 rsi, rdi, rsp, rbp; member
|
/linux-4.4.14/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 1384 IOCB_t *rsp; in lpfc_issue_ct_rsp_cmp() local 2537 IOCB_t *cmd, *rsp; in lpfcdiag_loop_get_xri() local 2997 IOCB_t *cmd, *rsp = NULL; in lpfc_bsg_diag_loopback_run() local 4940 IOCB_t *rsp; in lpfc_bsg_menlo_cmd_cmp() local
|
D | lpfc_hw4.h | 1453 } rsp; member 1481 } rsp; member 1536 } rsp; member 1560 } rsp; member 1592 } rsp; member 1631 } rsp; member
|
/linux-4.4.14/tools/testing/selftests/x86/ |
D | test_syscall_vdso.c | 68 uint64_t rsi, rdi, rbp, rsp; member
|
/linux-4.4.14/include/uapi/linux/ |
D | target_core_user.h | 121 } rsp; member
|
/linux-4.4.14/arch/x86/include/asm/ |
D | kexec.h | 195 uint64_t rsp; member
|
D | svm.h | 162 u64 rsp; member
|
/linux-4.4.14/drivers/net/usb/ |
D | rndis_host.c | 111 u32 xid = 0, msg_len, request_id, msg_type, rsp, in rndis_command() local
|
/linux-4.4.14/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 | 287 struct bfi_msgq_h2i_cmdq_copy_rsp *rsp = in bfa_msgq_cmdq_copy_rsp() local
|
D | bna_tx_rx.c | 590 struct bfi_enet_rsp *rsp = in bna_bfi_rxf_ucast_set_rsp() local 607 struct bfi_enet_mcast_add_rsp *rsp = in bna_bfi_rxf_mcast_add_rsp() local
|
/linux-4.4.14/drivers/char/tpm/ |
D | tpm_crb.c | 90 u8 __iomem *rsp; member
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_ctx.c | 95 u32 rsp; in qlcnic_poll_rsp() local 115 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 | 1374 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 1531 struct _cdrp_cmd rsp; member
|
/linux-4.4.14/drivers/net/wireless/ |
D | airo.c | 1748 Resp rsp; in readBSSListRid() local 2288 Resp rsp; in airo_set_promisc() local 2460 Resp rsp; in mpi_init_descriptors() local 3577 Resp rsp; in enable_MAC() local 3614 Resp rsp; in disable_MAC() local 3809 Resp rsp; in setup_card() local 4115 Resp rsp; /* response from commands */ in PC4500_accessrid() local 4142 Resp rsp; in PC4500_readrid() local 4210 Resp rsp; in PC4500_writerid() local 4274 Resp rsp; in transmit_allocate() local [all …]
|
/linux-4.4.14/net/caif/ |
D | cfctrl.c | 360 struct cfctrl_request_info rsp, *req; in cfctrl_recv() local
|
/linux-4.4.14/net/bluetooth/bnep/ |
D | core.c | 81 struct bnep_control_rsp rsp; in bnep_send_rsp() local
|
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_BAProc.c | 438 struct rtl_80211_hdr_3addr *rsp = NULL; in ieee80211_rx_ADDBARsp() local
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | rtl819x_BAProc.c | 321 struct rtllib_hdr_3addr *rsp = NULL; in rtllib_rx_ADDBARsp() local
|
/linux-4.4.14/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.4.14/arch/x86/include/asm/xen/ |
D | interface_64.h | 83 uint64_t rax, r11, rcx, flags, rip, cs, rflags, rsp, ss; member
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | mad.c | 2270 struct opa_port_status_rsp *rsp, u32 vl_select_mask) in a0_portstatus() 2321 struct opa_port_status_rsp *rsp; in pma_get_opa_portstatus() local 2516 static void a0_datacounters(struct hfi1_devdata *dd, struct _port_dctrs *rsp, in a0_datacounters() 2572 struct _port_dctrs *rsp; in pma_get_opa_datacounters() local 2725 struct _port_ectrs *rsp; in pma_get_opa_porterrors() local 2841 struct _port_ei *rsp; in pma_get_opa_errorinfo() local 3082 struct _port_ei *rsp; in pma_set_opa_errorinfo() local
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-pko.h | 216 uint64_t rsp:1; member
|
/linux-4.4.14/drivers/infiniband/ulp/srp/ |
D | ib_srp.c | 1780 static void srp_process_rsp(struct srp_rdma_ch *ch, struct srp_rsp *rsp) in srp_process_rsp() 1840 void *rsp, int len) in srp_response_common() 1876 struct srp_cred_rsp rsp = { in srp_process_cred_req() local 1891 struct srp_aer_rsp rsp = { in srp_process_aer_req() local
|
/linux-4.4.14/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.4.14/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.4.14/drivers/staging/rtl8188eu/include/ |
D | rtw_cmd.h | 41 u8 *rsp; member
|
/linux-4.4.14/drivers/iio/accel/ |
D | mma9551_core.c | 122 struct mma9551_mbox_response rsp; in mma9551_transfer() local
|
/linux-4.4.14/drivers/char/ipmi/ |
D | ipmi_devintf.c | 279 struct ipmi_recv rsp; in ipmi_ioctl() local
|
/linux-4.4.14/drivers/nfc/fdp/ |
D | fdp.c | 664 struct nci_core_get_config_rsp *rsp = (void *) skb->data; in fdp_nci_core_get_config_rsp_packet() local
|
/linux-4.4.14/drivers/media/pci/saa7164/ |
D | saa7164-api.c | 108 struct tmComResProbeCommit fmt, rsp; in saa7164_api_set_vbi_format() local
|
/linux-4.4.14/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.4.14/drivers/mfd/ |
D | dln2.c | 435 struct dln2_response *rsp; in _dln2_transfer() local
|
/linux-4.4.14/drivers/mmc/host/ |
D | mtk-sd.c | 690 u32 *rsp = cmd->resp; in msdc_auto_cmd_done() local 750 u32 *rsp = cmd->resp; in msdc_cmd_done() local
|
D | usdhi6rol0.c | 1169 u32 *rsp = cmd->resp, tmp = 0; in usdhi6_resp_read() local
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | t4vf_hw.c | 935 const u16 *rsp = rspq; in t4vf_config_rss_range() local
|
D | sge.c | 1613 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.4.14/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.4.14/drivers/infiniband/ulp/srpt/ |
D | ib_srpt.c | 460 struct ib_mad_send_buf *rsp; in srpt_mad_recv_handler() local 2354 struct srp_login_rsp *rsp; in srpt_cm_req_recv() local
|
/linux-4.4.14/include/net/nfc/ |
D | nci_core.h | 72 int (*rsp)(struct nci_dev *dev, struct sk_buff *skb); member
|
/linux-4.4.14/drivers/scsi/mpt3sas/ |
D | mpt3sas_transport.c | 1922 struct request *rsp = req->next_rq; in _transport_smp_handler() local
|
/linux-4.4.14/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 1823 static int t4_uld_rx_handler(void *handle, const __be64 *rsp, in t4_uld_rx_handler()
|
/linux-4.4.14/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.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_main.c | 600 static int fwevtq_handler(struct sge_rspq *q, const __be64 *rsp, in fwevtq_handler() 692 static int uldrx_handler(struct sge_rspq *q, const __be64 *rsp, in uldrx_handler()
|
D | sge.c | 1897 int t4_ethrx_handler(struct sge_rspq *q, const __be64 *rsp, in t4_ethrx_handler()
|
D | t4_hw.c | 3495 u32 cfg, val, req, rsp; in t4_cim_read_pif_la() local 4467 const u16 *rsp = rspq; in t4_config_rss_range() local
|
D | cxgb4.h | 238 u32 rsp[4]; member
|
/linux-4.4.14/security/smack/ |
D | smack_lsm.c | 2814 struct smack_known *rsp; in smack_socket_connect() local 3749 struct smack_known *rsp; in smack_socket_sendmsg() local
|
/linux-4.4.14/drivers/staging/rtl8712/ |
D | rtl871x_cmd.h | 47 u8 *rsp; member
|
/linux-4.4.14/drivers/staging/rtl8723au/include/ |
D | rtw_cmd.h | 40 u8 *rsp; member
|
/linux-4.4.14/drivers/scsi/bnx2fc/ |
D | bnx2fc.h | 439 struct fcp_rsp *rsp; member
|
/linux-4.4.14/drivers/firewire/ |
D | core-cdev.c | 552 struct fw_cdev_event_response *rsp = &e->response; in complete_transaction() local
|
/linux-4.4.14/drivers/vhost/ |
D | scsi.c | 833 struct virtio_scsi_cmd_resp rsp; in vhost_scsi_send_bad_target() local
|
/linux-4.4.14/drivers/message/fusion/ |
D | mptsas.c | 2218 struct request *rsp = req->next_rq; in mptsas_smp_handler() local
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_main.c | 3766 _drbd_fault_random(struct fault_random_state *rsp) in _drbd_fault_random()
|
/linux-4.4.14/drivers/scsi/be2iscsi/ |
D | be_main.c | 1323 u8 rsp, status, flags; in be_complete_io() local
|
/linux-4.4.14/drivers/block/ |
D | skd_main.c | 3878 struct skd_device *rsp; member
|
/linux-4.4.14/include/target/iscsi/ |
D | iscsi_target_core.h | 703 char rsp[ISCSI_HDR_LEN]; member
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_type.h | 2639 struct ixgbe_hic_hdr2_rsp rsp; member
|