Searched refs:tx_ctl (Results 1 - 18 of 18) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/ath/ath5k/
H A Ddesc.c45 struct ath5k_hw_2w_tx_ctl *tx_ctl; local
48 tx_ctl = &desc->ud.ds_tx5210.tx_ctl;
80 tx_ctl->tx_control_0 = frame_len & AR5K_2W_TX_DESC_CTL0_FRAME_LEN;
91 tx_ctl->tx_control_1 = pkt_len & AR5K_2W_TX_DESC_CTL1_BUF_LEN;
99 tx_ctl->tx_control_0 |=
115 tx_ctl->tx_control_0 |=
120 tx_ctl->tx_control_0 |=
124 tx_ctl->tx_control_1 |=
130 tx_ctl
184 struct ath5k_hw_4w_tx_ctl *tx_ctl; local
293 struct ath5k_hw_4w_tx_ctl *tx_ctl; local
344 struct ath5k_hw_2w_tx_ctl *tx_ctl; local
396 struct ath5k_hw_4w_tx_ctl *tx_ctl; local
[all...]
H A Ddesc.h283 struct ath5k_hw_2w_tx_ctl tx_ctl; member in struct:ath5k_hw_5210_tx_desc
291 struct ath5k_hw_4w_tx_ctl tx_ctl; member in struct:ath5k_hw_5212_tx_desc
H A Ddebug.c1007 ds->ds_data, td->tx_ctl.tx_control_0, td->tx_ctl.tx_control_1,
1008 td->tx_ctl.tx_control_2, td->tx_ctl.tx_control_3,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A Ddesc.c45 struct ath5k_hw_2w_tx_ctl *tx_ctl; local
48 tx_ctl = &desc->ud.ds_tx5210.tx_ctl;
80 tx_ctl->tx_control_0 = frame_len & AR5K_2W_TX_DESC_CTL0_FRAME_LEN;
91 tx_ctl->tx_control_1 = pkt_len & AR5K_2W_TX_DESC_CTL1_BUF_LEN;
99 tx_ctl->tx_control_0 |=
115 tx_ctl->tx_control_0 |=
120 tx_ctl->tx_control_0 |=
124 tx_ctl->tx_control_1 |=
130 tx_ctl
184 struct ath5k_hw_4w_tx_ctl *tx_ctl; local
293 struct ath5k_hw_4w_tx_ctl *tx_ctl; local
344 struct ath5k_hw_2w_tx_ctl *tx_ctl; local
396 struct ath5k_hw_4w_tx_ctl *tx_ctl; local
[all...]
H A Ddesc.h283 struct ath5k_hw_2w_tx_ctl tx_ctl; member in struct:ath5k_hw_5210_tx_desc
291 struct ath5k_hw_4w_tx_ctl tx_ctl; member in struct:ath5k_hw_5212_tx_desc
H A Ddebug.c1007 ds->ds_data, td->tx_ctl.tx_control_0, td->tx_ctl.tx_control_1,
1008 td->tx_ctl.tx_control_2, td->tx_ctl.tx_control_3,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Dks8842.c865 struct ks8842_tx_dma_ctl *tx_ctl = &adapter->dma_tx; local
868 tx_ctl->adesc = NULL;
869 if (tx_ctl->chan)
870 tx_ctl->chan->device->device_control(tx_ctl->chan,
889 struct ks8842_tx_dma_ctl *tx_ctl = &adapter->dma_tx; local
894 if (tx_ctl->chan)
895 dma_release_channel(tx_ctl->chan);
896 tx_ctl->chan = NULL;
904 if (sg_dma_address(&tx_ctl
921 struct ks8842_tx_dma_ctl *tx_ctl = &adapter->dma_tx; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Dks8842.c865 struct ks8842_tx_dma_ctl *tx_ctl = &adapter->dma_tx; local
868 tx_ctl->adesc = NULL;
869 if (tx_ctl->chan)
870 tx_ctl->chan->device->device_control(tx_ctl->chan,
889 struct ks8842_tx_dma_ctl *tx_ctl = &adapter->dma_tx; local
894 if (tx_ctl->chan)
895 dma_release_channel(tx_ctl->chan);
896 tx_ctl->chan = NULL;
904 if (sg_dma_address(&tx_ctl
921 struct ks8842_tx_dma_ctl *tx_ctl = &adapter->dma_tx; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_beacon.c170 struct ath9k_htc_tx_ctl tx_ctl; local
176 memset(&tx_ctl, 0, sizeof(struct ath9k_htc_tx_ctl));
206 tx_ctl.type = ATH9K_HTC_NORMAL;
211 htc_send(priv->htc, beacon, priv->beacon_ep, &tx_ctl);
H A Dhtc_drv_txrx.c81 struct ath9k_htc_tx_ctl tx_ctl; local
105 memset(&tx_ctl, 0, sizeof(struct ath9k_htc_tx_ctl));
117 tx_ctl.type = ATH9K_HTC_AMPDU;
120 tx_ctl.type = ATH9K_HTC_NORMAL;
174 tx_ctl.type = ATH9K_HTC_NORMAL;
192 return htc_send(priv->htc, skb, epid, &tx_ctl);
H A Dhtc_hst.c21 struct ath9k_htc_tx_ctl *tx_ctl)
34 tx_ctl);
290 enum htc_endpoint_id epid, struct ath9k_htc_tx_ctl *tx_ctl)
292 return htc_issue_send(target, skb, skb->len, 0, epid, tx_ctl);
19 htc_issue_send(struct htc_target *target, struct sk_buff* skb, u16 len, u8 flags, u8 epid, struct ath9k_htc_tx_ctl *tx_ctl) argument
289 htc_send(struct htc_target *target, struct sk_buff *skb, enum htc_endpoint_id epid, struct ath9k_htc_tx_ctl *tx_ctl) argument
H A Dhif_usb.c277 struct ath9k_htc_tx_ctl *tx_ctl)
298 if (!tx_ctl || (tx_ctl && (tx_ctl->type == ATH9K_HTC_NORMAL)))
302 if (tx_ctl && (tx_ctl->type == ATH9K_HTC_AMPDU) &&
345 struct ath9k_htc_tx_ctl *tx_ctl)
352 ret = hif_usb_send_tx(hif_dev, skb, tx_ctl);
276 hif_usb_send_tx(struct hif_device_usb *hif_dev, struct sk_buff *skb, struct ath9k_htc_tx_ctl *tx_ctl) argument
344 hif_usb_send(void *hif_handle, u8 pipe_id, struct sk_buff *skb, struct ath9k_htc_tx_ctl *tx_ctl) argument
H A Dhtc_hst.h39 struct ath9k_htc_tx_ctl *tx_ctl);
228 enum htc_endpoint_id eid, struct ath9k_htc_tx_ctl *tx_ctl);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_beacon.c170 struct ath9k_htc_tx_ctl tx_ctl; local
176 memset(&tx_ctl, 0, sizeof(struct ath9k_htc_tx_ctl));
206 tx_ctl.type = ATH9K_HTC_NORMAL;
211 htc_send(priv->htc, beacon, priv->beacon_ep, &tx_ctl);
H A Dhtc_drv_txrx.c81 struct ath9k_htc_tx_ctl tx_ctl; local
105 memset(&tx_ctl, 0, sizeof(struct ath9k_htc_tx_ctl));
117 tx_ctl.type = ATH9K_HTC_AMPDU;
120 tx_ctl.type = ATH9K_HTC_NORMAL;
174 tx_ctl.type = ATH9K_HTC_NORMAL;
192 return htc_send(priv->htc, skb, epid, &tx_ctl);
H A Dhtc_hst.c21 struct ath9k_htc_tx_ctl *tx_ctl)
34 tx_ctl);
290 enum htc_endpoint_id epid, struct ath9k_htc_tx_ctl *tx_ctl)
292 return htc_issue_send(target, skb, skb->len, 0, epid, tx_ctl);
19 htc_issue_send(struct htc_target *target, struct sk_buff* skb, u16 len, u8 flags, u8 epid, struct ath9k_htc_tx_ctl *tx_ctl) argument
289 htc_send(struct htc_target *target, struct sk_buff *skb, enum htc_endpoint_id epid, struct ath9k_htc_tx_ctl *tx_ctl) argument
H A Dhif_usb.c277 struct ath9k_htc_tx_ctl *tx_ctl)
298 if (!tx_ctl || (tx_ctl && (tx_ctl->type == ATH9K_HTC_NORMAL)))
302 if (tx_ctl && (tx_ctl->type == ATH9K_HTC_AMPDU) &&
345 struct ath9k_htc_tx_ctl *tx_ctl)
352 ret = hif_usb_send_tx(hif_dev, skb, tx_ctl);
276 hif_usb_send_tx(struct hif_device_usb *hif_dev, struct sk_buff *skb, struct ath9k_htc_tx_ctl *tx_ctl) argument
344 hif_usb_send(void *hif_handle, u8 pipe_id, struct sk_buff *skb, struct ath9k_htc_tx_ctl *tx_ctl) argument
H A Dhtc_hst.h39 struct ath9k_htc_tx_ctl *tx_ctl);
228 enum htc_endpoint_id eid, struct ath9k_htc_tx_ctl *tx_ctl);

Completed in 156 milliseconds