Searched refs:DW_SWAP (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/oce/ |
H A D | oce_mbox.c | 305 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() 519 DW_SWAP(u32ptr(fwcmd), sizeof(struct mbx_common_query_fw_config)); 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() 697 DW_SWAP(u32ptr(&mbx), (OCE_BMBX_RHDR_SZ + mbx.payload_length)); in oce_config_vlan() 750 DW_SWAP(u32pt in oce_set_flow_control() [all...] |
H A D | oce_queue.c | 698 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 D | oce_if.c | 1399 DW_SWAP((uint32_t *) cqe, sizeof(oce_wq_cqe)); in oce_wq_handler() 1906 DW_SWAP(u32ptr(rqe), sizeof(struct oce_nic_rqe)); in oce_alloc_rx_bufs() 2052 DW_SWAP((uint32_t *) cqe, sizeof(oce_rq_cqe)); in oce_rq_handler() 2605 DW_SWAP(evt, sizeof(struct oce_async_evt_grp5_os2bmc)); in oce_async_grp5_osbmc_process() 2662 DW_SWAP((uint32_t *) cqe, sizeof(oce_mq_cqe)); in oce_mq_handler()
|
H A D | oce_if.h | 1126 #define DW_SWAP(x, l) macro
|