Home
last modified time | relevance | path

Searched refs:create_req (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/drivers/infiniband/hw/mana/
H A Dmain.c251 struct gdma_create_dma_region_req *create_req, in mana_ib_gd_first_dma_region()
260 struct_size(create_req, page_addr_list, num_pages); in mana_ib_gd_first_dma_region()
261 create_req->page_addr_list_len = num_pages; in mana_ib_gd_first_dma_region()
263 err = mana_gd_send_request(gc, create_req_msg_size, create_req, in mana_ib_gd_first_dma_region()
317 struct gdma_create_dma_region_req *create_req; in mana_ib_gd_create_dma_region() local
345 (hwc->max_req_msg_size - sizeof(*create_req)) / sizeof(u64); in mana_ib_gd_create_dma_region()
349 struct_size(create_req, page_addr_list, num_pages_to_handle); in mana_ib_gd_create_dma_region()
355 create_req = request_buf; in mana_ib_gd_create_dma_region()
356 mana_gd_init_req_hdr(&create_req->hdr, GDMA_CREATE_DMA_REGION, in mana_ib_gd_create_dma_region()
360 create_req in mana_ib_gd_create_dma_region()
249 mana_ib_gd_first_dma_region(struct mana_ib_dev *dev, struct gdma_context *gc, struct gdma_create_dma_region_req *create_req, size_t num_pages, mana_handle_t *gdma_region, u32 expected_status) mana_ib_gd_first_dma_region() argument
[all...]
/kernel/linux/linux-5.10/fs/hmdfs/
H A Dhmdfs_client.c517 struct create_request *create_req = kzalloc(send_len, GFP_KERNEL); in hmdfs_client_start_create() local
520 .data = create_req, in hmdfs_client_start_create()
527 if (!create_req) in hmdfs_client_start_create()
530 create_req->path_len = cpu_to_le32(path_len); in hmdfs_client_start_create()
531 create_req->name_len = cpu_to_le32(name_len); in hmdfs_client_start_create()
532 create_req->mode = cpu_to_le16(mode); in hmdfs_client_start_create()
533 create_req->want_excl = want_excl; in hmdfs_client_start_create()
534 strncpy(create_req->path, path, path_len); in hmdfs_client_start_create()
535 strncpy(create_req->path + path_len + 1, name, name_len); in hmdfs_client_start_create()
553 kfree(create_req); in hmdfs_client_start_create()
[all...]
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dhmdfs_client.c516 struct create_request *create_req = kzalloc(send_len, GFP_KERNEL); in hmdfs_client_start_create() local
519 .data = create_req, in hmdfs_client_start_create()
526 if (!create_req) in hmdfs_client_start_create()
529 create_req->path_len = cpu_to_le32(path_len); in hmdfs_client_start_create()
530 create_req->name_len = cpu_to_le32(name_len); in hmdfs_client_start_create()
531 create_req->mode = cpu_to_le16(mode); in hmdfs_client_start_create()
532 create_req->want_excl = want_excl; in hmdfs_client_start_create()
533 strncpy(create_req->path, path, path_len); in hmdfs_client_start_create()
534 strncpy(create_req->path + path_len + 1, name, name_len); in hmdfs_client_start_create()
552 kfree(create_req); in hmdfs_client_start_create()
[all...]
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/
H A Dbackchannel.c180 goto create_req; in rpcrdma_bc_rqst_get()
185 create_req: in rpcrdma_bc_rqst_get()
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/
H A Dbackchannel.c178 goto create_req; in rpcrdma_bc_rqst_get()
183 create_req: in rpcrdma_bc_rqst_get()
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/
H A Dmpi3mr_fw.c1876 struct mpi3_create_reply_queue_request create_req; in mpi3mr_create_op_reply_q() local
1912 memset(&create_req, 0, sizeof(create_req)); in mpi3mr_create_op_reply_q()
1922 create_req.host_tag = cpu_to_le16(MPI3MR_HOSTTAG_INITCMDS); in mpi3mr_create_op_reply_q()
1923 create_req.function = MPI3_FUNCTION_CREATE_REPLY_QUEUE; in mpi3mr_create_op_reply_q()
1924 create_req.queue_id = cpu_to_le16(reply_qid); in mpi3mr_create_op_reply_q()
1932 create_req.flags = in mpi3mr_create_op_reply_q()
1934 create_req.msix_index = in mpi3mr_create_op_reply_q()
1937 create_req.msix_index = cpu_to_le16(mrioc->intr_info_count - 1); in mpi3mr_create_op_reply_q()
1946 create_req in mpi3mr_create_op_reply_q()
2010 struct mpi3_create_request_queue_request create_req; mpi3mr_create_op_req_q() local
[all...]
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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

Completed in 12 milliseconds