Searched refs:cbdata (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/scsi/elx/libefc/ |
H A D | efc_device.c | 506 struct efc_node_cb *cbdata = arg; in __efc_d_init() local 544 cbdata->header->dma.virt, in __efc_d_init() 573 cbdata->payload->dma.virt, in __efc_d_init() 691 struct efc_node_cb *cbdata = arg; in __efc_d_wait_plogi_rsp() local 710 cbdata->header->dma.virt, in __efc_d_wait_plogi_rsp() 813 struct efc_node_cb *cbdata = arg; in __efc_d_wait_plogi_rsp_recvd_prli() local 1112 struct efc_node_cb *cbdata = arg; in __efc_d_port_logged_in() local 1142 pp = cbdata->payload->dma.virt; in __efc_d_port_logged_in() 1294 struct efc_node_cb *cbdata = arg; in __efc_d_device_ready() local 1347 pp = cbdata->payload->dma.virt; in __efc_d_device_ready() [all …]
|
H A D | efc_fabric.c | 134 struct efc_node_cb *cbdata = arg; in __efc_fabric_flogi_wait_rsp() local 151 cbdata->els_rsp.virt, in __efc_fabric_flogi_wait_rsp() 162 cbdata->ext_status); in __efc_fabric_flogi_wait_rsp() 262 struct efc_node_cb *cbdata = arg; in __efc_fabric_fdisc_wait_rsp() local 435 struct efc_node_cb *cbdata = arg; in __efc_ns_plogi_wait_rsp() local 790 struct efc_node_cb *cbdata = arg; in __efc_ns_gidpt_wait_rsp() local 811 cbdata->els_rsp.len); in __efc_ns_gidpt_wait_rsp() 1020 struct efc_node_cb *cbdata = arg; in __efc_fabctl_ready() local 1041 efc_process_rscn(node, cbdata); in __efc_fabctl_ready() 1210 struct efc_node_cb *cbdata = arg; in __efc_p2p_rnode_init() local [all …]
|
H A D | efc_els.c | 162 struct efc_node_cb cbdata; in efc_els_req_cb() local 175 cbdata.status = status; in efc_els_req_cb() 177 cbdata.header = NULL; in efc_els_req_cb() 181 cbdata.rsp_len = length; in efc_els_req_cb() 217 &cbdata); in efc_els_req_cb() 231 &cbdata); in efc_els_req_cb() 261 struct efc_node_cb cbdata; in efc_els_send_req() local 297 struct efc_node_cb cbdata; in efc_els_retry() local 324 struct efc_node_cb cbdata; in efc_els_acc_cb() local 330 cbdata.status = status; in efc_els_acc_cb() [all …]
|
H A D | efc_node.c | 650 struct efc_node_cb *cbdata = arg; in __efc_node_common() local 717 ((u8 *)cbdata->payload->dma.virt)[0]); in __efc_node_common() 945 struct efc_node_cb cbdata; in efc_node_recv_els_frame() local 950 memset(&cbdata, 0, sizeof(cbdata)); in efc_node_recv_els_frame() 951 cbdata.header = seq->header; in efc_node_recv_els_frame() 952 cbdata.payload = seq->payload; in efc_node_recv_els_frame() 962 efc_node_post_event(node, evt, &cbdata); in efc_node_recv_els_frame() 983 struct efc_node_cb cbdata; in efc_node_recv_fcp_cmd() local 985 memset(&cbdata, 0, sizeof(cbdata)); in efc_node_recv_fcp_cmd() 986 cbdata.header = seq->header; in efc_node_recv_fcp_cmd() [all …]
|
H A D | efc_els.h | 40 struct efc_node_cb *cbdata, void *arg);
|
/linux/drivers/firmware/ |
H A D | stratix10-svc.c | 405 cbdata = kmalloc(sizeof(*cbdata), GFP_KERNEL); in svc_normal_to_secure_thread() 406 if (!cbdata) { in svc_normal_to_secure_thread() 580 cbdata->kaddr1 = &res; in svc_normal_to_secure_thread() 581 cbdata->kaddr2 = NULL; in svc_normal_to_secure_thread() 582 cbdata->kaddr3 = NULL; in svc_normal_to_secure_thread() 595 pdata, cbdata); in svc_normal_to_secure_thread() 619 cbdata->kaddr1 = NULL; in svc_normal_to_secure_thread() 620 cbdata->kaddr2 = NULL; in svc_normal_to_secure_thread() 623 cbdata); in svc_normal_to_secure_thread() 646 cbdata->status = in svc_normal_to_secure_thread() [all …]
|
/linux/drivers/block/ |
H A D | floppy.c | 4128 struct rb0_cbdata *cbdata = (struct rb0_cbdata *)bio->bi_private; in floppy_rb0_cb() local 4129 int drive = cbdata->drive; in floppy_rb0_cb() 4136 complete(&cbdata->complete); in floppy_rb0_cb() 4144 struct rb0_cbdata cbdata; in __floppy_read_block_0() local 4152 cbdata.drive = drive; in __floppy_read_block_0() 4159 bio.bi_private = &cbdata; in __floppy_read_block_0() 4162 init_completion(&cbdata.complete); in __floppy_read_block_0() 4167 wait_for_completion(&cbdata.complete); in __floppy_read_block_0()
|
/linux/fs/smb/client/ |
H A D | transport.c | 789 mid_handle_t *handle, void *cbdata, const int flags, in cifs_call_async() argument 831 mid->callback_data = cbdata; in cifs_call_async()
|
H A D | cifsproto.h | 98 mid_handle_t *handle, void *cbdata, const int flags,
|