Home
last modified time | relevance | path

Searched refs:qla_le32_to_host (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/qlxge/
H A Dqls_os.h130 #define qla_le32_to_host(x) le32toh(x) macro
/freebsd/sys/dev/qlxgbe/
H A Dql_os.h138 #define qla_le32_to_host(x) le32toh(x) macro
H A Dql_hw.c3740 comp_idx = qla_le32_to_host(*(hw_tx_cntxt->tx_cons)); in ql_hw_tx_done_locked()
/freebsd/sys/dev/qlxgb/
H A Dqla_os.h128 #define qla_le32_to_host(x) le32toh(x) macro
H A Dqla_isr.c396 if (qla_le32_to_host(*(hw->tx_cons)) != hw->txr_comp) { in qla_rcv()
H A Dqla_os.c218 if (qla_le32_to_host(*(hw->tx_cons)) != hw->txr_comp) { in qla_watchdog()
H A Dqla_hw.c1688 comp_idx = qla_le32_to_host(*(hw->tx_cons)); in qla_hw_tx_done_locked()