Home
last modified time | relevance | path

Searched refs:DW_SWAP (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_mbx.c352 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ); in oce_get_fw_version()
399 DW_SWAP(u32ptr(mbx), mbx->payload_length + OCE_BMBX_RHDR_SZ); in oce_reset_fun()
506 DW_SWAP(u32ptr(&fwcmd->hdr), sizeof (struct mbx_hdr)); in oce_if_create()
524 DW_SWAP(u32ptr(&mbx), OCE_BMBX_RHDR_SZ); in oce_if_create()
794 DW_SWAP(u32ptr(fwcmd), sizeof (struct mbx_get_nic_stats)); in oce_get_hw_stats()
953 DW_SWAP(u32ptr(fwcmd), in oce_get_flow_control()
1039 DW_SWAP(u32ptr(&mbx), OCE_BMBX_RHDR_SZ + OCE_MBX_RRHDR_SZ); in oce_add_mac()
1259 DW_SWAP(u32ptr(&hdr), sizeof (struct mbx_hdr)); in oce_issue_mbox()
1363 DW_SWAP(u32ptr(&mbx), OCE_BMBX_RHDR_SZ + in oce_issue_mbox()
1371 DW_SWAP(u32ptr(&mbx), OCE_BMBX_RHDR_SZ); in oce_issue_mbox()
[all …]
H A Doce_mq.c57 DW_SWAP(u32ptr(cqe), sizeof (struct oce_mq_cqe)); in oce_drain_mq_cq()
106 DW_SWAP(u32ptr(cqe), sizeof (struct oce_mq_cqe)); in oce_clean_mq()
H A Doce_queue.c129 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ); in oce_eq_create()
256 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ); in oce_cq_create()
383 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ); in oce_mq_create()
625 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ); in oce_wq_create()
859 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ); in oce_rq_create()
1031 DW_SWAP(u32ptr(mbx), mbx->payload_length + OCE_BMBX_RHDR_SZ); in oce_destroy_q()
1084 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ); in oce_set_eq_delay()
H A Doce_rx.c294 DW_SWAP(u32ptr(rqe), sizeof (struct oce_nic_rqe)); in oce_rq_charge()
518 DW_SWAP(u32ptr(cqe), sizeof (struct oce_nic_rx_cqe)); in oce_drain_rq_cq()
627 DW_SWAP(u32ptr(cqe), sizeof (struct oce_nic_rx_cqe)); in oce_clean_rq()
H A Doce_tx.c574 DW_SWAP(u32ptr(cqe), sizeof (struct oce_nic_tx_cqe)); in oce_process_tx_compl()
845 DW_SWAP(u32ptr(&wqed->frag[0]), (wqed->wqe_cnt * NIC_WQE_SIZE)); in oce_send_packet()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_utils.h104 #define DW_SWAP(_PTR, _LEN) OCE_DW_SWAP(_PTR, _LEN) macro
106 #define DW_SWAP(_PTR, _LEN)