Searched refs:TXCFG_FIFO_UNIT (Results 1 – 2 of 2) sorted by relevance
332 #define TXCFG_FIFO_UNIT 32U macro
1004 lp->tx_drain_threshold = ROUNDUP2(dp->txthr, TXCFG_FIFO_UNIT); in sfe_set_media()1008 TXFIFOSIZE - lp->tx_drain_threshold - TXCFG_FIFO_UNIT; in sfe_set_media()1042 ASSERT(lp->tx_drain_threshold < 64*TXCFG_FIFO_UNIT); in sfe_set_media()1043 ASSERT(lp->tx_fill_threshold < 64*TXCFG_FIFO_UNIT); in sfe_set_media()1046 txcfg |= ((lp->tx_fill_threshold/TXCFG_FIFO_UNIT) << TXCFG_FLTH_SHIFT) in sfe_set_media()1047 | (lp->tx_drain_threshold/TXCFG_FIFO_UNIT); in sfe_set_media()