Searched refs:tx_boundary (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/rtwn/ |
| H A D | if_rtwn.c | 1515 uint8_t tx_boundary; in rtwn_dma_init() local 1543 tx_boundary = sc->page_count + 1; in rtwn_dma_init() 1544 RTWN_CHK(rtwn_write_1(sc, R92C_TXPKTBUF_BCNQ_BDNY, tx_boundary)); in rtwn_dma_init() 1545 RTWN_CHK(rtwn_write_1(sc, R92C_TXPKTBUF_MGQ_BDNY, tx_boundary)); in rtwn_dma_init() 1546 RTWN_CHK(rtwn_write_1(sc, R92C_TXPKTBUF_WMAC_LBK_BF_HD, tx_boundary)); in rtwn_dma_init() 1547 RTWN_CHK(rtwn_write_1(sc, R92C_TRXFF_BNDY, tx_boundary)); in rtwn_dma_init() 1548 RTWN_CHK(rtwn_write_1(sc, R92C_TDECTRL + 1, tx_boundary)); in rtwn_dma_init()
|
| /freebsd/sys/dev/mxge/ |
| H A D | if_mxge_var.h | 196 int tx_boundary; /* boundary transmits cannot cross*/ member
|
| H A D | if_mxge.c | 482 len = sc->tx_boundary; in mxge_dma_test() 550 sc->tx_boundary = 4096; in mxge_firmware_probe() 560 sc->tx_boundary = 2048; in mxge_firmware_probe() 634 sc->tx_boundary = 4096; in mxge_select_firmware() 637 sc->tx_boundary = 2048; in mxge_select_firmware() 956 if (sc->tx_boundary == 4096) { in mxge_load_firmware() 965 sc->tx_boundary = 2048; in mxge_load_firmware() 1455 CTLFLAG_RD, &sc->tx_boundary, in mxge_add_sysctls() 3298 sc->tx_boundary, /* boundary */ in mxge_alloc_slice_rings() 3304 sc->tx_boundary, /* maxsegsz */ in mxge_alloc_slice_rings()
|