Home
last modified time | relevance | path

Searched refs:qla_host_to_le64 (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/qlxge/
H A Dqls_os.h124 #define qla_host_to_le64(x) htole64(x) macro
/freebsd/sys/dev/qlxgb/
H A Dqla_hw.c322 tx_cntxt_req->rsp_dma_addr = qla_host_to_le64(hw->tx_cntxt_rsp_paddr); in qla_init_cntxt_regions()
324 tx_cntxt_req->cmd_cons_dma_addr = qla_host_to_le64(hw->tx_cons_paddr); in qla_init_cntxt_regions()
332 qla_host_to_le64(hw->dma_buf.tx_ring.dma_addr); in qla_init_cntxt_regions()
343 qla_host_to_le64(hw->rx_cntxt_rsp_paddr); in qla_init_cntxt_regions()
367 qla_host_to_le64(hw->dma_buf.rds_ring[i].dma_addr); in qla_init_cntxt_regions()
371 qla_host_to_le64(MCLBYTES); in qla_init_cntxt_regions()
376 qla_host_to_le64(MJUM9BYTES); in qla_init_cntxt_regions()
384 qla_host_to_le64(hw->dma_buf.sds_ring[i].dma_addr); in qla_init_cntxt_regions()
H A Dqla_os.h122 #define qla_host_to_le64(x) htole64(x) macro
/freebsd/sys/dev/qlxgbe/
H A Dql_os.h132 #define qla_host_to_le64(x) htole64(x) macro
H A Dql_hw.c3121 qla_host_to_le64(hw->dma_buf.sds_ring[i].dma_addr); in qla_init_rcv_cntxt()
3130 qla_host_to_le64(hw->dma_buf.rds_ring[i].dma_addr); in qla_init_rcv_cntxt()
3134 qla_host_to_le64(MJUM9BYTES); in qla_init_rcv_cntxt()
3136 rcntxt->rds[i].std_bsize = qla_host_to_le64(MCLBYTES); in qla_init_rcv_cntxt()
3227 qla_host_to_le64(hw->dma_buf.sds_ring[j].dma_addr); in qla_add_rcv_rings()
3240 qla_host_to_le64(hw->dma_buf.rds_ring[j].dma_addr); in qla_add_rcv_rings()
3244 qla_host_to_le64(MJUM9BYTES); in qla_add_rcv_rings()
3246 add_rcv->rds[i].std_bsize = qla_host_to_le64(MCLBYTES); in qla_add_rcv_rings()
3390 qla_host_to_le64(hw_tx_cntxt->tx_ring_paddr); in qla_init_xmt_cntxt_i()
3392 qla_host_to_le64(hw_tx_cntxt->tx_cons_paddr); in qla_init_xmt_cntxt_i()