Searched refs:DW_SWAP (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/oce/
H A Doce_mbox.c306 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ);
398 DW_SWAP(u32ptr(&mb_cqe->u0.dw[0]), sizeof(struct oce_mq_cqe));
464 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ);
509 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ);
522 DW_SWAP(u32ptr(fwcmd), sizeof(struct mbx_common_query_fw_config));
580 DW_SWAP(u32ptr(&fwcmd->hdr), sizeof(struct mbx_hdr));
595 DW_SWAP(u32ptr(&mbx), OCE_BMBX_RHDR_SZ);
643 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ);
700 DW_SWAP(u32ptr(&mbx), (OCE_BMBX_RHDR_SZ + mbx.payload_length));
753 DW_SWAP(u32pt
[all...]
H A Doce_queue.c701 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ);
818 DW_SWAP(u32ptr(mbx), mbx->payload_length + OCE_BMBX_RHDR_SZ);
1204 DW_SWAP((uint32_t *) cqe, sizeof(oce_rq_cqe));
H A Doce_if.c1405 DW_SWAP((uint32_t *) cqe, sizeof(oce_wq_cqe));
1914 DW_SWAP(u32ptr(rqe), sizeof(struct oce_nic_rqe));
2057 DW_SWAP((uint32_t *) cqe, sizeof(oce_rq_cqe));
2607 DW_SWAP(evt, sizeof(struct oce_async_evt_grp5_os2bmc));
2664 DW_SWAP((uint32_t *) cqe, sizeof(oce_mq_cqe));
H A Doce_if.h1126 #define DW_SWAP(x, l) macro

Completed in 175 milliseconds