/linux-4.4.14/drivers/net/usb/ |
D | cdc_ncm.c | 210 return sprintf(buf, "%u\n", ctx->tx_max); in cdc_ncm_show_tx_max() 244 cdc_ncm_update_rxtx_max(dev, val, ctx->tx_max); in cdc_ncm_store_rx_max() 284 static DEVICE_ATTR(tx_max, S_IRUGO | S_IWUSR, cdc_ncm_show_tx_max, cdc_ncm_store_tx_max); 363 if (val != ctx->tx_max) in cdc_ncm_update_rxtx_max() 378 if (netif_running(dev->net) && val > ctx->tx_max) { in cdc_ncm_update_rxtx_max() 386 ctx->tx_max = val; in cdc_ncm_update_rxtx_max() 389 ctx->tx_max = val; in cdc_ncm_update_rxtx_max() 392 dev->hard_mtu = ctx->tx_max; in cdc_ncm_update_rxtx_max() 398 ctx->min_tx_pkt = clamp_t(u16, ctx->tx_max - 3 * usb_maxpacket(dev->udev, dev->out, 1), in cdc_ncm_update_rxtx_max() 399 CDC_NCM_MIN_TX_PKT, ctx->tx_max); in cdc_ncm_update_rxtx_max() [all …]
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-net-cdc_ncm | 7 than this to tx_max, allowing the device to receive 8 tx_max sized frames with no terminating short 13 Padding to tx_max allows the driver to transmit NTBs 19 Set to 0 to pad all frames. Set greater than tx_max to 38 What: /sys/class/net/<iface>/cdc_ncm/tx_max
|
/linux-4.4.14/drivers/net/can/ |
D | xilinx_can.c | 136 unsigned int tx_max; member 440 can_put_echo_skb(skb, ndev, priv->tx_head % priv->tx_max); in xcan_start_xmit() 457 if ((priv->tx_head - priv->tx_tail) == priv->tx_max) in xcan_start_xmit() 750 priv->tx_max); in xcan_tx_interrupt() 1048 int ret, rx_max, tx_max; in xcan_probe() local 1058 ret = of_property_read_u32(pdev->dev.of_node, "tx-fifo-depth", &tx_max); in xcan_probe() 1067 ndev = alloc_candev(sizeof(struct xcan_priv), tx_max); in xcan_probe() 1079 priv->tx_max = tx_max; in xcan_probe() 1149 priv->tx_max); in xcan_probe()
|
/linux-4.4.14/include/linux/usb/ |
D | cdc_ncm.h | 118 u32 tx_max; member
|
/linux-4.4.14/drivers/spi/ |
D | spi-dw.c | 149 static inline u32 tx_max(struct dw_spi *dws) in tx_max() function 180 u32 max = tx_max(dws); in dw_writer()
|
D | spi-rockchip.c | 247 static inline u32 tx_max(struct rockchip_spi *rs) in tx_max() function 350 u32 max = tx_max(rs); in rockchip_spi_pio_writer()
|
/linux-4.4.14/drivers/net/wireless/rt2x00/ |
D | rt2x00mac.c | 819 u32 *tx, u32 *tx_max, u32 *rx, u32 *rx_max) in rt2x00mac_get_ringparam() argument 826 *tx_max += queue->limit; in rt2x00mac_get_ringparam()
|
D | rt2x00.h | 1465 u32 *tx, u32 *tx_max, u32 *rx, u32 *rx_max);
|
/linux-4.4.14/drivers/net/wireless/ath/ath5k/ |
D | mac80211-ops.c | 743 u32 *tx, u32 *tx_max, u32 *rx, u32 *rx_max) in ath5k_get_ringparam() argument 749 *tx_max = ATH5K_TXQ_LEN_MAX; in ath5k_get_ringparam()
|
/linux-4.4.14/net/mac80211/ |
D | trace.h | 1198 TP_PROTO(struct ieee80211_local *local, u32 *tx, u32 *tx_max, 1201 TP_ARGS(local, tx, tx_max, rx, rx_max), 1206 __field(u32, tx_max) 1214 __entry->tx_max = *tx_max; 1222 __entry->tx, __entry->tx_max, __entry->rx, __entry->rx_max
|
D | driver-ops.h | 713 u32 *tx, u32 *tx_max, u32 *rx, u32 *rx_max) in drv_get_ringparam() argument 717 trace_drv_get_ringparam(local, tx, tx_max, rx, rx_max); in drv_get_ringparam() 719 local->ops->get_ringparam(&local->hw, tx, tx_max, rx, rx_max); in drv_get_ringparam()
|
/linux-4.4.14/net/wireless/ |
D | trace.h | 1489 TP_PROTO(struct wiphy *wiphy, u32 tx, u32 tx_max, 1491 TP_ARGS(wiphy, tx, tx_max, rx, rx_max), 1495 __field(u32, tx_max) 1502 __entry->tx_max = tx_max; 1507 WIPHY_PR_ARG, __entry->tx, __entry->tx_max, __entry->rx,
|
/linux-4.4.14/drivers/staging/dgap/ |
D | dgap.h | 1084 unsigned short tx_max; /* W Tx buffer size - 1 */ member
|
D | dgap.c | 6766 ch->ch_tsize = readw(&ch->ch_bs->tx_max) + 1; in dgap_tty_init()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | sdio.c | 447 u8 tx_max; /* Maximum transmit sequence allowed */ member 743 return (u8)(bus->tx_max - bus->tx_seq) != 0 && in data_ok() 744 ((u8)(bus->tx_max - bus->tx_seq) & 0x80) == 0; in data_ok() 1504 bus->tx_max = tx_seq_max; in brcmf_sdio_hdparse() 2380 pkt_num = min_t(u8, bus->tx_max - bus->tx_seq, in brcmf_sdio_sendfromq()
|
/linux-4.4.14/include/net/ |
D | mac80211.h | 3411 u32 *tx, u32 *tx_max, u32 *rx, u32 *rx_max);
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4fw_api.h | 485 __be32 tx_max; member
|
/linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 1843 req->tcb.tx_max = (__force __be32) jiffies; in send_fw_act_open_req()
|