Searched refs:m_addr_t (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_malloc.c82 m_addr_t a;
104 a = (m_addr_t) h[j].next;
128 m_addr_t a, b;
143 a = (m_addr_t) ptr;
219 static m_addr_t ___mp0_get_mem_cluster(m_pool_p mp)
221 m_addr_t m = (m_addr_t) sym_get_mem_cluster();
228 static void ___mp0_free_mem_cluster(m_pool_p mp, m_addr_t m)
270 static m_addr_t ___get_dma_mem_cluster(m_pool_p mp)
273 m_addr_t vadd
[all...]
H A Dsym_glue.h524 typedef u_long m_addr_t; /* Enough bits to represent any address */ typedef
574 static __inline m_addr_t sym_m_get_dma_mem_cluster(m_pool_p mp, m_vtob_p vbp)
581 vbp->vaddr = (m_addr_t) vaddr;
582 vbp->baddr = (m_addr_t) baddr;
584 return (m_addr_t) vaddr;
599 m_addr_t __vtobus(m_pool_ident_t dev_dmat, void *m);
H A Dsym_hipd.h1350 m_addr_t vaddr; /* Virtual address */
1351 m_addr_t baddr; /* Bus physical address */
1359 ((((m_addr_t) (m)) >> SYM_MEM_CLUSTER_SHIFT) & VTOB_HASH_MASK)
1374 m_addr_t (*get_mem_cluster)(struct sym_m_pool *);
1376 void (*free_mem_cluster)(struct sym_m_pool *, m_addr_t);
H A Dsym_glue.c206 m_addr_t __vtobus(m_pool_ident_t dev_dmat, void *m)
209 m_addr_t b;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dsym53c8xx_comm.h566 typedef u_long m_addr_t; /* Enough bits to bit-hack addresses */ typedef
576 m_addr_t vaddr;
577 m_addr_t baddr;
583 ((((m_addr_t) (m)) >> MEMO_CLUSTER_SHIFT) & VTOB_HASH_MASK)
589 m_addr_t (*getp)(struct m_pool *);
590 void (*freep)(struct m_pool *, m_addr_t);
610 m_addr_t a;
632 a = (m_addr_t) h[j].next;
653 m_addr_t a, b;
668 a = (m_addr_t) pt
[all...]
H A Dsym53c8xx.c756 typedef u_long m_addr_t; /* Enough bits to bit-hack addresses */ typedef
766 m_addr_t vaddr;
767 m_addr_t baddr;
773 ((((m_addr_t) (m)) >> MEMO_CLUSTER_SHIFT) & VTOB_HASH_MASK)
779 m_addr_t (*getp)(struct m_pool *);
780 void (*freep)(struct m_pool *, m_addr_t);
800 m_addr_t a;
822 a = (m_addr_t) h[j].next;
843 m_addr_t a, b;
858 a = (m_addr_t) pt
[all...]

Completed in 143 milliseconds