HomeSort by: relevance | last modified time | path
    Searched refs:twe_ccb_map (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
twevar.h 119 int twe_ccb_map(struct twe_softc *, struct twe_ccb *);
ld_twe.c 202 if ((rv = twe_ccb_map(twe, ccb)) != 0) {
twe.c 889 if ((rv = twe_ccb_map(sc, ccb)) != 0) {
1152 if ((rv = twe_ccb_map(sc, ccb)) != 0) {
1216 if ((rv = twe_ccb_map(sc, ccb)) != 0) {
1488 twe_ccb_map(struct twe_softc *sc, struct twe_ccb *ccb) function in typeref:typename:int
1803 if ((error = twe_ccb_map(twe, ccb)) != 0) {

Completed in 12 milliseconds