Home
last modified time | relevance | path

Searched refs:send_req (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/scsi/bfa/
H A Dbfa_svc.c74 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 Dvsock_diag_test.c166 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 Dprestera.h179 int (*send_req)(struct prestera_device *dev, int qid, void *in_msg, member
H A Dprestera_pci.c457 fw->dev.send_req = prestera_fw_send_req; in prestera_fw_init()
H A Dprestera_hw.c824 err = dev->send_req(dev, 0, cmd, clen, ret, rlen, waitms); in __prestera_cmd_ret()
/linux/drivers/infiniband/core/
H A Dcma_trace.h134 DEFINE_CMA_QP_EVENT(send_req);
/linux/fs/fuse/
H A Dfuse_i.h511 void (*send_req)(struct fuse_iqueue *fiq, struct fuse_req *req); member
H A Ddev_uring.c1374 .send_req = fuse_uring_queue_fuse_req,
H A Ddev.c412 .send_req = fuse_dev_queue_req,
421 fiq->ops->send_req(fiq, req); in fuse_send_one()
H A Dvirtio_fs.c1524 .send_req = virtio_fs_send_req,