Searched refs:tx_boundary (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/mxge/
H A Dif_mxge_var.h221 int tx_boundary; /* boundary transmits cannot cross*/ member in struct:mxge_softc
H A Dif_mxge.c495 len = sc->tx_boundary;
551 * larger than 2KB by setting the tx_boundary to 2KB. If ECRC is
553 * firmware image, and set tx_boundary to 4KB.
563 sc->tx_boundary = 4096;
573 sc->tx_boundary = 2048;
647 sc->tx_boundary = 4096;
650 sc->tx_boundary = 2048;
991 if (sc->tx_boundary == 4096) {
1000 sc->tx_boundary = 2048;
1485 0, "tx_boundary");
[all...]
/freebsd-12-stable/sys/dev/rtwn/
H A Dif_rtwn.c1387 uint8_t tx_boundary; local
1415 tx_boundary = sc->page_count + 1;
1416 RTWN_CHK(rtwn_write_1(sc, R92C_TXPKTBUF_BCNQ_BDNY, tx_boundary));
1417 RTWN_CHK(rtwn_write_1(sc, R92C_TXPKTBUF_MGQ_BDNY, tx_boundary));
1418 RTWN_CHK(rtwn_write_1(sc, R92C_TXPKTBUF_WMAC_LBK_BF_HD, tx_boundary));
1419 RTWN_CHK(rtwn_write_1(sc, R92C_TRXFF_BNDY, tx_boundary));
1420 RTWN_CHK(rtwn_write_1(sc, R92C_TDECTRL + 1, tx_boundary));

Completed in 93 milliseconds