Home
last modified time | relevance | path

Searched refs:create_req (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/infiniband/hw/mana/
H A Dmain.c310 struct gdma_create_dma_region_req *create_req, in mana_ib_gd_first_dma_region() argument
319 struct_size(create_req, page_addr_list, num_pages); in mana_ib_gd_first_dma_region()
320 create_req->page_addr_list_len = num_pages; in mana_ib_gd_first_dma_region()
322 err = mana_gd_send_request(gc, create_req_msg_size, create_req, in mana_ib_gd_first_dma_region()
376 struct gdma_create_dma_region_req *create_req; in mana_ib_gd_create_dma_region() local
395 (hwc->max_req_msg_size - sizeof(*create_req)) / sizeof(u64); in mana_ib_gd_create_dma_region()
399 struct_size(create_req, page_addr_list, num_pages_to_handle); in mana_ib_gd_create_dma_region()
405 create_req = request_buf; in mana_ib_gd_create_dma_region()
406 mana_gd_init_req_hdr(&create_req->hdr, GDMA_CREATE_DMA_REGION, in mana_ib_gd_create_dma_region()
410 create_req in mana_ib_gd_create_dma_region()
[all...]
/linux/net/sunrpc/xprtrdma/
H A Dbackchannel.c178 goto create_req; in rpcrdma_bc_rqst_get()
183 create_req: in rpcrdma_bc_rqst_get()
/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_fw.c2113 struct mpi3_create_reply_queue_request create_req; in mpi3mr_create_op_reply_q() local
2156 memset(&create_req, 0, sizeof(create_req)); in mpi3mr_create_op_reply_q()
2166 create_req.host_tag = cpu_to_le16(MPI3MR_HOSTTAG_INITCMDS); in mpi3mr_create_op_reply_q()
2167 create_req.function = MPI3_FUNCTION_CREATE_REPLY_QUEUE; in mpi3mr_create_op_reply_q()
2168 create_req.queue_id = cpu_to_le16(reply_qid); in mpi3mr_create_op_reply_q()
2176 create_req.flags = in mpi3mr_create_op_reply_q()
2178 create_req.msix_index = in mpi3mr_create_op_reply_q()
2181 create_req.msix_index = cpu_to_le16(mrioc->intr_info_count - 1); in mpi3mr_create_op_reply_q()
2190 create_req in mpi3mr_create_op_reply_q()
2254 struct mpi3_create_request_queue_request create_req; mpi3mr_create_op_req_q() local
[all...]
/linux/drivers/scsi/bfa/
H A Dbfi_ms.h560 struct bfi_rport_create_req_s *create_req; member
625 struct bfi_itn_create_req_s *create_req; member