Searched refs:qla_lock (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/sys/dev/qlxgbe/
H A Dql_inline.h155 qla_lock(qla_host_t *ha, const char *str, uint32_t no_delay) function
163 ha->qla_lock = str;
H A Dql_def.h224 volatile const char *qla_lock; member in struct:qla_host
H A Dql_os.h150 #define QLA_LOCK(ha, str, no_delay) qla_lock(ha, str, no_delay)
/freebsd-10.1-release/sys/dev/qlxge/
H A Dqls_inline.h89 ha->qla_lock = str;
H A Dqls_def.h340 volatile const char *qla_lock; member in struct:qla_host
/freebsd-10.1-release/sys/dev/qlxgb/
H A Dqla_inline.h204 qla_lock(qla_host_t *ha, const char *str) function
210 ha->qla_lock = str;
H A Dqla_def.h195 volatile const char *qla_lock; member in struct:qla_host
H A Dqla_os.h149 #define QLA_LOCK(ha, str) qla_lock(ha, str);

Completed in 106 milliseconds