Home
last modified time | relevance | path

Searched refs:mpt_tag_2_req (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/disk/mpt/
H A Dmpt.h358 #define MPT_TAG_2_REQ(a, b) mpt_tag_2_req(a, (uint32_t) b)
954 static __inline request_t * mpt_tag_2_req(struct mpt_softc *, uint32_t);
956 mpt_tag_2_req(struct mpt_softc *mpt, uint32_t tag) in mpt_tag_2_req() function