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

  /src/sys/dev/pci/
if_ipwvar.h 134 struct ipw_soft_buf tx_sbuf_list[IPW_NDATA];
137 struct ipw_soft_hdr shdr_list[IPW_NDATA];
if_ipwreg.h 32 #define IPW_NDATA (IPW_NTBD / 2)
33 #define IPW_HDR_SZ (IPW_NDATA * sizeof (struct ipw_soft_hdr))
if_ipw.c 516 IPW_NDATA * sizeof(struct ipw_hdr), 1,
525 IPW_NDATA * sizeof(struct ipw_hdr), PAGE_SIZE, 0, &sc->hdr_seg,
533 IPW_NDATA * sizeof(struct ipw_hdr), (void **)&sc->hdr_list,
541 IPW_NDATA * sizeof(struct ipw_hdr), NULL, BUS_DMA_NOWAIT);
553 for (i = 0; i < IPW_NDATA; i++) {
565 for (i = 0; i < IPW_NDATA; i++) {
696 IPW_NDATA * sizeof(struct ipw_hdr));
703 for (i = 0; i < IPW_NDATA; i++)

Completed in 15 milliseconds