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_mq.c57 DW_SWAP(u32ptr(cqe), sizeof (struct oce_mq_cqe));
106 DW_SWAP(u32ptr(cqe), sizeof (struct oce_mq_cqe));
H A Doce_mbx.c291 DW_SWAP(u32ptr(&mb_cqe->u0.dw[0]), sizeof (struct oce_mq_cqe));
349 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ);
396 DW_SWAP(u32ptr(mbx), mbx->payload_length + OCE_BMBX_RHDR_SZ);
442 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ);
503 DW_SWAP(u32ptr(&fwcmd->hdr), sizeof (struct mbx_hdr));
521 DW_SWAP(u32ptr(&mbx), OCE_BMBX_RHDR_SZ);
575 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ);
610 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ);
658 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ);
707 DW_SWAP(u32pt
[all...]
H A Doce_queue.c129 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ);
256 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ);
383 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ);
625 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ);
859 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ);
1031 DW_SWAP(u32ptr(mbx), mbx->payload_length + OCE_BMBX_RHDR_SZ);
1084 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ);
H A Doce_rx.c294 DW_SWAP(u32ptr(rqe), sizeof (struct oce_nic_rqe));
518 DW_SWAP(u32ptr(cqe), sizeof (struct oce_nic_rx_cqe));
627 DW_SWAP(u32ptr(cqe), sizeof (struct oce_nic_rx_cqe));
H A Doce_tx.c574 DW_SWAP(u32ptr(cqe), sizeof (struct oce_nic_tx_cqe));
845 DW_SWAP(u32ptr(&wqed->frag[0]), (wqed->wqe_cnt * NIC_WQE_SIZE));
/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) macro

Completed in 67 milliseconds