Searched refs:send_req (Results 1 – 5 of 5) sorted by relevance
/drivers/scsi/bfa/ |
D | bfa_svc.c | 104 struct bfi_fcxp_send_req_s *send_req); 782 struct bfi_fcxp_send_req_s *send_req; in bfa_fcxp_qresume() local 785 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() argument 800 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 …]
|
/drivers/net/ethernet/marvell/prestera/ |
D | prestera.h | 98 int (*send_req)(struct prestera_device *dev, void *in_msg, member
|
D | prestera_pci.c | 374 fw->dev.send_req = prestera_fw_send_req; in prestera_fw_init()
|
D | prestera_hw.c | 334 err = dev->send_req(dev, cmd, clen, ret, rlen, waitms); in __prestera_cmd_ret()
|
/drivers/infiniband/core/ |
D | cma_trace.h | 134 DEFINE_CMA_QP_EVENT(send_req);
|