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

/freebsd-11.0-release/sys/dev/qlxgbe/
H A Dql_os.h125 #define qla_host_to_le32(x) htole32(x) macro
H A Dql_hw.c2384 qla_host_to_le32(NUM_STATUS_DESCRIPTORS);
2407 qla_host_to_le32(NUM_RX_DESCRIPTORS);
2503 qla_host_to_le32(NUM_STATUS_DESCRIPTORS);
2529 qla_host_to_le32(NUM_RX_DESCRIPTORS);
/freebsd-11.0-release/sys/dev/qlxge/
H A Dqls_os.h126 #define qla_host_to_le32(x) htole32(x) macro
/freebsd-11.0-release/sys/dev/qlxgb/
H A Dqla_os.h124 #define qla_host_to_le32(x) htole32(x) macro
H A Dqla_hw.c330 tx_cntxt_req->caps[0] = qla_host_to_le32((CNTXT_CAP0_BASEFW |
333 tx_cntxt_req->intr_mode = qla_host_to_le32(CNTXT_INTR_MODE_SHARED);
338 tx_cntxt_req->num_entries = qla_host_to_le32(NUM_TX_DESCRIPTORS);
349 rx_cntxt_req->rx_req.caps[0] = qla_host_to_le32(CNTXT_CAP0_BASEFW |
356 qla_host_to_le32(CNTXT_INTR_MODE_SHARED);
359 qla_host_to_le32(CNTXT_INTR_MODE_UNIQUE);
362 rx_cntxt_req->rx_req.sds_ring_offset = qla_host_to_le32(
377 qla_host_to_le32(NUM_RX_DESCRIPTORS);
382 qla_host_to_le32(NUM_RX_JUMBO_DESCRIPTORS);
390 qla_host_to_le32(NUM_STATUS_DESCRIPTOR
[all...]

Completed in 136 milliseconds