Searched refs:pvscsi_hcb (Results 1 – 1 of 1) sorted by relevance
54 struct pvscsi_hcb;99 struct pvscsi_hcb *hcb);100 static inline struct pvscsi_hcb* pvscsi_context_to_hcb(struct pvscsi_softc *sc,102 static struct pvscsi_hcb * pvscsi_hcb_get(struct pvscsi_softc *sc);103 static void pvscsi_hcb_put(struct pvscsi_softc *sc, struct pvscsi_hcb *hcb);165 struct pvscsi_hcb { struct169 SLIST_ENTRY(pvscsi_hcb) links; argument199 struct pvscsi_hcb *hcbs; argument200 SLIST_HEAD(, pvscsi_hcb) free_list;342 struct pvscsi_hcb *hcb) in pvscsi_hcb_to_context()[all …]