[go: nahoru, domu]

Searched defs:rx_max (Results 1 - 6 of 6) sorted by relevance

/drivers/net/wireless/ath/ath5k/
H A Dmac80211-ops.c752 u32 *tx, u32 *tx_max, u32 *rx, u32 *rx_max)
759 *rx = *rx_max = ATH_RXBUF;
751 ath5k_get_ringparam(struct ieee80211_hw *hw, u32 *tx, u32 *tx_max, u32 *rx, u32 *rx_max) argument
/drivers/net/wireless/rt2x00/
H A Drt2x00mac.c834 u32 *tx, u32 *tx_max, u32 *rx, u32 *rx_max)
845 *rx_max = rt2x00dev->rx->limit;
833 rt2x00mac_get_ringparam(struct ieee80211_hw *hw, u32 *tx, u32 *tx_max, u32 *rx, u32 *rx_max) argument
/drivers/spi/
H A Dspi-dw.c169 static inline u32 rx_max(struct dw_spi *dws) function
196 u32 max = rx_max(dws);
H A Dspi-rockchip.c256 static inline u32 rx_max(struct rockchip_spi *rs) function
354 u32 max = rx_max(rs);
/drivers/net/can/
H A Dxilinx_can.c1050 int ret, rx_max, tx_max; local
1064 ret = of_property_read_u32(pdev->dev.of_node, "rx-fifo-depth", &rx_max);
1138 netif_napi_add(ndev, &priv->napi, xcan_rx_poll, rx_max);
/drivers/staging/dgap/
H A Ddgap.h1093 unsigned short rx_max; /* W Rx buffer size - 1 */ member in struct:bs_t

Completed in 156 milliseconds