Home
last modified time | relevance | path

Searched defs:rsp (Results 1 – 146 of 146) sorted by relevance

/linux-4.4.14/kernel/rcu/
Dtree.c236 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 …]
Dsync.c66 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()
Dtree_trace.c64 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
Dtree_plugin.h546 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 …]
Dtree.h258 #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/
Dcxio_hal.h132 #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/
Da2mp.c142 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 …]
Dl2cap_core.c669 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 …]
Dsmp.c662 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/
Das10x_cmd.h103 } __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 …]
Das102_drv.h52 struct as10x_cmd_t *cmd, *rsp; member
/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_isr.c41 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 …]
Dqla_mid.c241 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
Dqla_mr.c835 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 …]
Dqla_iocb.c325 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
Dqla_init.c1526 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
Dqla_os.c323 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
Dqla_inline.h58 qla2x00_poll(struct rsp_que *rsp) in qla2x00_poll()
Dqla_dbg.c101 struct rsp_que *rsp = ha->rsp_q_map[0]; in qla2xxx_copy_queues() local
559 struct rsp_que *rsp; in qla25xx_copy_mqueues() local
Dqla_tmpl.c414 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
Dqla_nx.c1768 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
Dqla_mbx.c982 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()
Dqla_nx2.c3879 struct rsp_que *rsp; in qla8044_intr_handler() local
Dqla_target.c6422 struct rsp_que *rsp; in qla83xx_msix_atio_q() local
Dqla_def.h2514 } 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/
Dimmap_qe.h398 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/
Dfirmware.c36 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
Dfirmware.h99 struct sk_buff *rsp; member
/linux-4.4.14/drivers/infiniband/hw/ocrdma/
Docrdma_hw.c434 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 …]
Docrdma_sli.h287 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 …]
Docrdma_verbs.c670 struct ocrdma_alloc_pd_uresp rsp; in ocrdma_copy_pd_uresp() local
/linux-4.4.14/net/nfc/nci/
Drsp.c42 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/
Dsmd.c290 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/
Dsmb2pdu.c380 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 …]
Dsmb2misc.c439 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
Dmisc.c230 free_rsp_buf(int resp_buftype, void *rsp) in free_rsp_buf()
Dsmb1ops.c85 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
Dsmb2ops.c710 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
Dcifssmb.c451 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/
Dbsg-lib.c56 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/
Dzfcp_fc.h134 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/
Dsd.c127 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 …]
Drtsx_chip.h491 u8 rsp[17]; member
/linux-4.4.14/arch/s390/include/asm/
Dclp.h14 u16 rsp; member
/linux-4.4.14/arch/x86/purgatory/
Dentry64.S67 rsp: .quad 0x0 label
/linux-4.4.14/drivers/scsi/esas2r/
Desas2r_int.c174 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
Desas2r_vda.c304 struct atto_vda_cfg_rsp *rsp = &rq->func_rsp.cfg_rsp; in esas2r_complete_vda_ioctl() local
Datioctl.h431 u8 rsp[256]; member
/linux-4.4.14/arch/s390/pci/
Dpci_clp.c19 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/
Dcsio_mb.c112 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
Dcsio_attr.c409 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
Dcsio_lnode.c600 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
Dcsio_hw.c1050 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/
Dwilc_spi.c225 u8 rsp; in spi_cmd_rsp() local
276 u8 rsp; in spi_cmd_complete() local
615 u8 rsp; in spi_data_read() local
Dwilc_wlan_cfg.c508 int wilc_wlan_cfg_indicate_rx(u8 *frame, int size, wilc_cfg_rsp_t *rsp) in wilc_wlan_cfg_indicate_rx()
Dwilc_wlan.c1199 wilc_cfg_rsp_t rsp; in wilc_wlan_handle_rxq() local
/linux-4.4.14/include/linux/
Drcu_sync.h53 static inline bool rcu_sync_is_idle(struct rcu_sync *rsp) in rcu_sync_is_idle()
Dipmi_smi.h73 unsigned char rsp[IPMI_MAX_MSG_LENGTH]; member
/linux-4.4.14/drivers/scsi/isci/
Drequest.h138 struct ssp_response_iu rsp; member
145 struct dev_to_host_fis rsp; member
Drequest.c1775 u8 *rsp; in sci_io_request_frame_handler() local
/linux-4.4.14/drivers/scsi/ibmvscsi/
Dibmvfc.c272 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
Dviosrp.h50 struct srp_rsp rsp; member
Dibmvscsi.c991 struct srp_rsp *rsp = &evt_struct->xfer_iu->srp.rsp; in handle_cmd_rsp() local
Dibmvfc.h456 struct ibmvfc_fcp_rsp rsp; member
479 struct srp_direct_buf rsp; member
/linux-4.4.14/drivers/firmware/
Dqcom_scm-32.c166 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/
Disdnl2.c197 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/
Dlayer2.c400 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/
Dnetxen_nic_ctx.c32 u32 rsp = NX_CDRP_RSP_OK; in netxen_poll_rsp() local
51 u32 rsp; in netxen_issue_cmd() local
Dnetxen_nic.h698 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/
Dsas_internal.h108 struct request *rsp) in sas_smp_host_handler()
Dsas_host_smp.c229 struct request *rsp) in sas_smp_host_handler()
Dsas_expander.c198 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/
Dxs_wire.h86 char rsp[XENSTORE_RING_SIZE]; /* Replies and async watch events. */ member
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Ddevice.c1060 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/
Dgpio-dln2.c107 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/
Dptrace.h73 unsigned long rsp; member
Dsigcontext.h340 __u64 rsp; member
Dkvm.h115 __u64 rsi, rdi, rsp, rbp; member
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_bsg.c301 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
Dlpfc_hw4.h1453 } 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/
Dtest_syscall_vdso.c68 uint64_t rsi, rdi, rbp, rsp; member
/linux-4.4.14/include/uapi/linux/
Dtarget_core_user.h121 } rsp; member
/linux-4.4.14/arch/x86/include/asm/
Dkexec.h195 uint64_t rsp; member
Dsvm.h162 u64 rsp; member
/linux-4.4.14/drivers/net/usb/
Drndis_host.c111 u32 xid = 0, msg_len, request_id, msg_type, rsp, in rndis_command() local
/linux-4.4.14/drivers/net/ethernet/brocade/bna/
Dbna_enet.c111 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
Dbfa_msgq.c287 struct bfi_msgq_h2i_cmdq_copy_rsp *rsp = in bfa_msgq_cmdq_copy_rsp() local
Dbna_tx_rx.c590 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/
Dtpm_crb.c90 u8 __iomem *rsp; member
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ctx.c95 u32 rsp; in qlcnic_poll_rsp() local
115 u32 rsp; in qlcnic_82xx_issue_cmd() local
Dqlcnic_dcb.c432 struct qlcnic_dcb_param rsp; in qlcnic_82xx_dcb_query_cee_param() local
Dqlcnic_sriov_common.c1374 u32 rsp_data, opcode, mbx_err_code, rsp; in __qlcnic_sriov_issue_cmd() local
Dqlcnic.h667 #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/
Dairo.c1748 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/
Dcfctrl.c360 struct cfctrl_request_info rsp, *req; in cfctrl_recv() local
/linux-4.4.14/net/bluetooth/bnep/
Dcore.c81 struct bnep_control_rsp rsp; in bnep_send_rsp() local
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
Drtl819x_BAProc.c438 struct rtl_80211_hdr_3addr *rsp = NULL; in ieee80211_rx_ADDBARsp() local
/linux-4.4.14/drivers/staging/rtl8192e/
Drtl819x_BAProc.c321 struct rtllib_hdr_3addr *rsp = NULL; in rtllib_rx_ADDBARsp() local
/linux-4.4.14/drivers/net/wireless/ath/carl9170/
Drx.c76 static void carl9170_handle_ps(struct ar9170 *ar, struct carl9170_rsp *rsp) in carl9170_handle_ps()
Dcarl9170.h378 struct carl9170_rsp rsp; member
/linux-4.4.14/arch/x86/include/asm/xen/
Dinterface_64.h83 uint64_t rax, r11, rcx, flags, rip, cs, rflags, rsp, ss; member
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dmad.c2270 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/
Dcvmx-pko.h216 uint64_t rsp:1; member
/linux-4.4.14/drivers/infiniband/ulp/srp/
Dib_srp.c1780 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/
Dnfcwilink.c127 struct nci_vs_nfcc_info_rsp *rsp = (void *)skb->data; in nfcwilink_fw_download_receive() local
Dpn533.c1863 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/
Dbfa_fcpim.c2794 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
Dbfa_ioc.c3296 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
Dbfa_svc.c1599 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()
Dbfa_core.c1397 bfi_faa_query_rsp_t *rsp) in bfa_faa_query_reply()
Dbfi.h1176 struct bfi_diag_dport_rsp_s rsp; member
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Drtw_cmd.h41 u8 *rsp; member
/linux-4.4.14/drivers/iio/accel/
Dmma9551_core.c122 struct mma9551_mbox_response rsp; in mma9551_transfer() local
/linux-4.4.14/drivers/char/ipmi/
Dipmi_devintf.c279 struct ipmi_recv rsp; in ipmi_ioctl() local
/linux-4.4.14/drivers/nfc/fdp/
Dfdp.c664 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/
Dsaa7164-api.c108 struct tmComResProbeCommit fmt, rsp; in saa7164_api_set_vbi_format() local
/linux-4.4.14/drivers/net/can/usb/peak_usb/
Dpcan_usb_pro.c249 struct pcan_usb_pro_msg rsp; in pcan_usb_pro_wait_rsp() local
/linux-4.4.14/drivers/mfd/
Ddln2.c435 struct dln2_response *rsp; in _dln2_transfer() local
/linux-4.4.14/drivers/mmc/host/
Dmtk-sd.c690 u32 *rsp = cmd->resp; in msdc_auto_cmd_done() local
750 u32 *rsp = cmd->resp; in msdc_cmd_done() local
Dusdhi6rol0.c1169 u32 *rsp = cmd->resp, tmp = 0; in usdhi6_resp_read() local
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c935 const u16 *rsp = rspq; in t4vf_config_rss_range() local
Dsge.c1613 int t4vf_ethrx_handler(struct sge_rspq *rspq, const __be64 *rsp, in t4vf_ethrx_handler()
Dcxgb4vf_main.c428 static int fwevtq_handler(struct sge_rspq *rspq, const __be64 *rsp, in fwevtq_handler()
/linux-4.4.14/drivers/scsi/libfc/
Dfc_rport.c1415 struct fc_els_rls_resp *rsp; in fc_rport_recv_rls_req() local
Dfc_lport.c2087 struct request *rsp = job->req->next_rq; in fc_lport_bsg_request() local
/linux-4.4.14/drivers/infiniband/ulp/srpt/
Dib_srpt.c460 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/
Dnci_core.h72 int (*rsp)(struct nci_dev *dev, struct sk_buff *skb); member
/linux-4.4.14/drivers/scsi/mpt3sas/
Dmpt3sas_transport.c1922 struct request *rsp = req->next_rq; in _transport_smp_handler() local
/linux-4.4.14/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c1823 static int t4_uld_rx_handler(void *handle, const __be64 *rsp, in t4_uld_rx_handler()
/linux-4.4.14/drivers/scsi/
Dscsi_transport_fc.c3589 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/
Dcxgb4_main.c600 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()
Dsge.c1897 int t4_ethrx_handler(struct sge_rspq *q, const __be64 *rsp, in t4_ethrx_handler()
Dt4_hw.c3495 u32 cfg, val, req, rsp; in t4_cim_read_pif_la() local
4467 const u16 *rsp = rspq; in t4_config_rss_range() local
Dcxgb4.h238 u32 rsp[4]; member
/linux-4.4.14/security/smack/
Dsmack_lsm.c2814 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/
Drtl871x_cmd.h47 u8 *rsp; member
/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtw_cmd.h40 u8 *rsp; member
/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc.h439 struct fcp_rsp *rsp; member
/linux-4.4.14/drivers/firewire/
Dcore-cdev.c552 struct fw_cdev_event_response *rsp = &e->response; in complete_transaction() local
/linux-4.4.14/drivers/vhost/
Dscsi.c833 struct virtio_scsi_cmd_resp rsp; in vhost_scsi_send_bad_target() local
/linux-4.4.14/drivers/message/fusion/
Dmptsas.c2218 struct request *rsp = req->next_rq; in mptsas_smp_handler() local
/linux-4.4.14/drivers/block/drbd/
Ddrbd_main.c3766 _drbd_fault_random(struct fault_random_state *rsp) in _drbd_fault_random()
/linux-4.4.14/drivers/scsi/be2iscsi/
Dbe_main.c1323 u8 rsp, status, flags; in be_complete_io() local
/linux-4.4.14/drivers/block/
Dskd_main.c3878 struct skd_device *rsp; member
/linux-4.4.14/include/target/iscsi/
Discsi_target_core.h703 char rsp[ISCSI_HDR_LEN]; member
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_type.h2639 struct ixgbe_hic_hdr2_rsp rsp; member