Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/mpi3mr/
Dmpi3mr_fw.c1549 struct mpi3_create_reply_queue_request create_req; in mpi3mr_create_op_reply_q() local
1582 memset(&create_req, 0, sizeof(create_req)); in mpi3mr_create_op_reply_q()
1592 create_req.host_tag = cpu_to_le16(MPI3MR_HOSTTAG_INITCMDS); in mpi3mr_create_op_reply_q()
1593 create_req.function = MPI3_FUNCTION_CREATE_REPLY_QUEUE; in mpi3mr_create_op_reply_q()
1594 create_req.queue_id = cpu_to_le16(reply_qid); in mpi3mr_create_op_reply_q()
1595 create_req.flags = MPI3_CREATE_REPLY_QUEUE_FLAGS_INT_ENABLE_ENABLE; in mpi3mr_create_op_reply_q()
1596 create_req.msix_index = cpu_to_le16(mrioc->intr_info[midx].msix_index); in mpi3mr_create_op_reply_q()
1598 create_req.flags |= in mpi3mr_create_op_reply_q()
1600 create_req.base_address = cpu_to_le64( in mpi3mr_create_op_reply_q()
1603 create_req.base_address = cpu_to_le64( in mpi3mr_create_op_reply_q()
[all …]
/Linux-v5.15/net/sunrpc/xprtrdma/
Dbackchannel.c182 goto create_req; in rpcrdma_bc_rqst_get()
187 create_req: in rpcrdma_bc_rqst_get()
/Linux-v5.15/drivers/scsi/bfa/
Dbfi_ms.h560 struct bfi_rport_create_req_s *create_req; member
625 struct bfi_itn_create_req_s *create_req; member