Home
last modified time | relevance | path

Searched refs:u32ptr (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_mbx.c291 DW_SWAP(u32ptr(&mb_cqe->u0.dw[0]), sizeof (struct oce_mq_cqe)); in oce_mbox_post()
349 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ); in oce_get_fw_version()
396 DW_SWAP(u32ptr(mbx), mbx->payload_length + OCE_BMBX_RHDR_SZ); in oce_reset_fun()
442 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ); in oce_read_mac_addr()
503 DW_SWAP(u32ptr(&fwcmd->hdr), sizeof (struct mbx_hdr)); in oce_if_create()
521 DW_SWAP(u32ptr(&mbx), OCE_BMBX_RHDR_SZ); in oce_if_create()
575 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ); in oce_if_del()
610 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ); in oce_get_link_status()
658 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ); in oce_set_rx_filter()
707 DW_SWAP(u32ptr(&mbx), (OCE_BMBX_RHDR_SZ + OCE_MBX_RRHDR_SZ)); in oce_set_multicast_table()
[all …]
H A Doce_mq.c57 DW_SWAP(u32ptr(cqe), sizeof (struct oce_mq_cqe)); in oce_drain_mq_cq()
106 DW_SWAP(u32ptr(cqe), sizeof (struct oce_mq_cqe)); in oce_clean_mq()
H A Doce_queue.c129 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ); in oce_eq_create()
256 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ); in oce_cq_create()
383 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ); in oce_mq_create()
625 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ); in oce_wq_create()
859 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ); in oce_rq_create()
1031 DW_SWAP(u32ptr(mbx), mbx->payload_length + OCE_BMBX_RHDR_SZ); in oce_destroy_q()
1084 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ); in oce_set_eq_delay()
H A Doce_rx.c294 DW_SWAP(u32ptr(rqe), sizeof (struct oce_nic_rqe)); in oce_rq_charge()
518 DW_SWAP(u32ptr(cqe), sizeof (struct oce_nic_rx_cqe)); in oce_drain_rq_cq()
627 DW_SWAP(u32ptr(cqe), sizeof (struct oce_nic_rx_cqe)); in oce_clean_rq()
H A Doce_tx.c574 DW_SWAP(u32ptr(cqe), sizeof (struct oce_nic_tx_cqe)); in oce_process_tx_compl()
845 DW_SWAP(u32ptr(&wqed->frag[0]), (wqed->wqe_cnt * NIC_WQE_SIZE)); in oce_send_packet()
H A Doce_gld.c324 uint32_t *csum_flags = u32ptr(data); in oce_m_getcap()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_utils.h74 #define u32ptr(x) (uint32_t *)voidptr((x)) macro
84 uint32_t *p = u32ptr(buf); \