Searched refs:tx_max (Results 1 - 7 of 7) sorted by relevance

/drivers/net/usb/
H A Dcdc_ncm.c128 u32 tx_max; member in struct:cdc_ncm_ctx
190 ctx->tx_max = le32_to_cpu(ctx->ncm_parm.dwNtbOutMaxSize);
206 ctx->rx_max, ctx->tx_max, ctx->tx_remainder, ctx->tx_modulus,
270 if ((ctx->tx_max <
272 (ctx->tx_max > CDC_NCM_NTB_MAX_SIZE_TX)) {
275 ctx->tx_max = CDC_NCM_NTB_MAX_SIZE_TX;
287 (val != ((-val) & val)) || (val >= ctx->tx_max)) {
301 (val != ((-val) & val)) || (val >= ctx->tx_max)) {
685 skb_out = alloc_skb((ctx->tx_max + 1), GFP_ATOMIC);
713 if (offset >= ctx->tx_max) {
[all...]
/drivers/net/wireless/ath/ath5k/
H A Dmac80211-ops.c731 u32 *tx, u32 *tx_max, u32 *rx, u32 *rx_max)
737 *tx_max = ATH5K_TXQ_LEN_MAX;
730 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.c837 u32 *tx, u32 *tx_max, u32 *rx, u32 *rx_max)
844 *tx_max += queue->limit;
836 rt2x00mac_get_ringparam(struct ieee80211_hw *hw, u32 *tx, u32 *tx_max, u32 *rx, u32 *rx_max) argument
H A Drt2x00.h1311 u32 *tx, u32 *tx_max, u32 *rx, u32 *rx_max);
/drivers/spi/
H A Dspi-dw.c165 static inline u32 tx_max(struct dw_spi *dws) function
196 u32 max = tx_max(dws);
/drivers/net/wireless/bcmdhd/
H A Ddhd_sdio.c208 uint8 tx_max; /* Maximum transmit sequence allowed */ member in struct:dhd_bus
406 (((uint8)(bus->tx_max - bus->tx_seq) > 1) && \
407 (((uint8)(bus->tx_max - bus->tx_seq) & 0x80) == 0))
411 (((uint8)(bus->tx_max - bus->tx_seq) != 0) && \
412 (((uint8)(bus->tx_max - bus->tx_seq) & 0x80) == 0))
1692 DHD_INFO(("%s: No bus credit bus->tx_max %d, bus->tx_seq %d\n",
1693 __FUNCTION__, bus->tx_max, bus->tx_seq));
1957 bus->fcstate, pktq_len(&bus->txq), bus->tx_seq, bus->tx_max, bus->rxskip,
4013 txmax = bus->tx_max;
4015 bus->tx_max
[all...]
/drivers/net/wireless/brcm80211/brcmfmac/
H A Ddhd_sdio.c475 u8 tx_max; /* Maximum transmit sequence allowed */ member in struct:brcmf_sdio
620 return (u8)(bus->tx_max - bus->tx_seq) != 0 &&
621 ((u8)(bus->tx_max - bus->tx_seq) & 0x80) == 0;
1346 bus->tx_max = txmax;
1819 bus->tx_max = txmax;
1952 bus->tx_max = txmax;
2966 brcmf_dbg(INFO, "No bus credit bus->tx_max %d, bus->tx_seq %d\n",
2967 bus->tx_max, bus->tx_seq);

Completed in 87 milliseconds