Searched refs:a32 (Results 1 - 13 of 13) sorted by last modified time

/drivers/scsi/be2iscsi/
H A Dbe_main.c1628 phys_addr.u.a32.address_lo =
1631 phys_addr.u.a32.address_hi =
1822 pasync_sge->hi = pasync_handle->pa.u.a32.address_lo;
1823 pasync_sge->lo = pasync_handle->pa.u.a32.address_hi;
2312 io_task->bhs_pa.u.a32.address_lo);
2314 io_task->bhs_pa.u.a32.address_hi);
2354 io_task->bhs_pa.u.a32.address_hi);
2356 io_task->bhs_pa.u.a32.address_lo);
2407 io_task->bhs_pa.u.a32.address_lo);
2409 io_task->bhs_pa.u.a32
[all...]
H A Dbe_main.h222 struct be_bus_address32 a32; member in union:be_bus_address::__anon5187
H A Dbe_mgmt.c1633 mem_descr->mem_array[0].bus_address.u.a32.address_hi);
1636 mem_descr->mem_array[0].bus_address.u.a32.address_lo);
H A Dbe_mgmt.h247 bus_address.u.a32.address_lo; \
249 bus_address.u.a32.address_hi; \
/drivers/scsi/bfa/
H A Dbfa_fcpim.c2528 sgpge->sga.a32.addr_lo = 0;
2529 sgpge->sga.a32.addr_hi = 0;
2547 sge->sga.a32.addr_lo = 0;
2548 sge->sga.a32.addr_hi = 0;
H A Dbfa_ioc.h183 dma_addr->a32.addr_lo = cpu_to_be32(pa);
184 dma_addr->a32.addr_hi = cpu_to_be32(pa >> 32);
H A Dbfa_svc.c3263 bfa_trc(fcport->bfa, m->stats_dma_addr.a32.addr_lo);
3264 bfa_trc(fcport->bfa, m->stats_dma_addr.a32.addr_hi);
H A Dbfi.h116 } a32; member in union:bfi_addr_u
/drivers/net/ethernet/brocade/bna/
H A Dbfa_ioc.h62 dma_addr->a32.addr_lo = (u32) htonl(pa);
63 dma_addr->a32.addr_hi = (u32) htonl(upper_32_bits(pa));
H A Dbfi.h77 } a32; member in union:bfi_addr_u
H A Dbfi_enet.h61 } a32; member in union:bfi_addr_be_u
H A Dbna_enet.c1911 stats_req->host_buffer.a32.addr_hi = bna->stats.hw_stats_dma.msb;
1912 stats_req->host_buffer.a32.addr_lo = bna->stats.hw_stats_dma.lsb;
H A Dbna_tx_rx.c1478 (bfi_q)->pg_tbl.a32.addr_lo = (bna_qpt)->hw_qpt_ptr.lsb; \
1479 (bfi_q)->pg_tbl.a32.addr_hi = (bna_qpt)->hw_qpt_ptr.msb; \
1480 (bfi_q)->first_entry.a32.addr_lo = cur_q_addr.lsb; \
1481 (bfi_q)->first_entry.a32.addr_hi = cur_q_addr.msb; \
1858 cfg_req->q_cfg[i].ib.index_addr.a32.addr_lo =
1860 cfg_req->q_cfg[i].ib.index_addr.a32.addr_hi =
3391 cfg_req->q_cfg[i].ib.index_addr.a32.addr_lo =
3393 cfg_req->q_cfg[i].ib.index_addr.a32.addr_hi =

Completed in 235 milliseconds