| /Linux-v5.4/drivers/net/wireless/marvell/mwifiex/ | 
| D | sta_tx.c | 93 		local_tx_pd->tx_control =  in mwifiex_process_sta_txpd()121 	if (!local_tx_pd->tx_control)  in mwifiex_process_sta_txpd()
 123 		local_tx_pd->tx_control = cpu_to_le32(priv->pkt_tx_ctrl);  in mwifiex_process_sta_txpd()
 173 	local_tx_pd->tx_control = cpu_to_le32(priv->pkt_tx_ctrl);  in mwifiex_send_null_packet()
 
 | 
| D | 11n_aggr.c | 125 	if (local_tx_pd->tx_control == 0)  in mwifiex_11n_form_amsdu_txpd()127 		local_tx_pd->tx_control = cpu_to_le32(priv->pkt_tx_ctrl);  in mwifiex_11n_form_amsdu_txpd()
 
 | 
| D | uap_txrx.c | 508 		txpd->tx_control =  in mwifiex_process_uap_txpd()524 	if (!txpd->tx_control)  in mwifiex_process_uap_txpd()
 526 		txpd->tx_control = cpu_to_le32(priv->pkt_tx_ctrl);  in mwifiex_process_uap_txpd()
 
 | 
| D | tdls.c | 817 	u32 pkt_type, tx_control;  in mwifiex_send_tdls_action_frame()  local849 	tx_control = 0;  in mwifiex_send_tdls_action_frame()
 853 	memcpy(pos + sizeof(pkt_type), &tx_control, sizeof(tx_control));  in mwifiex_send_tdls_action_frame()
 
 | 
| D | fw.h | 685 	__le32 tx_control;  member732 	__le32 tx_control;  member
 
 | 
| /Linux-v5.4/drivers/net/wireless/ti/wl1251/ | 
| D | tx.h | 67 struct tx_control {  struct131 	struct tx_control control;
 
 | 
| /Linux-v5.4/drivers/net/wireless/broadcom/b43/ | 
| D | phy_g.c | 205 			      const struct b43_rfatt *rfatt, u8 tx_control)  in b43_set_txpower_g()  argument222 	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
 | 
