Searched refs:_rx (Results 1 – 3 of 3) sorted by relevance
215 #define bna_rx_from_rid(_bna, _rid, _rx) \ argument219 _rx = NULL; \222 (_rx) = __rx; \
8974 int _rx = *rx, _tx = *tx; in bnxt_trim_rings() local8977 *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()
3013 .rx = prefix##_rx, \3014 .rx_length = ARRAY_SIZE(prefix##_rx), \