Searched refs:a32 (Results 1 – 15 of 15) sorted by relevance
430 u32 *a32 = (u32 *)((u8 *)a + 2); in compare_ether_header()433 return (*(u16 *)a ^ *(u16 *)b) | (a32[0] ^ b32[0]) | in compare_ether_header()434 (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; \
1642 phys_addr.u.a32.address_lo = in hwi_get_async_handle()1645 phys_addr.u.a32.address_hi = in hwi_get_async_handle()1836 pasync_sge->hi = pasync_handle->pa.u.a32.address_lo; in hwi_post_async_buffers()1837 pasync_sge->lo = pasync_handle->pa.u.a32.address_hi; in hwi_post_async_buffers()2331 io_task->bhs_pa.u.a32.address_lo); in hwi_write_sgl_v2()2333 io_task->bhs_pa.u.a32.address_hi); in hwi_write_sgl_v2()2373 io_task->bhs_pa.u.a32.address_hi); in hwi_write_sgl_v2()2375 io_task->bhs_pa.u.a32.address_lo); in hwi_write_sgl_v2()2426 io_task->bhs_pa.u.a32.address_lo); in hwi_write_sgl()2428 io_task->bhs_pa.u.a32.address_hi); in hwi_write_sgl()[all …]
225 struct be_bus_address32 a32; member
1641 mem_descr->mem_array[0].bus_address.u.a32.address_hi); in beiscsi_offload_cxn_v0()1644 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()
76 } __packed a32; member
1301 (bfi_q)->pg_tbl.a32.addr_lo = (bna_qpt)->hw_qpt_ptr.lsb; \1302 (bfi_q)->pg_tbl.a32.addr_hi = (bna_qpt)->hw_qpt_ptr.msb; \1303 (bfi_q)->first_entry.a32.addr_lo = cur_q_addr.lsb; \1304 (bfi_q)->first_entry.a32.addr_hi = cur_q_addr.msb; \1675 cfg_req->q_cfg[i].ib.index_addr.a32.addr_lo = in bna_bfi_rx_enet_start()1677 cfg_req->q_cfg[i].ib.index_addr.a32.addr_hi = in bna_bfi_rx_enet_start()3112 cfg_req->q_cfg[i].ib.index_addr.a32.addr_lo = in bna_bfi_tx_enet_start()3114 cfg_req->q_cfg[i].ib.index_addr.a32.addr_hi = in bna_bfi_tx_enet_start()
60 } __packed a32; member
1861 stats_req->host_buffer.a32.addr_hi = bna->stats.hw_stats_dma.msb; in bna_bfi_stats_get()1862 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,