Home
last modified time | relevance | path

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

/drivers/scsi/bfa/
Dbfa_fcpim.c2487 sge->sga = *(union bfi_addr_u *) &addr; in bfa_ioim_send_ioreq()
2499 sgpge->sga = *(union bfi_addr_u *) &addr; in bfa_ioim_send_ioreq()
2517 sgpge->sga.a32.addr_lo = 0; in bfa_ioim_send_ioreq()
2518 sgpge->sga.a32.addr_hi = 0; in bfa_ioim_send_ioreq()
2524 sgpge->sga = sgpg->sgpg_pa; in bfa_ioim_send_ioreq()
2534 sge->sga = ioim->sgpg->sgpg_pa; in bfa_ioim_send_ioreq()
2536 sge->sga.a32.addr_lo = 0; in bfa_ioim_send_ioreq()
2537 sge->sga.a32.addr_hi = 0; in bfa_ioim_send_ioreq()
Dbfi.h131 union bfi_addr_u sga; member