Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/oce/
H A Doce_mbox.c314 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ); in oce_get_fw_version()
407 DW_SWAP(u32ptr(&mb_cqe->u0.dw[0]), sizeof(struct oce_mq_cqe)); in oce_mbox_post()
473 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ); in oce_read_mac_addr()
518 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ); in oce_get_fw_config()
589 DW_SWAP(u32ptr(&fwcmd->hdr), sizeof(struct mbx_hdr)); in oce_if_create()
604 DW_SWAP(u32ptr(&mbx), OCE_BMBX_RHDR_SZ); in oce_if_create()
652 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ); in oce_if_del()
762 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ); in oce_set_flow_control()
958 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ); in oce_set_common_iface_rx_filter()
998 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ); in oce_get_link_status()
[all …]
H A Doce_queue.c740 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ); in oce_mq_create()
863 DW_SWAP(u32ptr(mbx), mbx->payload_length + OCE_BMBX_RHDR_SZ); in oce_destroy_q()
1276 DW_SWAP((uint32_t *) cqe, sizeof(oce_rq_cqe)); in oce_rx_cq_clean()
H A Doce_if.c1453 DW_SWAP((uint32_t *) cqe, sizeof(oce_wq_cqe)); in oce_wq_handler()
1978 DW_SWAP(u32ptr(rqe), sizeof(struct oce_nic_rqe)); in oce_alloc_rx_bufs()
2121 DW_SWAP((uint32_t *) cqe, sizeof(oce_rq_cqe)); in oce_rq_handler()
2688 DW_SWAP(evt, sizeof(struct oce_async_evt_grp5_os2bmc)); in oce_async_grp5_osbmc_process()
2747 DW_SWAP((uint32_t *) cqe, sizeof(oce_mq_cqe)); in oce_mq_handler()
H A Doce_if.h1142 #define DW_SWAP(x, l) macro