Home
last modified time | relevance | path

Searched refs:a32 (Results 1 – 15 of 15) sorted by relevance

/linux-4.1.27/include/linux/
Detherdevice.h390 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()
/linux-4.1.27/drivers/scsi/be2iscsi/
Dbe_mgmt.h247 bus_address.u.a32.address_lo; \
249 bus_address.u.a32.address_hi; \
Dbe_main.c1626 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 …]
Dbe_main.h222 struct be_bus_address32 a32; member
Dbe_mgmt.c1633 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()
/linux-4.1.27/drivers/net/ethernet/brocade/bna/
Dbfa_ioc.h63 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()
Dbfi.h78 } a32; member
Dbna_tx_rx.c1479 (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()
Dbfi_enet.h62 } a32; member
Dbna_enet.c1912 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()
/linux-4.1.27/drivers/scsi/bfa/
Dbfa_ioc.h183 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()
Dbfi.h116 } a32; member
Dbfa_fcpim.c2528 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()
Dbfa_svc.c3263 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()
/linux-4.1.27/Documentation/kbuild/
Dmakefiles.txt479 aflags-$(biarch) += -a32
484 and $(cflags-y) will be assigned the values -a32 and -m32,