Home
last modified time | relevance | path

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

/freebsd/sys/dev/oce/
H A Doce_mbox.c305 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ); in oce_get_fw_version()
396 DW_SWAP(u32ptr(&mb_cqe->u0.dw[0]), sizeof(struct oce_mq_cqe)); in oce_mbox_post()
461 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ); in oce_read_mac_addr()
506 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ); in oce_get_fw_config()
577 DW_SWAP(u32ptr(&fwcmd->hdr), sizeof(struct mbx_hdr)); in oce_if_create()
592 DW_SWAP(u32ptr(&mbx), OCE_BMBX_RHDR_SZ); in oce_if_create()
640 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ); in oce_if_del()
750 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ); in oce_set_flow_control()
943 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ); in oce_set_common_iface_rx_filter()
983 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ); in oce_get_link_status()
[all …]
H A Doce_queue.c698 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ); in oce_mq_create()
815 DW_SWAP(u32ptr(mbx), mbx->payload_length + OCE_BMBX_RHDR_SZ); in oce_destroy_q()
1201 DW_SWAP((uint32_t *) cqe, sizeof(oce_rq_cqe)); in oce_rx_cq_clean()
H A Doce_if.c1404 DW_SWAP((uint32_t *) cqe, sizeof(oce_wq_cqe)); in oce_wq_handler()
1911 DW_SWAP(u32ptr(rqe), sizeof(struct oce_nic_rqe)); in oce_alloc_rx_bufs()
2057 DW_SWAP((uint32_t *) cqe, sizeof(oce_rq_cqe)); in oce_rq_handler()
2614 DW_SWAP(evt, sizeof(struct oce_async_evt_grp5_os2bmc)); in oce_async_grp5_osbmc_process()
2671 DW_SWAP((uint32_t *) cqe, sizeof(oce_mq_cqe)); in oce_mq_handler()
H A Doce_if.h1126 #define DW_SWAP(x, l) macro