Home
last modified time | relevance | path

Searched refs:RUN_MAX_TXSZ (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/bus/u4b/wlan/
H A Dif_runvar.h30 #define RUN_MAX_TXSZ \ macro
H A Dif_run.c575 .bufsize = RUN_MAX_TXSZ,
585 .bufsize = RUN_MAX_TXSZ,
595 .bufsize = RUN_MAX_TXSZ,
605 .bufsize = RUN_MAX_TXSZ,
615 .bufsize = RUN_MAX_TXSZ,
625 .bufsize = RUN_MAX_TXSZ,
3092 size + 3 + 8) > RUN_MAX_TXSZ) { in run_bulk_tx_callbackN()