Searched refs:sq_pgtbl_phys (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/scsi/bnx2i/
H A Dbnx2i.h591 * @sq_pgtbl_phys: dma address of 'sq_pgtbl_virt'
647 dma_addr_t sq_pgtbl_phys; member in struct:qp_info
H A Dbnx2i_hwi.c802 dma_addr = ep->qp.sq_pgtbl_phys;
863 dma_addr = ep->qp.sq_pgtbl_phys + ISCSI_SQ_DB_SIZE;
1062 &ep->qp.sq_pgtbl_phys, GFP_KERNEL);
1192 ep->qp.sq_pgtbl_virt, ep->qp.sq_pgtbl_phys);
1194 ep->qp.sq_pgtbl_phys = 0;

Completed in 153 milliseconds