Searched refs:send_req (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/scsi/bfa/ |
| H A D | bfa_svc.c | 74 struct bfi_fcxp_send_req_s *send_req); 762 struct bfi_fcxp_send_req_s *send_req; in bfa_fcxp_qresume() local 765 send_req = bfa_reqq_next(bfa, BFA_REQQ_FCXP); in bfa_fcxp_qresume() 766 bfa_fcxp_queue(fcxp, send_req); in bfa_fcxp_qresume() 773 bfa_fcxp_queue(struct bfa_fcxp_s *fcxp, struct bfi_fcxp_send_req_s *send_req) in bfa_fcxp_queue() argument 780 bfi_h2i_set(send_req->mh, BFI_MC_FCXP, BFI_FCXP_H2I_SEND_REQ, in bfa_fcxp_queue() 783 send_req->fcxp_tag = cpu_to_be16(fcxp->fcxp_tag); in bfa_fcxp_queue() 785 send_req->rport_fw_hndl = rport->fw_handle; in bfa_fcxp_queue() 786 send_req->max_frmsz = cpu_to_be16(rport->rport_info.max_frmsz); in bfa_fcxp_queue() 787 if (send_req->max_frmsz == 0) in bfa_fcxp_queue() [all …]
|
| /linux/tools/testing/vsock/ |
| H A D | vsock_diag_test.c | 166 static void send_req(int fd) in send_req() function 267 send_req(fd); in read_vsock_stat()
|
| /linux/drivers/net/ethernet/marvell/prestera/ |
| H A D | prestera.h | 179 int (*send_req)(struct prestera_device *dev, int qid, void *in_msg, member
|
| H A D | prestera_pci.c | 457 fw->dev.send_req = prestera_fw_send_req; in prestera_fw_init()
|
| H A D | prestera_hw.c | 824 err = dev->send_req(dev, 0, cmd, clen, ret, rlen, waitms); in __prestera_cmd_ret()
|
| /linux/drivers/infiniband/core/ |
| H A D | cma_trace.h | 134 DEFINE_CMA_QP_EVENT(send_req);
|
| /linux/fs/fuse/ |
| H A D | fuse_i.h | 511 void (*send_req)(struct fuse_iqueue *fiq, struct fuse_req *req); member
|
| H A D | dev_uring.c | 1374 .send_req = fuse_uring_queue_fuse_req,
|
| H A D | dev.c | 412 .send_req = fuse_dev_queue_req, 421 fiq->ops->send_req(fiq, req); in fuse_send_one()
|
| H A D | virtio_fs.c | 1524 .send_req = virtio_fs_send_req,
|