Home
last modified time | relevance | path

Searched refs:LE_TO_HOST_32 (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/ntxn/
H A Dunm_nic_ctx.c166 rsp = LE_TO_HOST_32(raw_rsp); in netxen_poll_rsp()
211 rcode = LE_TO_HOST_32(rcode); in netxen_issue_cmd()
348 for (i = 0; i < LE_TO_HOST_32(prsp->num_rds_rings); i++) { in nx_fw_cmd_create_rx_ctx()
351 reg = LE_TO_HOST_32(prsp_rds[i].host_producer_crb); in nx_fw_cmd_create_rx_ctx()
357 reg = LE_TO_HOST_32(prsp_sds[0].host_consumer_crb); in nx_fw_cmd_create_rx_ctx()
360 reg = LE_TO_HOST_32(prsp_sds[0].interrupt_crb); in nx_fw_cmd_create_rx_ctx()
363 recv_ctx->state = LE_TO_HOST_32(prsp->host_ctx_state); in nx_fw_cmd_create_rx_ctx()
461 temp = LE_TO_HOST_32(prsp->cds_ring.host_producer_crb); in nx_fw_cmd_create_tx_ctx()
466 LE_TO_HOST_32(prsp->host_ctx_state); in nx_fw_cmd_create_tx_ctx()
H A Dunm_nic.h120 #define LE_TO_HOST_32 LE_32 macro