Home
last modified time | relevance | path

Searched refs:_rx (Results 1 – 3 of 3) sorted by relevance

/drivers/net/ethernet/brocade/bna/
Dbna.h215 #define bna_rx_from_rid(_bna, _rid, _rx) \ argument
219 _rx = NULL; \
222 (_rx) = __rx; \
/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c8974 int _rx = *rx, _tx = *tx; in bnxt_trim_rings() local
8977 *rx = min_t(int, _rx, max); in bnxt_trim_rings()
8983 while (_rx + _tx > max) { in bnxt_trim_rings()
8984 if (_rx > _tx && _rx > 1) in bnxt_trim_rings()
8985 _rx--; in bnxt_trim_rings()
8989 *rx = _rx; in bnxt_trim_rings()
/drivers/net/wireless/broadcom/b43/
Dradio_2056.c3013 .rx = prefix##_rx, \
3014 .rx_length = ARRAY_SIZE(prefix##_rx), \