Searched refs:MRSAS_REQUEST_DESCRIPTOR_UNION (Results 1 – 3 of 3) sorted by relevance
91 MRSAS_REQUEST_DESCRIPTOR_UNION *mrsas_get_request_desc(struct mrsas_softc *sc, 396 MRSAS_REQUEST_DESCRIPTOR_UNION *req_desc; in mrsas_startio()489 memset(req_desc, 0, sizeof(MRSAS_REQUEST_DESCRIPTOR_UNION)); in mrsas_startio()627 MRSAS_REQUEST_DESCRIPTOR_UNION *636 p = sc->req_desc + sizeof(MRSAS_REQUEST_DESCRIPTOR_UNION) * index; in mrsas_get_request_desc()638 return (MRSAS_REQUEST_DESCRIPTOR_UNION *)p; in mrsas_get_request_desc()
130 MRSAS_REQUEST_DESCRIPTOR_UNION * mrsas_build_mpt_cmd(struct mrsas_softc *sc,146 extern MRSAS_REQUEST_DESCRIPTOR_UNION *mrsas_get_request_desc(struct mrsas_softc *sc,1802 sc->request_alloc_sz = sizeof(MRSAS_REQUEST_DESCRIPTOR_UNION) * max_cmd; in mrsas_init_adapter()1904 MRSAS_REQUEST_DESCRIPTOR_UNION req_desc; in mrsas_ioc_init()2313 MRSAS_REQUEST_DESCRIPTOR_UNION *req_desc; in mrsas_reset_ctrl()2751 MRSAS_REQUEST_DESCRIPTOR_UNION *req_desc; in mrsas_issue_dcmd()2772 MRSAS_REQUEST_DESCRIPTOR_UNION *2775 MRSAS_REQUEST_DESCRIPTOR_UNION *req_desc; in mrsas_build_mpt_cmd()
444 } MRSAS_REQUEST_DESCRIPTOR_UNION; typedef1277 MRSAS_REQUEST_DESCRIPTOR_UNION *request_desc;