/drivers/spi/ |
D | spi-loopback-test.c | 85 .tx_buf = TX(0), 99 .tx_buf = TX(PAGE_SIZE - 4), 112 .tx_buf = TX(0), 137 .tx_buf = TX(0), 141 .tx_buf = TX(SPI_TEST_MAX_SIZE_HALF), 154 .tx_buf = TX(64), 158 .tx_buf = TX(0), 172 .tx_buf = TX(0), 175 .tx_buf = TX(64), 188 .tx_buf = TX(0), [all …]
|
D | spi-test.h | 22 #define TX(off) ((void *)(TX_START + off)) macro
|
/drivers/usb/chipidea/ |
D | udc.c | 60 return num + ((dir == TX) ? 16 : 0); in hw_ep_bit() 126 (dir == TX) ? ENDPTCTRL_TXE : ENDPTCTRL_RXE, 0); in hw_ep_disable() 143 if (dir == TX) { in hw_ep_enable() 176 u32 mask = (dir == TX) ? ENDPTCTRL_TXS : ENDPTCTRL_RXS; in hw_ep_get_halt() 228 u32 mask_xs = (dir == TX) ? ENDPTCTRL_TXS : ENDPTCTRL_RXS; in hw_ep_set_halt() 229 u32 mask_xr = (dir == TX) ? ENDPTCTRL_TXR : ENDPTCTRL_RXR; in hw_ep_set_halt() 374 if (hwep->type == USB_ENDPOINT_XFER_ISOC && hwep->dir == TX) { in add_td_to_list() 420 return ((ep->dir == TX) ? USB_ENDPOINT_DIR_MASK : 0) | ep->num; in _usb_addr() 454 if (hwreq->req.zero && hwreq->req.length && hwep->dir == TX in prepare_td_for_non_sg() 701 if (hwep->dir == TX) { in _hardware_dequeue() [all …]
|
D | udc.h | 17 #define TX 1 /* similar to USB_DIR_IN but can be used as an index */ macro
|
/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
D | phy_n.c | 17071 WRITE_RADIO_REG3(pi, RADIO_2057, TX, core, in wlc_phy_ipa_internal_tssi_setup_nphy() 17073 WRITE_RADIO_REG3(pi, RADIO_2057, TX, core, in wlc_phy_ipa_internal_tssi_setup_nphy() 17077 WRITE_RADIO_REG3(pi, RADIO_2057, TX, in wlc_phy_ipa_internal_tssi_setup_nphy() 17081 WRITE_RADIO_REG3(pi, RADIO_2057, TX, in wlc_phy_ipa_internal_tssi_setup_nphy() 17084 WRITE_RADIO_REG3(pi, RADIO_2057, TX, in wlc_phy_ipa_internal_tssi_setup_nphy() 17087 WRITE_RADIO_REG3(pi, RADIO_2057, TX, core, in wlc_phy_ipa_internal_tssi_setup_nphy() 17089 WRITE_RADIO_REG3(pi, RADIO_2057, TX, core, in wlc_phy_ipa_internal_tssi_setup_nphy() 17091 WRITE_RADIO_REG3(pi, RADIO_2057, TX, core, in wlc_phy_ipa_internal_tssi_setup_nphy() 17097 TX, core, in wlc_phy_ipa_internal_tssi_setup_nphy() 17101 TX, core, in wlc_phy_ipa_internal_tssi_setup_nphy() [all …]
|
/drivers/net/ethernet/3com/ |
D | Kconfig | 92 3C990-TX, 3CR990-TX-95, 3CR990-TX-97, 3CR990-FX-95, 3CR990-FX-97, 94 3CR990-FX-97 Server, 3C990B-TX-M, 3C990BSVR
|
/drivers/staging/axis-fifo/ |
D | axis-fifo.txt | 45 - xlnx,tx-fifo-depth: Depth of TX FIFO in words 46 - xlnx,tx-fifo-pe-threshold: TX programmable empty interrupt threshold 48 - xlnx,tx-fifo-pf-threshold: TX programmable full interrupt threshold 54 - xlnx,use-tx-data: <0x1> if TX FIFO is enabled, <0x0> otherwise
|
/drivers/net/ethernet/mellanox/mlx4/ |
D | en_port.c | 173 for (i = 0; i < priv->tx_ring_num[TX]; i++) { in mlx4_en_fold_software_stats() 174 const struct mlx4_en_tx_ring *ring = priv->tx_ring[TX][i]; in mlx4_en_fold_software_stats() 267 for (i = 0; i < priv->tx_ring_num[TX]; i++) { in mlx4_en_DUMP_ETH_STATS() 268 const struct mlx4_en_tx_ring *ring = priv->tx_ring[TX][i]; in mlx4_en_DUMP_ETH_STATS()
|
D | en_ethtool.c | 351 (priv->tx_ring_num[TX] * 2) + in mlx4_en_get_sset_count() 422 for (i = 0; i < priv->tx_ring_num[TX]; i++) { in mlx4_en_get_ethtool_stats() 423 data[index++] = priv->tx_ring[TX][i]->packets; in mlx4_en_get_ethtool_stats() 424 data[index++] = priv->tx_ring[TX][i]->bytes; in mlx4_en_get_ethtool_stats() 507 for (i = 0; i < priv->tx_ring_num[TX]; i++) { in mlx4_en_get_strings() 1168 tx_size == priv->tx_ring[TX][0]->size) in mlx4_en_set_ringparam() 1213 param->tx_pending = priv->tx_ring[TX][0]->size; in mlx4_en_get_ringparam() 1820 channel->tx_count = priv->tx_ring_num[TX] / in mlx4_en_get_channels() 1857 new_prof.tx_ring_num[TX] = channel->tx_count * priv->prof->num_up; in mlx4_en_set_channels() 1878 en_warn(priv, "Using %d TX rings\n", priv->tx_ring_num[TX]); in mlx4_en_set_channels()
|
D | en_netdev.c | 67 netif_set_real_num_tx_queues(dev, priv->tx_ring_num[TX]); in mlx4_en_setup_tc() 107 new_prof.tx_ring_num[TX] = new_prof.num_tx_rings_p_up * in mlx4_en_alloc_tx_queue_per_tc() 109 total_count = new_prof.tx_ring_num[TX] + new_prof.tx_ring_num[TX_XDP]; in mlx4_en_alloc_tx_queue_per_tc() 1374 struct mlx4_en_tx_ring *tx_ring = priv->tx_ring[TX][txqueue]; in mlx4_en_tx_timeout() 1710 u8 num_tx_rings_p_up = t == TX ? in mlx4_en_start_port() 2048 tx_ring = priv->tx_ring[TX]; in mlx4_en_clear_stats() 2049 for (i = 0; i < priv->tx_ring_num[TX]; i++) { in mlx4_en_clear_stats() 2699 struct mlx4_en_tx_ring *tx_ring = priv->tx_ring[TX][queue_index]; in mlx4_en_set_tx_maxrate() 2772 if (priv->tx_ring_num[TX] + xdp_ring_num > MAX_TX_RINGS) { in mlx4_xdp_set() 2774 new_prof.tx_ring_num[TX] = in mlx4_xdp_set() [all …]
|
D | en_cq.c | 150 case TX: in mlx4_en_activate_cq()
|
D | en_main.c | 179 params->prof[i].tx_ring_num[TX] = params->max_num_tx_rings_p_up * in mlx4_en_get_profile()
|
/drivers/net/ethernet/freescale/ |
D | gianfar.c | 510 gfar_irq(grp, TX)->irq = irq_of_parse_and_map(np, 0); in gfar_parse_group() 516 if (!gfar_irq(grp, TX)->irq || in gfar_parse_group() 2907 disable_irq(gfar_irq(grp, TX)->irq); in gfar_netpoll() 2910 gfar_interrupt(gfar_irq(grp, TX)->irq, grp); in gfar_netpoll() 2913 enable_irq(gfar_irq(grp, TX)->irq); in gfar_netpoll() 2919 disable_irq(gfar_irq(grp, TX)->irq); in gfar_netpoll() 2920 gfar_interrupt(gfar_irq(grp, TX)->irq, grp); in gfar_netpoll() 2921 enable_irq(gfar_irq(grp, TX)->irq); in gfar_netpoll() 2929 free_irq(gfar_irq(grp, TX)->irq, grp); in free_grp_irqs() 2957 err = request_irq(gfar_irq(grp, TX)->irq, gfar_transmit, 0, in register_grp_irqs() [all …]
|
/drivers/tty/serial/ |
D | milbeaut_usio.c | 21 #define TX 1 macro 262 ret = request_irq(mlb_usio_irq[index][TX], mlb_usio_tx_irq, in mlb_usio_startup() 297 free_irq(mlb_usio_irq[index][TX], port); in mlb_usio_shutdown() 531 mlb_usio_irq[index][TX] = ret; in mlb_usio_probe()
|
/drivers/net/ethernet/ezchip/ |
D | Kconfig | 25 Device supports interrupts for RX and TX(completion).
|
/drivers/media/platform/cadence/ |
D | Kconfig | 26 tristate "Cadence MIPI-CSI2 TX Controller"
|
/drivers/power/reset/ |
D | qnap-poweroff.c | 70 writel(cfg->cmd, UART1_REG(TX)); in qnap_power_off()
|
/drivers/atm/ |
D | Kconfig | 76 The burst sizes can be set independently in the send (TX) and 89 bool "Enable 16W TX bursts (discouraged)" 96 bool "Enable 8W TX bursts (recommended)" 103 bool "Enable 4W TX bursts (optional)" 111 bool "Enable 2W TX bursts (optional)"
|
/drivers/vdpa/ |
D | Kconfig | 19 vDPA networking device simulator which loop TX traffic back
|
/drivers/net/hippi/ |
D | Kconfig | 31 bool "Use large TX/RX rings"
|
/drivers/media/usb/cx231xx/ |
D | Kconfig | 23 cx231xx hardware has a builtin RX/TX support. However, a few
|
/drivers/net/ethernet/freescale/enetc/ |
D | enetc_hw.h | 106 enum enetc_bdr_type {TX, RX}; enumerator 484 #define enetc_txbdr_rd(hw, n, off) enetc_bdr_rd(hw, TX, n, off) 487 enetc_bdr_wr(hw, TX, n, off, val)
|
/drivers/net/ethernet/freescale/dpaa/ |
D | dpaa_eth.c | 194 enum port_type {RX, TX}; enumerator 1279 struct fman_port *txport = mac_dev->port[TX]; in dpaa_eth_init_ports() 1283 port_fqs->tx_defq, &buf_layout[TX]); in dpaa_eth_init_ports() 1675 if (!fman_port_get_tstamp(priv->mac_dev->port[TX], vaddr, in dpaa_cleanup_tx_fd() 2950 priv->tx_dma_dev = fman_port_get_device(mac_dev->port[TX]); in dpaa_eth_probe() 2973 priv->buf_layout[TX].priv_data_size = DPAA_TX_PRIV_DATA_SIZE; /* Tx */ in dpaa_eth_probe() 3018 dpaa_fq_setup(priv, &dpaa_fq_cbs, priv->mac_dev->port[TX]); in dpaa_eth_probe() 3044 priv->tx_headroom = dpaa_get_headroom(priv->buf_layout, TX); in dpaa_eth_probe()
|
/drivers/net/ethernet/moxa/ |
D | moxart_ether.h | 325 #error MOXA ART Ethernet device driver TX buffer is too large!
|
/drivers/gpu/drm/rockchip/ |
D | Kconfig | 69 Rockchip rk3288 SoC has LVDS TX Controller can be used, and it
|