Home
last modified time | relevance | path

Searched refs:sga (Results 1 – 2 of 2) sorted by relevance

/drivers/scsi/bfa/
Dbfa_fcpim.c2498 sge->sga = *(union bfi_addr_u *) &addr; in bfa_ioim_send_ioreq()
2510 sgpge->sga = *(union bfi_addr_u *) &addr; in bfa_ioim_send_ioreq()
2528 sgpge->sga.a32.addr_lo = 0; in bfa_ioim_send_ioreq()
2529 sgpge->sga.a32.addr_hi = 0; in bfa_ioim_send_ioreq()
2535 sgpge->sga = sgpg->sgpg_pa; in bfa_ioim_send_ioreq()
2545 sge->sga = ioim->sgpg->sgpg_pa; 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()
Dbfi.h131 union bfi_addr_u sga; member