Searched refs:fxp_dma_map_addr (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/fxp/ |
H A D | if_fxp.c | 411 fxp_dma_map_addr(void *arg, bus_dma_segment_t *segs, int nseg, int error) in fxp_dma_map_addr() function 689 sizeof(struct fxp_stats), fxp_dma_map_addr, &sc->stats_addr, in fxp_attach() 712 sc->fxp_desc.cbl_list, FXP_TXCB_SZ, fxp_dma_map_addr, in fxp_attach() 737 sizeof(struct fxp_cb_mcs), fxp_dma_map_addr, &sc->mcs_addr, in fxp_attach() 2650 MCLBYTES - RFA_ALIGNMENT_FUDGE, fxp_dma_map_addr, in fxp_new_rfabuf()
|