sys/dev/pci/qle.c
1788
sizeof(struct qle_get_port_db), BUS_DMASYNC_PREREAD);
sys/dev/pci/qle.c
1794
struct qle_get_port_db *pdb;
sys/dev/pci/qle.c
1796
sizeof(struct qle_get_port_db), BUS_DMASYNC_POSTREAD);
sys/dev/pci/qle.c
276
int qle_get_port_db(struct qle_softc *, u_int16_t,
sys/dev/pci/qle.c
780
sizeof(struct qle_get_port_db), BUS_DMASYNC_PREREAD);
sys/dev/pci/qle.c
788
sizeof(struct qle_get_port_db), BUS_DMASYNC_POSTREAD);
sys/dev/pci/qle.c
868
struct qle_get_port_db *pdb;
sys/dev/pci/qle.c
872
if (qle_get_port_db(sc, port->loopid, sc->sc_scratch) != 0) {
sys/dev/pci/qle.c
923
struct qle_get_port_db *pdb;
sys/dev/pci/qle.c
925
if (qle_get_port_db(sc, port->loopid, sc->sc_scratch) != 0) {
sys/dev/pci/qle.c
963
struct qle_get_port_db *pdb;
sys/dev/pci/qle.c
967
ret = qle_get_port_db(sc, loopid, sc->sc_scratch);