rx_mbuf_map      2162 dev/pci/if_bnx.c 		if (sc->rx_mbuf_map[i] != NULL) {
rx_mbuf_map      2163 dev/pci/if_bnx.c 			bus_dmamap_unload(sc->bnx_dmatag, sc->rx_mbuf_map[i]);
rx_mbuf_map      2164 dev/pci/if_bnx.c 			bus_dmamap_destroy(sc->bnx_dmatag, sc->rx_mbuf_map[i]);
rx_mbuf_map      2381 dev/pci/if_bnx.c 		    &sc->rx_mbuf_map[i])) {
rx_mbuf_map      3310 dev/pci/if_bnx.c 	map = sc->rx_mbuf_map[*chain_prod];
rx_mbuf_map      3367 dev/pci/if_bnx.c 	sc->rx_mbuf_map[first_chain_prod] = sc->rx_mbuf_map[*chain_prod];
rx_mbuf_map      3368 dev/pci/if_bnx.c 	sc->rx_mbuf_map[*chain_prod] = map;
rx_mbuf_map      3600 dev/pci/if_bnx.c 			if (sc->rx_mbuf_map[i] != NULL)
rx_mbuf_map      3602 dev/pci/if_bnx.c 				    sc->rx_mbuf_map[i],	0,
rx_mbuf_map      3603 dev/pci/if_bnx.c 				    sc->rx_mbuf_map[i]->dm_mapsize,
rx_mbuf_map      3808 dev/pci/if_bnx.c 			    sc->rx_mbuf_map[sw_chain_cons], 0,
rx_mbuf_map      3809 dev/pci/if_bnx.c 			    sc->rx_mbuf_map[sw_chain_cons]->dm_mapsize,
rx_mbuf_map      3812 dev/pci/if_bnx.c 			    sc->rx_mbuf_map[sw_chain_cons]);
rx_mbuf_map      4746 dev/pci/if_bnxreg.h 	bus_dmamap_t		rx_mbuf_map[TOTAL_RX_BD];