Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h189 #define QL_GET_DEV(dip) ((qlge_t *)(ddi_get_driver_private(dip))) macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c7660 if ((qlge = (qlge_t *)QL_GET_DEV(dip)) == NULL) in ql_attach()
7929 if ((qlge = QL_GET_DEV(dip)) == NULL) in ql_detach()
7947 if ((qlge = QL_GET_DEV(dip)) == NULL) in ql_detach()
7982 if ((qlge = QL_GET_DEV(dip)) == NULL) in ql_quiesce()