| /Linux-v5.4/drivers/net/wireless/intersil/orinoco/ | 
| D | main.c | 359 			     int *tx_control,  in orinoco_process_xmit_skb()  argument372 		*tx_control |= (priv->tx_key << HERMES_MIC_KEY_ID_SHIFT) |  in orinoco_process_xmit_skb()
 432 	int tx_control;  in orinoco_xmit()  local
 466 	tx_control = HERMES_TXCTRL_TX_OK | HERMES_TXCTRL_TX_EX;  in orinoco_xmit()
 468 	err = orinoco_process_xmit_skb(skb, dev, priv, &tx_control,  in orinoco_xmit()
 483 		*txcntl = cpu_to_le16(tx_control);  in orinoco_xmit()
 497 		desc.tx_control = cpu_to_le16(tx_control);  in orinoco_xmit()
 522 	if (tx_control & HERMES_TXCTRL_MIC) {  in orinoco_xmit()
 
 | 
| D | orinoco_usb.c | 1200 	int tx_control;  in ezusb_xmit()  local1244 	tx_control = 0;  in ezusb_xmit()
 1246 	err = orinoco_process_xmit_skb(skb, dev, priv, &tx_control,  in ezusb_xmit()
 1253 		*tx_cntl = cpu_to_le16(tx_control);  in ezusb_xmit()
 1260 	if (tx_control & HERMES_TXCTRL_MIC) {  in ezusb_xmit()
 
 | 
| D | orinoco.h | 202 			     int *tx_control,
 | 
| D | hermes.h | 206 	__le16 tx_control;  member
 | 
| /Linux-v5.4/drivers/net/ethernet/ibm/ehea/ | 
| D | ehea_main.c | 776 		swqe->tx_control |= EHEA_SWQE_PURGE;  in check_sqs()778 		swqe->tx_control |= EHEA_SWQE_SIGNALLED_COMPLETION;  in check_sqs()
 779 		swqe->tx_control |= EHEA_SWQE_IMM_DATA_PRESENT;  in check_sqs()
 1611 		swqe->tx_control |= EHEA_SWQE_TSO;  in write_swqe2_immediate()
 1955 	swqe->tx_control |= EHEA_SWQE_IMM_DATA_PRESENT | EHEA_SWQE_CRC;  in xmit_common()
 1961 		swqe->tx_control |= EHEA_SWQE_IP_CHECKSUM;  in xmit_common()
 1969 			swqe->tx_control |= EHEA_SWQE_TCP_CHECKSUM;  in xmit_common()
 1977 			swqe->tx_control |= EHEA_SWQE_TCP_CHECKSUM;  in xmit_common()
 1988 	swqe->tx_control |= EHEA_SWQE_DESCRIPTORS_PRESENT;  in ehea_xmit2()
 2028 		swqe->tx_control |= EHEA_SWQE_VLAN_INSERT;  in ehea_start_xmit()
 [all …]
 
 | 
| D | ehea_qmr.h | 88 	u16 tx_control;  member
 | 
| /Linux-v5.4/drivers/net/wireless/marvell/libertas/ | 
| D | tx.c | 120 		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
 | 
| /Linux-v5.4/drivers/net/ethernet/xscale/ | 
| D | ixp4xx_eth.c | 147 	u32 tx_control[2], __res1[2];		/* 000 */  member579 			     &port->regs->tx_control[0]);  in ixp4xx_adjust_link()
 582 			     &port->regs->tx_control[0]);  in ixp4xx_adjust_link()
 1260 	__raw_writel(TX_CNTRL1_RETRIES, &port->regs->tx_control[1]);  in eth_open()
 1261 	__raw_writel(DEFAULT_TX_CNTRL0, &port->regs->tx_control[0]);  in eth_open()
 
 | 
| /Linux-v5.4/drivers/media/rc/ | 
| D | imon.c | 111 	bool tx_control;  member560 	if (!ictx->tx_control) {  in send_packet()
 2088 	bool tx_control = false;  in imon_find_endpoints()  local
 2131 		tx_control = true;  in imon_find_endpoints()
 2160 	ictx->tx_control = tx_control;  in imon_find_endpoints()
 
 | 
| /Linux-v5.4/drivers/net/ethernet/ | 
| D | fealnx.c | 1490 			long tx_control = np->cur_tx->control;  in intr_handler()  local1492 			if (!(tx_control & TXLD)) {	/* this pkt is combined by two tx descriptors */  in intr_handler()
 1497 				tx_control = next->control;  in intr_handler()
 1519 					    ((tx_control & PKTSMask) >> PKTSShift);  in intr_handler()
 1527 				    ((tx_control & PKTSMask) >> PKTSShift);  in intr_handler()
 
 | 
| /Linux-v5.4/drivers/net/wireless/intersil/hostap/ | 
| D | hostap_hw.c | 1806 	u16 tx_control, fc;  in prism2_tx_80211()  local1839 	tx_control = local->tx_control;  in prism2_tx_80211()
 1841 		tx_control |= HFA384X_TX_CTRL_TX_OK;  in prism2_tx_80211()
 1844 	txdesc.tx_control = cpu_to_le16(tx_control);  in prism2_tx_80211()
 2374 	       le16_to_cpu(txdesc.tx_control));  in prism2_txexc()
 3137 	local->tx_control = HFA384X_TX_CTRL_FLAGS;  in prism2_init_local_data()
 
 | 
| D | hostap_wlan.h | 115 	__le16 tx_control; /* HFA384X_TX_CTRL_ flags */  member744 	u16 tx_control; /* flags to be used in TX description */  member
 
 | 
| /Linux-v5.4/drivers/net/wireless/marvell/libertas_tf/ | 
| D | libertas_tf.h | 267 	__le32 tx_control;  member
 | 
| D | main.c | 232 	txpd->tx_control |= cpu_to_le32(MRVL_PER_PACKET_RATE |  in lbtf_tx_work()
 | 
| /Linux-v5.4/drivers/staging/wlan-ng/ | 
| D | hfa384x_usb.c | 2513 	hw->txbuff.txfrm.desc.tx_control =  in hfa384x_drvr_txframe()2517 	hw->txbuff.txfrm.desc.tx_control =  in hfa384x_drvr_txframe()
 2521 	hw->txbuff.txfrm.desc.tx_control =  in hfa384x_drvr_txframe()
 2525 	cpu_to_le16s(&hw->txbuff.txfrm.desc.tx_control);  in hfa384x_drvr_txframe()
 
 |