/linux-6.12.1/drivers/net/wireless/marvell/mwifiex/ |
D | sta_tx.c | 73 local_tx_pd->tx_control = in mwifiex_process_sta_txpd() 101 if (!local_tx_pd->tx_control) in mwifiex_process_sta_txpd() 103 local_tx_pd->tx_control = cpu_to_le32(priv->pkt_tx_ctrl); in mwifiex_process_sta_txpd() 151 local_tx_pd->tx_control = cpu_to_le32(priv->pkt_tx_ctrl); in mwifiex_send_null_packet()
|
D | 11n_aggr.c | 113 if (local_tx_pd->tx_control == 0) in mwifiex_11n_form_amsdu_txpd() 115 local_tx_pd->tx_control = cpu_to_le32(priv->pkt_tx_ctrl); in mwifiex_11n_form_amsdu_txpd()
|
D | uap_txrx.c | 511 txpd->tx_control = in mwifiex_process_uap_txpd() 527 if (!txpd->tx_control) in mwifiex_process_uap_txpd() 529 txpd->tx_control = cpu_to_le32(priv->pkt_tx_ctrl); in mwifiex_process_uap_txpd()
|
D | tdls.c | 821 u32 pkt_type, tx_control; in mwifiex_send_tdls_action_frame() local 853 tx_control = 0; in mwifiex_send_tdls_action_frame() 857 memcpy(pos + sizeof(pkt_type), &tx_control, sizeof(tx_control)); in mwifiex_send_tdls_action_frame()
|
D | cfg80211.c | 169 u32 tx_control = 0, pkt_type = PKT_TYPE_MGMT; in mwifiex_form_mgmt_frame() local 177 memcpy(skb_push(skb, sizeof(tx_control)), in mwifiex_form_mgmt_frame() 178 &tx_control, sizeof(tx_control)); in mwifiex_form_mgmt_frame() 4285 u32 tx_control = 0, pkt_type = PKT_TYPE_MGMT; in mwifiex_cfg80211_authenticate() local 4377 memcpy(skb_push(skb, sizeof(tx_control)), in mwifiex_cfg80211_authenticate() 4378 &tx_control, sizeof(tx_control)); in mwifiex_cfg80211_authenticate()
|
D | fw.h | 684 __le32 tx_control; member 731 __le32 tx_control; member
|
/linux-6.12.1/drivers/net/wireless/ti/wl1251/ |
D | tx.h | 67 struct tx_control { struct 131 struct tx_control control;
|
/linux-6.12.1/drivers/net/wireless/broadcom/b43/ |
D | phy_g.c | 205 const struct b43_rfatt *rfatt, u8 tx_control) in b43_set_txpower_g() argument 222 gphy->tx_control = tx_control; in b43_set_txpower_g() 224 gphy->rfatt.with_padmix = !!(tx_control & B43_TXCTL_TXMIX); in b43_set_txpower_g() 231 bb, rf, tx_control, tx_bias, tx_magn); in b43_set_txpower_g() 238 (rf & 0x000F) | (tx_control & 0x0070)); in b43_set_txpower_g() 241 b43_radio_maskset(dev, 0x52, ~0x0070, (tx_control & 0x0070)); in b43_set_txpower_g() 1570 b43_set_txpower_g(dev, &gphy->bbatt, &gphy->rfatt, gphy->tx_control); in b43_phy_initb5() 1677 b43_set_txpower_g(dev, &gphy->bbatt, &gphy->rfatt, gphy->tx_control); in b43_phy_initb6() 1942 old_tx_control = gphy->tx_control; in b43_phy_init_pctl() 2526 gphy->tx_control = (default_tx_control(dev) << 4); in b43_gphy_op_prepare_hardware() [all …]
|
D | lo.h | 80 u16 rfatt, u16 bbatt, u16 tx_control);
|
D | phy_g.h | 150 u8 tx_control; /* B43_TXCTL_XXX */ member
|
D | lo.c | 902 u16 rfatt, u16 bbatt, u16 tx_control) in b43_lo_g_adjust_to() argument
|
/linux-6.12.1/drivers/net/ethernet/ibm/ehea/ |
D | ehea_main.c | 780 swqe->tx_control |= EHEA_SWQE_PURGE; in check_sqs() 782 swqe->tx_control |= EHEA_SWQE_SIGNALLED_COMPLETION; in check_sqs() 783 swqe->tx_control |= EHEA_SWQE_IMM_DATA_PRESENT; in check_sqs() 1615 swqe->tx_control |= EHEA_SWQE_TSO; in write_swqe2_immediate() 1959 swqe->tx_control |= EHEA_SWQE_IMM_DATA_PRESENT | EHEA_SWQE_CRC; in xmit_common() 1965 swqe->tx_control |= EHEA_SWQE_IP_CHECKSUM; in xmit_common() 1973 swqe->tx_control |= EHEA_SWQE_TCP_CHECKSUM; in xmit_common() 1981 swqe->tx_control |= EHEA_SWQE_TCP_CHECKSUM; in xmit_common() 1992 swqe->tx_control |= EHEA_SWQE_DESCRIPTORS_PRESENT; in ehea_xmit2() 2032 swqe->tx_control |= EHEA_SWQE_VLAN_INSERT; in ehea_start_xmit() [all …]
|
D | ehea_qmr.h | 88 u16 tx_control; member
|
/linux-6.12.1/drivers/net/wireless/marvell/libertas/ |
D | tx.c | 121 txpd->tx_control = cpu_to_le32(convert_radiotap_rate_to_mv(rtap_hdr->rate)); in lbs_hard_start_xmit()
|
D | host.h | 307 __le32 tx_control; member
|
D | mesh.c | 1087 txpd->tx_control |= cpu_to_le32(TxPD_MESH_FRAME); in lbs_mesh_set_txpd()
|
/linux-6.12.1/drivers/media/rc/ |
D | imon.c | 112 bool tx_control; member 602 if (!ictx->tx_control) { in send_packet() 2128 bool tx_control = false; in imon_find_endpoints() local 2171 tx_control = true; in imon_find_endpoints() 2200 ictx->tx_control = tx_control; in imon_find_endpoints()
|
/linux-6.12.1/drivers/net/ethernet/xscale/ |
D | ixp4xx_eth.c | 174 u32 tx_control[2], __res1[2]; /* 000 */ member 599 &port->regs->tx_control[0]); in ixp4xx_adjust_link() 602 &port->regs->tx_control[0]); in ixp4xx_adjust_link() 1324 __raw_writel(TX_CNTRL1_RETRIES, &port->regs->tx_control[1]); in eth_open() 1325 __raw_writel(DEFAULT_TX_CNTRL0, &port->regs->tx_control[0]); in eth_open()
|
/linux-6.12.1/drivers/net/ethernet/ |
D | fealnx.c | 1489 long tx_control = np->cur_tx->control; in intr_handler() local 1491 if (!(tx_control & TXLD)) { /* this pkt is combined by two tx descriptors */ in intr_handler() 1496 tx_control = next->control; in intr_handler() 1518 ((tx_control & PKTSMask) >> PKTSShift); in intr_handler() 1526 ((tx_control & PKTSMask) >> PKTSShift); in intr_handler()
|
/linux-6.12.1/drivers/net/wireless/marvell/libertas_tf/ |
D | libertas_tf.h | 267 __le32 tx_control; member
|
D | main.c | 231 txpd->tx_control |= cpu_to_le32(MRVL_PER_PACKET_RATE | in lbtf_tx_work()
|
/linux-6.12.1/drivers/net/ethernet/sfc/siena/ |
D | siena.c | 490 SIENA_DMA_STAT(tx_control, TX_CONTROL_PKTS),
|
/linux-6.12.1/drivers/net/ethernet/sfc/falcon/ |
D | falcon.c | 151 FALCON_DMA_STAT(tx_control, XgTxControlPkts),
|