ubsec_pktbuf
static void ubsec_dump_pb(volatile struct ubsec_pktbuf *);
struct ubsec_pktbuf *pb;
struct ubsec_pktbuf *pb;
struct ubsec_pktbuf *epb;
if (ubsec_dma_malloc(sc, sizeof(struct ubsec_pktbuf),
epb = (struct ubsec_pktbuf *)me->me_epb.dma_vaddr;
struct ubsec_pktbuf *epb;
if (ubsec_dma_malloc(sc, sizeof(struct ubsec_pktbuf),
epb = (struct ubsec_pktbuf *)me->me_epb.dma_vaddr;
ubsec_dump_pb(volatile struct ubsec_pktbuf *pb)
struct ubsec_pktbuf mcr_ipktbuf; /* input chain header */
struct ubsec_pktbuf mcr_opktbuf; /* output chain header */
struct ubsec_pktbuf mcr_ipktbuf; /* input chain header */
struct ubsec_pktbuf mcr_opktbuf; /* output chain header */
struct ubsec_pktbuf d_sbuf[UBS_MAX_SCATTER-1];
struct ubsec_pktbuf d_dbuf[UBS_MAX_SCATTER-1];