Searched refs:a32 (Results 1 – 15 of 15) sorted by relevance
390 u32 *a32 = (u32 *)((u8 *)a + 2); in compare_ether_header()393 return (*(u16 *)a ^ *(u16 *)b) | (a32[0] ^ b32[0]) | in compare_ether_header()394 (a32[1] ^ b32[1]) | (a32[2] ^ b32[2]); in compare_ether_header()
247 bus_address.u.a32.address_lo; \249 bus_address.u.a32.address_hi; \
1626 phys_addr.u.a32.address_lo = in hwi_get_async_handle()1629 phys_addr.u.a32.address_hi = in hwi_get_async_handle()1820 pasync_sge->hi = pasync_handle->pa.u.a32.address_lo; in hwi_post_async_buffers()1821 pasync_sge->lo = pasync_handle->pa.u.a32.address_hi; in hwi_post_async_buffers()2310 io_task->bhs_pa.u.a32.address_lo); in hwi_write_sgl_v2()2312 io_task->bhs_pa.u.a32.address_hi); in hwi_write_sgl_v2()2352 io_task->bhs_pa.u.a32.address_hi); in hwi_write_sgl_v2()2354 io_task->bhs_pa.u.a32.address_lo); in hwi_write_sgl_v2()2405 io_task->bhs_pa.u.a32.address_lo); in hwi_write_sgl()2407 io_task->bhs_pa.u.a32.address_hi); in hwi_write_sgl()[all …]
222 struct be_bus_address32 a32; member
1633 mem_descr->mem_array[0].bus_address.u.a32.address_hi); in beiscsi_offload_cxn_v0()1636 mem_descr->mem_array[0].bus_address.u.a32.address_lo); in beiscsi_offload_cxn_v0()
63 dma_addr->a32.addr_lo = (u32) htonl(pa); in __bfa_dma_be_addr_set()64 dma_addr->a32.addr_hi = (u32) htonl(upper_32_bits(pa)); in __bfa_dma_be_addr_set()
78 } a32; member
1479 (bfi_q)->pg_tbl.a32.addr_lo = (bna_qpt)->hw_qpt_ptr.lsb; \1480 (bfi_q)->pg_tbl.a32.addr_hi = (bna_qpt)->hw_qpt_ptr.msb; \1481 (bfi_q)->first_entry.a32.addr_lo = cur_q_addr.lsb; \1482 (bfi_q)->first_entry.a32.addr_hi = cur_q_addr.msb; \1859 cfg_req->q_cfg[i].ib.index_addr.a32.addr_lo = in bna_bfi_rx_enet_start()1861 cfg_req->q_cfg[i].ib.index_addr.a32.addr_hi = in bna_bfi_rx_enet_start()3392 cfg_req->q_cfg[i].ib.index_addr.a32.addr_lo = in bna_bfi_tx_enet_start()3394 cfg_req->q_cfg[i].ib.index_addr.a32.addr_hi = in bna_bfi_tx_enet_start()
62 } a32; member
1912 stats_req->host_buffer.a32.addr_hi = bna->stats.hw_stats_dma.msb; in bna_bfi_stats_get()1913 stats_req->host_buffer.a32.addr_lo = bna->stats.hw_stats_dma.lsb; in bna_bfi_stats_get()
183 dma_addr->a32.addr_lo = cpu_to_be32(pa); in __bfa_dma_be_addr_set()184 dma_addr->a32.addr_hi = cpu_to_be32(pa >> 32); in __bfa_dma_be_addr_set()
116 } a32; member
2528 sgpge->sga.a32.addr_lo = 0; in bfa_ioim_send_ioreq()2529 sgpge->sga.a32.addr_hi = 0; in bfa_ioim_send_ioreq()2547 sge->sga.a32.addr_lo = 0; in bfa_ioim_send_ioreq()2548 sge->sga.a32.addr_hi = 0; in bfa_ioim_send_ioreq()
3263 bfa_trc(fcport->bfa, m->stats_dma_addr.a32.addr_lo); in bfa_fcport_send_enable()3264 bfa_trc(fcport->bfa, m->stats_dma_addr.a32.addr_hi); in bfa_fcport_send_enable()
479 aflags-$(biarch) += -a32484 and $(cflags-y) will be assigned the values -a32 and -m32,