Searched refs:send_req (Results 1 – 2 of 2) sorted by relevance
104 struct bfi_fcxp_send_req_s *send_req);782 struct bfi_fcxp_send_req_s *send_req; in bfa_fcxp_qresume() local785 send_req = bfa_reqq_next(bfa, BFA_REQQ_FCXP); in bfa_fcxp_qresume()786 bfa_fcxp_queue(fcxp, send_req); in bfa_fcxp_qresume()793 bfa_fcxp_queue(struct bfa_fcxp_s *fcxp, struct bfi_fcxp_send_req_s *send_req) in bfa_fcxp_queue() argument800 bfi_h2i_set(send_req->mh, BFI_MC_FCXP, BFI_FCXP_H2I_SEND_REQ, in bfa_fcxp_queue()803 send_req->fcxp_tag = cpu_to_be16(fcxp->fcxp_tag); in bfa_fcxp_queue()805 send_req->rport_fw_hndl = rport->fw_handle; in bfa_fcxp_queue()806 send_req->max_frmsz = cpu_to_be16(rport->rport_info.max_frmsz); in bfa_fcxp_queue()807 if (send_req->max_frmsz == 0) in bfa_fcxp_queue()[all …]
174 static void send_req(int fd) in send_req() function275 send_req(fd); in read_vsock_stat()