| /linux/drivers/net/ |
| A D | ifb.c | 91 struct ifb_q_private *txp = from_tasklet(txp, t, ifb_tasklet); in ifb_ri_tasklet() local 95 txq = netdev_get_tx_queue(txp->dev, txp->txqnum); in ifb_ri_tasklet() 96 skb = skb_peek(&txp->tq); in ifb_ri_tasklet() 100 skb_queue_splice_tail_init(&txp->rq, &txp->tq); in ifb_ri_tasklet() 136 skb = skb_peek(&txp->rq); in ifb_ri_tasklet() 148 txp->tasklet_pending = 1; in ifb_ri_tasklet() 190 txp = kcalloc(dev->num_tx_queues, sizeof(*txp), GFP_KERNEL); in ifb_dev_init() 191 if (!txp) in ifb_dev_init() 193 dp->tx_private = txp; in ifb_dev_init() 195 txp->txqnum = i; in ifb_dev_init() [all …]
|
| /linux/drivers/infiniband/hw/hfi1/ |
| A D | ipoib_tx.c | 200 struct ipoib_txparms *txp) in hfi1_ipoib_build_ulp_payload() argument 283 txp->hdr_dwords = 7; in hfi1_ipoib_build_ib_tx_headers() 287 txp->hdr_dwords += in hfi1_ipoib_build_ib_tx_headers() 288 hfi1_make_grh(txp->ibp, in hfi1_ipoib_build_ib_tx_headers() 391 txp->flow.tx_queue, in hfi1_ipoib_send_dma_common() 392 txp->flow.sc5); in hfi1_ipoib_send_dma_common() 552 ib_is_sc5(txp->flow.sc5)); in hfi1_ipoib_send_dma_list() 577 struct ipoib_txparms txp; in hfi1_ipoib_send() local 590 txp.dd = priv->dd; in hfi1_ipoib_send() 594 txp.dqpn = dqpn; in hfi1_ipoib_send() [all …]
|
| A D | trace_tx.h | 362 struct sdma_txreq *txp 364 TP_ARGS(sde, hwhead, swhead, txp), 379 __entry->txnext = txp ? txp->next_descq_idx : ~0; 381 __entry->sn = txp ? txp->sn : ~0; 399 struct sdma_txreq *txp 401 TP_ARGS(sde, hwhead, swhead, txp), 415 __entry->txnext = txp ? txp->next_descq_idx : ~0;
|
| /linux/drivers/gpu/drm/vc4/ |
| A D | vc4_txp.c | 467 struct vc4_txp *txp = data; in vc4_txp_interrupt() local 501 struct vc4_txp *txp; in vc4_txp_bind() local 508 txp = drmm_kzalloc(drm, sizeof(*txp), GFP_KERNEL); in vc4_txp_bind() 509 if (!txp) in vc4_txp_bind() 512 txp->pdev = pdev; in vc4_txp_bind() 514 if (IS_ERR(txp->regs)) in vc4_txp_bind() 515 return PTR_ERR(txp->regs); in vc4_txp_bind() 517 vc4_crtc = &txp->base; in vc4_txp_bind() 527 vc4_encoder = &txp->encoder; in vc4_txp_bind() 549 dev_name(dev), txp); in vc4_txp_bind() [all …]
|
| /linux/drivers/net/xen-netback/ |
| A D | netback.c | 307 if (unlikely((txp->offset + txp->size) > XEN_PAGE_SIZE)) { in xenvif_count_requests() 309 txp->offset, txp->size); in xenvif_count_requests() 317 txp++; in xenvif_count_requests() 403 int amount = data_len > txp->size ? txp->size : data_len; in xenvif_get_requests() 441 txp, sizeof(*txp)); in xenvif_get_requests() 446 txp = txfrags; in xenvif_get_requests() 448 txp++; in xenvif_get_requests() 465 ++txp; in xenvif_get_requests() 478 txp = txfrags; in xenvif_get_requests() 480 txp++; in xenvif_get_requests() [all …]
|
| /linux/drivers/net/wireless/mediatek/mt76/mt76x2/ |
| A D | phy.c | 141 struct mt76x2_tx_power_info txp; in mt76x2_phy_set_txpower() local 146 mt76x2_get_power_info(dev, &txp, chan); in mt76x2_phy_set_txpower() 149 delta = txp.delta_bw40; in mt76x2_phy_set_txpower() 151 delta = txp.delta_bw80; in mt76x2_phy_set_txpower() 159 delta = base_power - txp.target_power; in mt76x2_phy_set_txpower() 160 txp_0 = txp.chain[0].target_power + txp.chain[0].delta + delta; in mt76x2_phy_set_txpower() 161 txp_1 = txp.chain[1].target_power + txp.chain[1].delta + delta; in mt76x2_phy_set_txpower() 175 dev->target_power = txp.target_power; in mt76x2_phy_set_txpower() 206 struct mt76x2_tx_power_info txp; in mt76x2_phy_tssi_compensate() local 228 t.slope0 = txp.chain[0].tssi_slope; in mt76x2_phy_tssi_compensate() [all …]
|
| A D | init.c | 184 struct mt76x2_tx_power_info txp; in mt76x2_init_txpower() local 191 mt76x2_get_power_info(dev, &txp, chan); in mt76x2_init_txpower() 195 txp.target_power; in mt76x2_init_txpower()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
| A D | pci_mac.c | 25 struct mt76_connac_fw_txp *txp = txp_ptr; in mt7615_write_fw_txp() local 26 u8 *rept_wds_wcid = (u8 *)&txp->rept_wds_wcid; in mt7615_write_fw_txp() 34 txp->nbuf = nbuf; in mt7615_write_fw_txp() 37 tx_info->buf[0].len = MT_TXD_SIZE + sizeof(*txp); in mt7615_write_fw_txp() 42 txp->flags = cpu_to_le16(MT_CT_INFO_APPLY_TXD); in mt7615_write_fw_txp() 48 txp->flags |= cpu_to_le16(MT_CT_INFO_MGMT_FRAME); in mt7615_write_fw_txp() 53 txp->bss_idx = mvif->idx; in mt7615_write_fw_txp() 56 txp->token = cpu_to_le16(id); in mt7615_write_fw_txp() 72 void *txp; in mt7615_tx_prepare_skb() local 102 txp = txwi + MT_TXD_SIZE; in mt7615_tx_prepare_skb() [all …]
|
| /linux/drivers/spi/ |
| A D | spi-oc-tiny.c | 50 const u8 *txp; member 110 const u8 *txp = t->tx_buf; in tiny_spi_txrx_bufs() local 117 hw->txp = t->tx_buf; in tiny_spi_txrx_bufs() 124 writeb(hw->txp ? *hw->txp++ : 0, in tiny_spi_txrx_bufs() 127 writeb(hw->txp ? *hw->txp++ : 0, in tiny_spi_txrx_bufs() 132 writeb(hw->txp ? *hw->txp++ : 0, in tiny_spi_txrx_bufs() 141 writeb(txp ? *txp++ : 0, hw->base + TINY_SPI_TXDATA); in tiny_spi_txrx_bufs() 143 writeb(txp ? *txp++ : 0, hw->base + TINY_SPI_TXDATA); in tiny_spi_txrx_bufs() 173 writeb(hw->txp ? *hw->txp++ : 0, in tiny_spi_irq()
|
| A D | spi-falcon.c | 102 const u8 *txp = t->tx_buf; in falcon_sflash_xfer() local 122 if (!txp) { in falcon_sflash_xfer() 138 priv->sfcmd |= *txp; in falcon_sflash_xfer() 139 txp++; in falcon_sflash_xfer() 154 if (txp && bytelen) { in falcon_sflash_xfer() 179 val = (val << 8) | (*txp++); in falcon_sflash_xfer() 181 } else if ((dumlen < 15) && (*txp == 0)) { in falcon_sflash_xfer() 187 txp++; in falcon_sflash_xfer() 226 val |= (*txp++) << (8 * len++); in falcon_sflash_xfer()
|
| /linux/drivers/rtc/ |
| A D | rtc-rs5c348.c | 63 u8 txbuf[5+7], *txp; in rs5c348_rtc_set_time() local 78 txp = txbuf; in rs5c348_rtc_set_time() 84 txp = &txbuf[5]; in rs5c348_rtc_set_time() 85 txp[RS5C348_REG_SECS] = bin2bcd(tm->tm_sec); in rs5c348_rtc_set_time() 86 txp[RS5C348_REG_MINS] = bin2bcd(tm->tm_min); in rs5c348_rtc_set_time() 88 txp[RS5C348_REG_HOURS] = bin2bcd(tm->tm_hour); in rs5c348_rtc_set_time() 91 txp[RS5C348_REG_HOURS] = bin2bcd((tm->tm_hour + 11) % 12 + 1) | in rs5c348_rtc_set_time() 94 txp[RS5C348_REG_WDAY] = bin2bcd(tm->tm_wday); in rs5c348_rtc_set_time() 95 txp[RS5C348_REG_DAY] = bin2bcd(tm->tm_mday); in rs5c348_rtc_set_time() 96 txp[RS5C348_REG_MONTH] = bin2bcd(tm->tm_mon + 1) | in rs5c348_rtc_set_time() [all …]
|
| /linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
| A D | eeprom.c | 304 result = txp->chain_a_max; in iwl_get_max_txpwr_half_dbm() 315 result = txp->mimo2_max; in iwl_get_max_txpwr_half_dbm() 318 result = txp->mimo3_max; in iwl_get_max_txpwr_half_dbm() 345 if (txp->channel != 0 && chan->hw_value != txp->channel) in iwl_eeprom_enh_txp_read_element() 379 txp = &txp_array[idx]; in iwl_eeprom_enhanced_txpower() 385 (txp->channel && (txp->flags & in iwl_eeprom_enhanced_txpower() 389 (txp->channel), in iwl_eeprom_enhanced_txpower() 398 txp->flags); in iwl_eeprom_enhanced_txpower() 401 txp->chain_a_max, txp->chain_b_max, in iwl_eeprom_enhanced_txpower() 402 txp->chain_c_max); in iwl_eeprom_enhanced_txpower() [all …]
|
| /linux/drivers/infiniband/hw/qib/ |
| A D | qib_sdma.c | 110 idx = txp->start_idx; in clear_sdma_activelist() 117 if (txp->callback) in clear_sdma_activelist() 118 (*txp->callback)(txp, QIB_SDMA_TXREQ_S_ABORTED); in clear_sdma_activelist() 345 idx = txp->start_idx; in qib_sdma_make_progress() 350 if (txp && (txp->flags & QIB_SDMA_TXREQ_F_FREEDESC) && in qib_sdma_make_progress() 365 if (txp && txp->next_descq_idx == ppd->sdma_descq_head) { in qib_sdma_make_progress() 368 if (txp->callback) in qib_sdma_make_progress() 369 (*txp->callback)(txp, QIB_SDMA_TXREQ_S_OK); in qib_sdma_make_progress() 372 txp = NULL; in qib_sdma_make_progress() 377 idx = txp->start_idx; in qib_sdma_make_progress() [all …]
|
| /linux/Documentation/devicetree/bindings/display/ |
| A D | brcm,bcm2835-txp.yaml | 4 $id: http://devicetree.org/schemas/display/brcm,bcm2835-txp.yaml# 14 const: brcm,bcm2835-txp 31 txp: txp@7e004000 { 32 compatible = "brcm,bcm2835-txp";
|
| /linux/drivers/net/ethernet/micrel/ |
| A D | ks8851_par.c | 191 static void ks8851_wrfifo_par(struct ks8851_net *ks, struct sk_buff *txp, in ks8851_wrfifo_par() argument 195 unsigned int len = ALIGN(txp->len, 4); in ks8851_wrfifo_par() 199 __func__, txp, txp->len, txp->data, irq); in ks8851_wrfifo_par() 208 iowrite16(txp->len, ksp->hw_addr); in ks8851_wrfifo_par() 210 iowrite16_rep(ksp->hw_addr, txp->data, len / 2); in ks8851_wrfifo_par()
|
| A D | ks8851_spi.c | 252 static void ks8851_wrfifo_spi(struct ks8851_net *ks, struct sk_buff *txp, in ks8851_wrfifo_spi() argument 262 __func__, txp, txp->len, txp->data, irq); in ks8851_wrfifo_spi() 273 ks->txh.txw[2] = cpu_to_le16(txp->len); in ks8851_wrfifo_spi() 280 xfer->tx_buf = txp->data; in ks8851_wrfifo_spi() 282 xfer->len = ALIGN(txp->len, 4); in ks8851_wrfifo_spi()
|
| /linux/drivers/net/ethernet/vertexcom/ |
| A D | mse102x.c | 219 static int mse102x_tx_frame_spi(struct mse102x_net *mse, struct sk_buff *txp, in mse102x_tx_frame_spi() argument 229 __func__, txp, txp->len, txp->data); in mse102x_tx_frame_spi() 231 if ((skb_headroom(txp) < DET_SOF_LEN) || in mse102x_tx_frame_spi() 232 (skb_tailroom(txp) < DET_DFT_LEN + pad)) { in mse102x_tx_frame_spi() 233 tskb = skb_copy_expand(txp, DET_SOF_LEN, DET_DFT_LEN + pad, in mse102x_tx_frame_spi() 238 txp = tskb; in mse102x_tx_frame_spi() 241 mse102x_push_header(txp); in mse102x_tx_frame_spi() 244 skb_put_zero(txp, pad); in mse102x_tx_frame_spi() 246 mse102x_put_footer(txp); in mse102x_tx_frame_spi() 248 xfer->tx_buf = txp->data; in mse102x_tx_frame_spi() [all …]
|
| /linux/lib/dim/ |
| A D | net_dim.c | 104 struct dim_cq_moder *rxp = NULL, *txp; in net_dim_init_irq_moder() local 131 txp = kmemdup(tx_profile[tx_mode], len, GFP_KERNEL); in net_dim_init_irq_moder() 132 if (!txp) in net_dim_init_irq_moder() 135 rcu_assign_pointer(moder->tx_profile, txp); in net_dim_init_irq_moder() 151 struct dim_cq_moder *rxp, *txp; in net_dim_free_irq_moder() local 157 txp = rtnl_dereference(dev->irq_moder->tx_profile); in net_dim_free_irq_moder() 163 kfree_rcu(txp, rcu); in net_dim_free_irq_moder()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7921/ |
| A D | pci_mac.c | 16 struct mt76_connac_hw_txp *txp; in mt7921e_tx_prepare_skb() local 47 txp = (struct mt76_connac_hw_txp *)(txwi + MT_TXD_SIZE); in mt7921e_tx_prepare_skb() 48 memset(txp, 0, sizeof(struct mt76_connac_hw_txp)); in mt7921e_tx_prepare_skb() 49 mt76_connac_write_hw_txp(mdev, tx_info, txp, id); in mt7921e_tx_prepare_skb()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7925/ |
| A D | pci_mac.c | 16 struct mt76_connac_hw_txp *txp; in mt7925e_tx_prepare_skb() local 47 txp = (struct mt76_connac_hw_txp *)(txwi + MT_TXD_SIZE); in mt7925e_tx_prepare_skb() 48 memset(txp, 0, sizeof(struct mt76_connac_hw_txp)); in mt7925e_tx_prepare_skb() 49 mt76_connac_write_hw_txp(mdev, tx_info, txp, id); in mt7925e_tx_prepare_skb()
|
| /linux/drivers/net/wireless/mediatek/mt76/ |
| A D | mt76_connac_mac.c | 163 struct mt76_connac_hw_txp *txp = txp_ptr; in mt76_connac_write_hw_txp() local 164 struct mt76_connac_txp_ptr *ptr = &txp->ptr[0]; in mt76_connac_write_hw_txp() 200 struct mt76_connac_fw_txp *txp) in mt76_connac_txp_skb_unmap_fw() argument 205 for (i = 0; i < txp->nbuf; i++) in mt76_connac_txp_skb_unmap_fw() 207 le16_to_cpu(txp->len[i]), DMA_TO_DEVICE); in mt76_connac_txp_skb_unmap_fw() 212 struct mt76_connac_hw_txp *txp) in mt76_connac_txp_skb_unmap_hw() argument 222 for (i = 0; i < ARRAY_SIZE(txp->ptr); i++) { in mt76_connac_txp_skb_unmap_hw() 248 struct mt76_connac_txp_common *txp; in mt76_connac_txp_skb_unmap() local 250 txp = mt76_connac_txwi_to_txp(dev, t); in mt76_connac_txp_skb_unmap() 252 mt76_connac_txp_skb_unmap_fw(dev, &txp->fw); in mt76_connac_txp_skb_unmap() [all …]
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| A D | bcdc.c | 364 brcmf_proto_bcdc_txcomplete(struct device *dev, struct sk_buff *txp, in brcmf_proto_bcdc_txcomplete() argument 373 brcmf_fws_bustxcomplete(bcdc->fws, txp, success); in brcmf_proto_bcdc_txcomplete() 375 if (brcmf_proto_bcdc_hdrpull(bus_if->drvr, false, txp, &ifp)) in brcmf_proto_bcdc_txcomplete() 376 brcmu_pkt_buf_free_skb(txp); in brcmf_proto_bcdc_txcomplete() 378 brcmf_txfinalize(ifp, txp, success); in brcmf_proto_bcdc_txcomplete()
|
| A D | bcdc.h | 12 void brcmf_proto_bcdc_txcomplete(struct device *dev, struct sk_buff *txp,
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| A D | dma.c | 236 struct sk_buff **txp; member 651 di->txp = kzalloc(size, GFP_ATOMIC); in dma_attach() 652 if (di->txp == NULL) in dma_attach() 763 kfree(di->txp); in dma_detach() 1310 di->txp[prevtxd(di, txout)] = p; in dma_txenq() 1472 struct sk_buff *txp; in dma_getnexttxp() local 1483 txp = NULL; in dma_getnexttxp() 1523 txp = di->txp[i]; in dma_getnexttxp() 1524 di->txp[i] = NULL; in dma_getnexttxp() 1534 return txp; in dma_getnexttxp() [all …]
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
| A D | mac.c | 758 struct mt76_connac_fw_txp *txp; in mt7915_tx_prepare_skb() local 797 txp->nbuf = nbuf; in mt7915_tx_prepare_skb() 811 txp->bss_idx = mvif->mt76.idx; in mt7915_tx_prepare_skb() 814 txp->token = cpu_to_le16(id); in mt7915_tx_prepare_skb() 816 txp->rept_wds_wcid = cpu_to_le16(wcid->idx); in mt7915_tx_prepare_skb() 818 txp->rept_wds_wcid = cpu_to_le16(0x3ff); in mt7915_tx_prepare_skb() 835 memset(ptr, 0, MT_TXD_SIZE + sizeof(*txp)); in mt7915_wed_init_buf() 845 txp->token = cpu_to_le16(token_id); in mt7915_wed_init_buf() 846 txp->nbuf = 1; in mt7915_wed_init_buf() 847 txp->buf[0] = cpu_to_le32(phys + MT_TXD_SIZE + sizeof(*txp)); in mt7915_wed_init_buf() [all …]
|