HomeSort by: relevance | last modified time | path
    Searched refs:ubsec_pktbuf (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
ubsecreg.h 185 struct ubsec_pktbuf { struct
196 struct ubsec_pktbuf mcr_ipktbuf; /* input chain header */
199 struct ubsec_pktbuf mcr_opktbuf; /* output chain header */
204 struct ubsec_pktbuf mcr_ipktbuf; /* input chain header */
207 struct ubsec_pktbuf mcr_opktbuf; /* output chain header */
ubsecvar.h 121 struct ubsec_pktbuf d_sbuf[UBS_MAX_SCATTER-1];
122 struct ubsec_pktbuf d_dbuf[UBS_MAX_SCATTER-1];
ubsec.c 133 static void ubsec_dump_pb(volatile struct ubsec_pktbuf *);
1403 struct ubsec_pktbuf *pb;
1597 struct ubsec_pktbuf *pb;
2421 struct ubsec_pktbuf *epb;
2507 if (ubsec_dma_malloc(sc, sizeof(struct ubsec_pktbuf),
2512 epb = (struct ubsec_pktbuf *)me->me_epb.dma_vaddr;
2626 struct ubsec_pktbuf *epb;
2713 if (ubsec_dma_malloc(sc, sizeof(struct ubsec_pktbuf),
2718 epb = (struct ubsec_pktbuf *)me->me_epb.dma_vaddr;
3011 ubsec_dump_pb(volatile struct ubsec_pktbuf *pb
    [all...]

Completed in 15 milliseconds