Searched refs:txc (Results 1 – 12 of 12) sorted by relevance
| /drivers/hsi/clients/ |
| A D | hsi_char.c | 382 if ((txc->mode != HSI_MODE_STREAM) && (txc->mode != HSI_MODE_FRAME)) in hsc_tx_set() 384 if ((txc->channels == 0) || (txc->channels > HSC_DEVS)) in hsc_tx_set() 386 if (txc->channels & (txc->channels - 1)) in hsc_tx_set() 388 if ((txc->arb_mode != HSI_ARB_RR) && (txc->arb_mode != HSI_ARB_PRIO)) in hsc_tx_set() 391 cl->tx_cfg.mode = txc->mode; in hsc_tx_set() 393 cl->tx_cfg.speed = txc->speed; in hsc_tx_set() 406 txc->mode = cl->tx_cfg.mode; in hsc_tx_get() 408 txc->speed = cl->tx_cfg.speed; in hsc_tx_get() 530 struct hsc_tx_config txc; in hsc_ioctl() local 564 if (copy_from_user(&txc, (void __user *)arg, sizeof(txc))) in hsc_ioctl() [all …]
|
| /drivers/net/wireless/ath/carl9170/ |
| A D | tx.c | 522 if (txc->s.cookie != cookie) in carl9170_get_queued_skb() 926 txc->f.phy_control = phy_set; in carl9170_tx_apply_rateset() 936 txc->f.mac_control |= mac_tmp; in carl9170_tx_apply_rateset() 941 txc->s.rr[i - 1] = phy_set; in carl9170_tx_apply_rateset() 998 txc = skb_push(skb, sizeof(*txc)); in carl9170_tx_prepare() 999 memset(txc, 0, sizeof(*txc)); in carl9170_tx_prepare() 1063 txc->s.ampdu_settings, density); in carl9170_tx_prepare() 1066 txc->s.ampdu_settings, factor); in carl9170_tx_prepare() 1069 txc->s.len = cpu_to_le16(skb->len); in carl9170_tx_prepare() 1071 txc->f.mac_control = mac_tmp; in carl9170_tx_prepare() [all …]
|
| A D | debug.c | 283 struct _carl9170_tx_superframe *txc = (void *) skb->data; in carl9170_debugfs_format_frame() local 286 struct ieee80211_hdr *hdr = (void *) txc->frame_data; in carl9170_debugfs_format_frame() 289 "pc:%.8x, to:%d ms\n", prefix, skb, txc->s.cookie, in carl9170_debugfs_format_frame() 291 le16_to_cpu(txc->f.mac_control), le32_to_cpu(txc->f.phy_control), in carl9170_debugfs_format_frame()
|
| /drivers/spi/ |
| A D | spi-oc-tiny.c | 49 unsigned int txc, rxc; member 119 hw->txc = 0; in tiny_spi_txrx_bufs() 126 hw->txc++; in tiny_spi_txrx_bufs() 129 hw->txc++; in tiny_spi_txrx_bufs() 134 hw->txc++; in tiny_spi_txrx_bufs() 172 if (hw->txc < hw->len) { in tiny_spi_irq() 175 hw->txc++; in tiny_spi_irq()
|
| /drivers/net/can/usb/ |
| A D | gs_usb.c | 370 txc->echo_id = GS_MAX_TX_URBS; in gs_free_tx_context() 583 struct gs_tx_context *txc; in gs_usb_receive_bulk_callback() local 657 if (!txc) { in gs_usb_receive_bulk_callback() 667 gs_free_tx_context(txc); in gs_usb_receive_bulk_callback() 754 struct gs_can *dev = txc->dev; in gs_usb_xmit_callback() 772 struct gs_tx_context *txc; in gs_can_start_xmit() local 778 txc = gs_alloc_tx_context(dev); in gs_can_start_xmit() 779 if (!txc) in gs_can_start_xmit() 791 idx = txc->echo_id; in gs_can_start_xmit() 841 gs_free_tx_context(txc); in gs_can_start_xmit() [all …]
|
| /drivers/tty/serial/ |
| A D | men_z135_uart.c | 299 u32 txc; in men_z135_handle_tx() local 318 txc = (wptr >> 16) & 0x3ff; in men_z135_handle_tx() 321 if (txc > MEN_Z135_FIFO_WATERMARK) in men_z135_handle_tx() 322 txc = MEN_Z135_FIFO_WATERMARK; in men_z135_handle_tx() 324 txfree = MEN_Z135_FIFO_WATERMARK - txc; in men_z135_handle_tx() 451 u16 txc; in men_z135_tx_empty() local 454 txc = (wptr >> 16) & 0x3ff; in men_z135_tx_empty() 456 if (txc == 0) in men_z135_tx_empty()
|
| /drivers/staging/axis-fifo/ |
| A D | axis-fifo.txt | 24 - xlnx,axi-str-txc-protocol: Should be "XIL_AXI_STREAM_ETH_CTRL" 25 - xlnx,axi-str-txc-tdata-width: Should be <0x20> 66 xlnx,axi-str-txc-protocol = "XIL_AXI_STREAM_ETH_CTRL"; 67 xlnx,axi-str-txc-tdata-width = <0x20>;
|
| /drivers/net/phy/ |
| A D | microchip_t1.c | 1156 int txc; in lan887x_config_rgmii_en() local 1165 txc = phy_read_mmd(phydev, MDIO_MMD_VEND1, LAN887X_MIS_DLL_CFG_REG0); in lan887x_config_rgmii_en() 1166 if (txc < 0) in lan887x_config_rgmii_en() 1167 return txc; in lan887x_config_rgmii_en() 1185 txc &= ~LAN887X_MIS_DLL_CONF; in lan887x_config_rgmii_en() 1189 txc |= LAN887X_MIS_DLL_CONF; in lan887x_config_rgmii_en() 1193 txc &= ~LAN887X_MIS_DLL_CONF; in lan887x_config_rgmii_en() 1197 txc |= LAN887X_MIS_DLL_CONF; in lan887x_config_rgmii_en() 1213 LAN887X_MIS_DLL_CONF, txc); in lan887x_config_rgmii_en()
|
| /drivers/net/dsa/sja1105/ |
| A D | sja1105_clocking.c | 342 struct sja1105_cgu_mii_ctrl txc; in sja1105_cgu_rgmii_tx_clk_config() local 363 txc.clksrc = clksrc; in sja1105_cgu_rgmii_tx_clk_config() 365 txc.autoblock = 1; in sja1105_cgu_rgmii_tx_clk_config() 367 txc.pd = 0; in sja1105_cgu_rgmii_tx_clk_config() 368 sja1105_cgu_mii_control_packing(packed_buf, &txc, PACK); in sja1105_cgu_rgmii_tx_clk_config()
|
| /drivers/net/ethernet/qlogic/qede/ |
| A D | qede_ethtool.c | 822 u16 rxc, txc; in qede_set_coalesce() local 852 txc = (u16)coal->tx_coalesce_usecs; in qede_set_coalesce() 879 0, txc, in qede_set_coalesce() 886 edev->coal_entry[i].txc = txc; in qede_set_coalesce() 2146 u16 rxc, txc; in qede_set_per_coalesce() local 2160 txc = (u16)coal->tx_coalesce_usecs; in qede_set_per_coalesce() 2191 0, txc, in qede_set_per_coalesce() 2198 edev->coal_entry[queue].txc = txc; in qede_set_per_coalesce()
|
| A D | qede.h | 163 u16 txc; member
|
| A D | qede_main.c | 2528 coal.tx_coalesce_usecs = edev->coal_entry[i].txc; in qede_load()
|
Completed in 40 milliseconds