Searched refs:hv_storvsc_request (Results 1 – 1 of 1) sorted by relevance
180 struct hv_storvsc_request { struct181 LIST_ENTRY(hv_storvsc_request) link;200 LIST_HEAD(, hv_storvsc_request) hs_free_list; argument211 struct hv_storvsc_request hs_init_req;212 struct hv_storvsc_request hs_reset_req;340 static int create_storvsc_request(union ccb *ccb, struct hv_storvsc_request *reqp);341 static void storvsc_free_request(struct storvsc_softc *sc, struct hv_storvsc_request *reqp);347 struct hv_storvsc_request *request);349 static void storvsc_io_done(struct hv_storvsc_request *reqp);403 struct hv_storvsc_request *request; in storvsc_send_multichannel_request()[all …]