aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/qlxge/qls_os.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/qlxge/qls_os.h')
-rw-r--r--sys/dev/qlxge/qls_os.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/qlxge/qls_os.h b/sys/dev/qlxge/qls_os.h
index b52b1c8b9ebd..ac97575c8ffa 100644
--- a/sys/dev/qlxge/qls_os.h
+++ b/sys/dev/qlxge/qls_os.h
@@ -123,7 +123,6 @@ static __inline int qls_sec_to_hz(int sec)
return (tvtohz(&t));
}
-
#define qla_host_to_le16(x) htole16(x)
#define qla_host_to_le32(x) htole32(x)
#define qla_host_to_le64(x) htole64(x)
@@ -147,13 +146,13 @@ MALLOC_DECLARE(M_QLA8XXXBUF);
else \
pause(fn, qls_ms_to_hz(msecs)); \
}
-
+
/*
* Locks
*/
#define QLA_LOCK(ha, str, no_delay) qls_lock(ha, str, no_delay)
#define QLA_UNLOCK(ha, str) qls_unlock(ha, str)
-
+
#define QLA_TX_LOCK(ha) mtx_lock(&ha->tx_lock);
#define QLA_TX_UNLOCK(ha) mtx_unlock(&ha->tx_lock);