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

/freebsd-current/sys/dev/qlxgb/
H A Dqla_os.h147 #define QLA_LOCK(ha, str) qla_lock(ha, str); macro
H A Dqla_os.c417 QLA_LOCK(ha, __func__);
745 QLA_LOCK(ha, __func__);
798 QLA_LOCK(ha, __func__);
824 QLA_LOCK(ha, __func__);
854 QLA_LOCK(ha, __func__);
863 QLA_LOCK(ha, __func__);
/freebsd-current/sys/dev/qlxgbe/
H A Dql_os.h157 #define QLA_LOCK(ha, str, to_ms, no_sleep) qla_lock(ha, str, to_ms, no_sleep) macro
H A Dql_os.c582 QLA_LOCK(ha, __func__, -1, 0);
955 if (QLA_LOCK(ha, __func__, -1, 0) != 0)
988 if (QLA_LOCK(ha, __func__, QLA_LOCK_DEFAULT_MS_TIMEOUT,
1036 ret = QLA_LOCK(ha, __func__,
1072 ret = QLA_LOCK(ha, __func__, QLA_LOCK_DEFAULT_MS_TIMEOUT,
1105 ret = QLA_LOCK(ha, __func__, QLA_LOCK_DEFAULT_MS_TIMEOUT,
1183 ret = QLA_LOCK(ha, __func__, QLA_LOCK_DEFAULT_MS_TIMEOUT,
2068 if (QLA_LOCK(ha, __func__, -1, 0) != 0)
2231 if (QLA_LOCK(ha, __func__, -1, 0) != 0)
H A Dql_ioctl.c266 if (QLA_LOCK(ha, __func__, QLA_LOCK_MDUMP_MS_TIMEOUT, 0) == 0) {
276 device_printf(pci_dev, "%s: QLA_LOCK() failed0\n", __func__);
300 if (QLA_LOCK(ha, __func__, QLA_LOCK_MDUMP_MS_TIMEOUT, 0) == 0) {
304 device_printf(pci_dev, "%s: QLA_LOCK() failed1\n", __func__);
H A Dql_hw.c107 if (QLA_LOCK(ha, __func__, QLA_LOCK_DEFAULT_MS_TIMEOUT, 0) == 0) {
180 if (QLA_LOCK(ha, __func__, QLA_LOCK_DEFAULT_MS_TIMEOUT, 0) == 0) {
187 if (QLA_LOCK(ha, __func__, QLA_LOCK_DEFAULT_MS_TIMEOUT, 0) == 0) {
214 if (QLA_LOCK(ha, __func__, QLA_LOCK_DEFAULT_MS_TIMEOUT, 0) == 0) {
240 if (QLA_LOCK(ha, __func__, QLA_LOCK_DEFAULT_MS_TIMEOUT, 0) == 0) {
2169 if (QLA_LOCK(ha, __func__, QLA_LOCK_DEFAULT_MS_TIMEOUT, 0) != 0) {
/freebsd-current/sys/dev/qlxge/
H A Dqls_os.h149 #define QLA_LOCK(ha, str, no_delay) qls_lock(ha, str, no_delay) macro
H A Dqls_os.c492 (void)QLA_LOCK(ha, __func__, 0);
815 (void)QLA_LOCK(ha, __func__, 0);
844 if (QLA_LOCK(ha, __func__, 1) == 0) {
873 (void)QLA_LOCK(ha, __func__, 0);
896 (void) QLA_LOCK(ha, __func__, 0);
914 (void)QLA_LOCK(ha, __func__, 0);

Completed in 255 milliseconds