Searched defs:tx_ch (Results 1 - 2 of 2) sorted by relevance

/drivers/usb/musb/
H A Dcppi_dma.c179 struct cppi_channel *tx_ch = controller->tx + i; local
182 INIT_LIST_HEAD(&tx_ch->tx_complete);
185 tx_ch->state_ram = tx;
1171 struct cppi_channel *tx_ch; local
1179 tx_ch = cppi->tx + index;
1180 tx_ram = tx_ch->state_ram;
1186 cppi_dump_tx(5, tx_ch, "/E");
1188 bd = tx_ch->head;
1215 tx_ch->channel.actual_len += len;
1217 tx_ch
[all...]
/drivers/staging/rtl8723au/os_dep/
H A Dioctl_cfg80211.c2961 static int _cfg80211_rtw_mgmt_tx(struct rtw_adapter *padapter, u8 tx_ch, argument
2981 if (tx_ch != rtw_get_oper_ch23a(padapter)) {
2983 pmlmeext->cur_channel = tx_ch;
2984 set_channel_bwmode23a(padapter, tx_ch,
3048 u8 tx_ch = (u8) ieee80211_frequency_to_channel(chan->center_freq); local
3057 padapter->pnetdev->name, len, tx_ch);
3063 DBG_8723A("RTW_Tx:tx_ch =%d, da =" MAC_FMT "\n", tx_ch,
3071 tx_ret = _cfg80211_rtw_mgmt_tx(padapter, tx_ch, buf, len);

Completed in 97 milliseconds