Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/bfa/
Dbfa_svc.c104 struct bfi_fcxp_send_req_s *send_req);
776 struct bfi_fcxp_send_req_s *send_req; in bfa_fcxp_qresume() local
779 send_req = bfa_reqq_next(bfa, BFA_REQQ_FCXP); in bfa_fcxp_qresume()
780 bfa_fcxp_queue(fcxp, send_req); in bfa_fcxp_qresume()
787 bfa_fcxp_queue(struct bfa_fcxp_s *fcxp, struct bfi_fcxp_send_req_s *send_req) in bfa_fcxp_queue() argument
794 bfi_h2i_set(send_req->mh, BFI_MC_FCXP, BFI_FCXP_H2I_SEND_REQ, in bfa_fcxp_queue()
797 send_req->fcxp_tag = cpu_to_be16(fcxp->fcxp_tag); in bfa_fcxp_queue()
799 send_req->rport_fw_hndl = rport->fw_handle; in bfa_fcxp_queue()
800 send_req->max_frmsz = cpu_to_be16(rport->rport_info.max_frmsz); in bfa_fcxp_queue()
801 if (send_req->max_frmsz == 0) in bfa_fcxp_queue()
[all …]
/linux-6.1.9/tools/testing/vsock/
Dvsock_diag_test.c164 static void send_req(int fd) in send_req() function
265 send_req(fd); in read_vsock_stat()
/linux-6.1.9/drivers/net/ethernet/marvell/prestera/
Dprestera.h179 int (*send_req)(struct prestera_device *dev, int qid, void *in_msg, member
Dprestera_pci.c446 fw->dev.send_req = prestera_fw_send_req; in prestera_fw_init()
Dprestera_hw.c822 err = dev->send_req(dev, 0, cmd, clen, ret, rlen, waitms); in __prestera_cmd_ret()
/linux-6.1.9/drivers/infiniband/core/
Dcma_trace.h134 DEFINE_CMA_QP_EVENT(send_req);