Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/isdn/hardware/eicon/
Dmessage.c129 static void send_req(PLCI *);
567 if (c == 1) send_req(plci); in api_put()
1051 send_req(plci); in plci_remove()
1062 send_req(plci); in plci_remove()
1262 send_req(plci); in connect_req()
1276 send_req(plci); in connect_req()
1280 send_req(plci); in connect_req()
1620 send_req(plci); in info_req()
1657 send_req(rc_plci); in info_req()
1669 send_req(rc_plci); in info_req()
[all …]
/Linux-v4.19/drivers/scsi/bfa/
Dbfa_svc.c112 struct bfi_fcxp_send_req_s *send_req);
790 struct bfi_fcxp_send_req_s *send_req; in bfa_fcxp_qresume() local
793 send_req = bfa_reqq_next(bfa, BFA_REQQ_FCXP); in bfa_fcxp_qresume()
794 bfa_fcxp_queue(fcxp, send_req); in bfa_fcxp_qresume()
801 bfa_fcxp_queue(struct bfa_fcxp_s *fcxp, struct bfi_fcxp_send_req_s *send_req) in bfa_fcxp_queue() argument
808 bfi_h2i_set(send_req->mh, BFI_MC_FCXP, BFI_FCXP_H2I_SEND_REQ, in bfa_fcxp_queue()
811 send_req->fcxp_tag = cpu_to_be16(fcxp->fcxp_tag); in bfa_fcxp_queue()
813 send_req->rport_fw_hndl = rport->fw_handle; in bfa_fcxp_queue()
814 send_req->max_frmsz = cpu_to_be16(rport->rport_info.max_frmsz); in bfa_fcxp_queue()
815 if (send_req->max_frmsz == 0) in bfa_fcxp_queue()
[all …]
/Linux-v4.19/tools/testing/vsock/
Dvsock_diag_test.c178 static void send_req(int fd) in send_req() function
279 send_req(fd); in read_vsock_stat()