Searched refs:cbdata (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/scsi/elx/libefc/ |
| 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 …]
|
| 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 …]
|
| A D | efc_els.c | 166 struct efc_node_cb cbdata; in efc_els_req_cb() local 179 cbdata.status = status; in efc_els_req_cb() 181 cbdata.header = NULL; in efc_els_req_cb() 185 cbdata.rsp_len = length; in efc_els_req_cb() 221 &cbdata); in efc_els_req_cb() 235 &cbdata); in efc_els_req_cb() 265 struct efc_node_cb cbdata; in efc_els_send_req() local 301 struct efc_node_cb cbdata; in efc_els_retry() local 328 struct efc_node_cb cbdata; in efc_els_acc_cb() local 334 cbdata.status = status; in efc_els_acc_cb() [all …]
|
| 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 …]
|
| A D | efc_els.h | 40 struct efc_node_cb *cbdata, void *arg);
|
| /linux/drivers/firmware/ |
| A D | stratix10-svc.c | 350 cbdata = kmalloc(sizeof(*cbdata), GFP_KERNEL); in svc_normal_to_secure_thread() 351 if (!cbdata) { in svc_normal_to_secure_thread() 447 cbdata->kaddr1 = &res; in svc_normal_to_secure_thread() 448 cbdata->kaddr2 = NULL; in svc_normal_to_secure_thread() 449 cbdata->kaddr3 = NULL; in svc_normal_to_secure_thread() 462 pdata, cbdata); in svc_normal_to_secure_thread() 480 cbdata->kaddr1 = NULL; in svc_normal_to_secure_thread() 481 cbdata->kaddr2 = NULL; in svc_normal_to_secure_thread() 482 cbdata->kaddr3 = NULL; in svc_normal_to_secure_thread() 495 cbdata->status = in svc_normal_to_secure_thread() [all …]
|
| /linux/drivers/block/ |
| A D | floppy.c | 4104 struct rb0_cbdata *cbdata = (struct rb0_cbdata *)bio->bi_private; in floppy_rb0_cb() local 4105 int drive = cbdata->drive; in floppy_rb0_cb() 4112 complete(&cbdata->complete); in floppy_rb0_cb() 4120 struct rb0_cbdata cbdata; in __floppy_read_block_0() local 4128 cbdata.drive = drive; in __floppy_read_block_0() 4136 bio.bi_private = &cbdata; in __floppy_read_block_0() 4140 init_completion(&cbdata.complete); in __floppy_read_block_0() 4145 wait_for_completion(&cbdata.complete); in __floppy_read_block_0()
|
| /linux/fs/cifs/ |
| A D | transport.c | 806 mid_handle_t *handle, void *cbdata, const int flags, in cifs_call_async() argument 848 mid->callback_data = cbdata; in cifs_call_async()
|
| A D | cifsproto.h | 97 mid_handle_t *handle, void *cbdata, const int flags,
|
Completed in 35 milliseconds