Searched refs:qla_host_to_le32 (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/dev/qlxgb/
H A Dqla_os.h125 #define qla_host_to_le32(x) htole32(x) macro
H A Dqla_hw.c331 tx_cntxt_req->caps[0] = qla_host_to_le32((CNTXT_CAP0_BASEFW |
334 tx_cntxt_req->intr_mode = qla_host_to_le32(CNTXT_INTR_MODE_SHARED);
339 tx_cntxt_req->num_entries = qla_host_to_le32(NUM_TX_DESCRIPTORS);
350 rx_cntxt_req->rx_req.caps[0] = qla_host_to_le32(CNTXT_CAP0_BASEFW |
357 qla_host_to_le32(CNTXT_INTR_MODE_SHARED);
360 qla_host_to_le32(CNTXT_INTR_MODE_UNIQUE);
363 rx_cntxt_req->rx_req.sds_ring_offset = qla_host_to_le32(
378 qla_host_to_le32(NUM_RX_DESCRIPTORS);
383 qla_host_to_le32(NUM_RX_JUMBO_DESCRIPTORS);
391 qla_host_to_le32(NUM_STATUS_DESCRIPTOR
[all...]
/freebsd-13-stable/sys/dev/qlxgbe/
H A Dql_os.h135 #define qla_host_to_le32(x) htole32(x) macro
H A Dql_hw.c3147 qla_host_to_le32(NUM_STATUS_DESCRIPTORS);
3163 qla_host_to_le32(NUM_RX_DESCRIPTORS);
3254 qla_host_to_le32(NUM_STATUS_DESCRIPTORS);
3273 qla_host_to_le32(NUM_RX_DESCRIPTORS);
/freebsd-13-stable/sys/dev/qlxge/
H A Dqls_os.h127 #define qla_host_to_le32(x) htole32(x) macro

Completed in 126 milliseconds