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

/freebsd-13-stable/sys/dev/qlxgb/
H A Dqla_os.h151 #define QLA_LOCK(ha, str) qla_lock(ha, str); macro
H A Dqla_os.c424 QLA_LOCK(ha, __func__);
758 QLA_LOCK(ha, __func__);
808 QLA_LOCK(ha, __func__);
833 QLA_LOCK(ha, __func__);
863 QLA_LOCK(ha, __func__);
872 QLA_LOCK(ha, __func__);
/freebsd-13-stable/sys/dev/qlxgbe/
H A Dql_os.h161 #define QLA_LOCK(ha, str, to_ms, no_sleep) qla_lock(ha, str, to_ms, no_sleep) macro
H A Dql_os.c588 QLA_LOCK(ha, __func__, -1, 0);
962 if (QLA_LOCK(ha, __func__, -1, 0) != 0)
995 if (QLA_LOCK(ha, __func__, QLA_LOCK_DEFAULT_MS_TIMEOUT,
1040 ret = QLA_LOCK(ha, __func__,
1075 ret = QLA_LOCK(ha, __func__, QLA_LOCK_DEFAULT_MS_TIMEOUT,
1108 ret = QLA_LOCK(ha, __func__, QLA_LOCK_DEFAULT_MS_TIMEOUT,
1186 ret = QLA_LOCK(ha, __func__, QLA_LOCK_DEFAULT_MS_TIMEOUT,
2081 if (QLA_LOCK(ha, __func__, -1, 0) != 0)
2244 if (QLA_LOCK(ha, __func__, -1, 0) != 0)
H A Dql_ioctl.c268 if (QLA_LOCK(ha, __func__, QLA_LOCK_MDUMP_MS_TIMEOUT, 0) == 0) {
278 device_printf(pci_dev, "%s: QLA_LOCK() failed0\n", __func__);
302 if (QLA_LOCK(ha, __func__, QLA_LOCK_MDUMP_MS_TIMEOUT, 0) == 0) {
306 device_printf(pci_dev, "%s: QLA_LOCK() failed1\n", __func__);
H A Dql_hw.c109 if (QLA_LOCK(ha, __func__, QLA_LOCK_DEFAULT_MS_TIMEOUT, 0) == 0) {
182 if (QLA_LOCK(ha, __func__, QLA_LOCK_DEFAULT_MS_TIMEOUT, 0) == 0) {
189 if (QLA_LOCK(ha, __func__, QLA_LOCK_DEFAULT_MS_TIMEOUT, 0) == 0) {
216 if (QLA_LOCK(ha, __func__, QLA_LOCK_DEFAULT_MS_TIMEOUT, 0) == 0) {
242 if (QLA_LOCK(ha, __func__, QLA_LOCK_DEFAULT_MS_TIMEOUT, 0) == 0) {
2171 if (QLA_LOCK(ha, __func__, QLA_LOCK_DEFAULT_MS_TIMEOUT, 0) != 0) {
/freebsd-13-stable/sys/dev/qlxge/
H A Dqls_os.h153 #define QLA_LOCK(ha, str, no_delay) qls_lock(ha, str, no_delay) macro
H A Dqls_os.c499 (void)QLA_LOCK(ha, __func__, 0);
823 (void)QLA_LOCK(ha, __func__, 0);
852 if (QLA_LOCK(ha, __func__, 1) == 0) {
878 (void)QLA_LOCK(ha, __func__, 0);
900 (void) QLA_LOCK(ha, __func__, 0);
918 (void)QLA_LOCK(ha, __func__, 0);

Completed in 186 milliseconds