Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/oce/
HDoce_mbox.c278 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ); in oce_get_fw_version()
369 DW_SWAP(u32ptr(&mb_cqe->u0.dw[0]), sizeof(struct oce_mq_cqe)); in oce_mbox_post()
435 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ); in oce_read_mac_addr()
478 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ); in oce_get_fw_config()
489 DW_SWAP(u32ptr(fwcmd), sizeof(struct mbx_common_query_fw_config)); in oce_get_fw_config()
543 DW_SWAP(u32ptr(&fwcmd->hdr), sizeof(struct mbx_hdr)); in oce_if_create()
558 DW_SWAP(u32ptr(&mbx), OCE_BMBX_RHDR_SZ); in oce_if_create()
604 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ); in oce_if_del()
656 DW_SWAP(u32ptr(&mbx), (OCE_BMBX_RHDR_SZ + mbx.payload_length)); in oce_config_vlan()
699 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ); in oce_set_flow_control()
[all …]
HDoce_if.c1174 DW_SWAP((uint32_t *) cqe, sizeof(oce_wq_cqe)); in oce_wq_handler()
1562 DW_SWAP(u32ptr(rqe), sizeof(struct oce_nic_rqe)); in oce_alloc_rx_bufs()
1599 DW_SWAP((uint32_t *) cqe, sizeof(oce_rq_cqe)); in oce_rq_handler()
2097 DW_SWAP((uint32_t *) cqe, sizeof(oce_mq_cqe)); in oce_mq_handler()
HDoce_queue.c733 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ); in oce_mq_create()
856 DW_SWAP(u32ptr(mbx), mbx->payload_length + OCE_BMBX_RHDR_SZ); in oce_destroy_q()
HDoce_if.h1114 #define DW_SWAP(x, l) macro