Home
last modified time | relevance | path

Searched refs:more_data (Results 1 – 16 of 16) sorted by relevance

/linux-4.4.14/net/mac80211/
Dmesh_ps.c455 bool more_data = false; in mps_frame_deliver() local
477 more_data = true; in mps_frame_deliver()
505 if (more_data || !skb_queue_is_last(&frames, skb)) in mps_frame_deliver()
Ddriver-ops.h784 bool more_data) in drv_release_buffered_frames() argument
787 reason, more_data); in drv_release_buffered_frames()
791 more_data); in drv_release_buffered_frames()
799 bool more_data) in drv_allow_buffered_frames() argument
802 reason, more_data); in drv_allow_buffered_frames()
806 more_data); in drv_allow_buffered_frames()
Dtrace.h1321 bool more_data),
1323 TP_ARGS(local, sta, tids, num_frames, reason, more_data),
1331 __field(bool, more_data)
1340 __entry->more_data = more_data;
1347 __entry->reason, __entry->more_data
1356 bool more_data),
1358 TP_ARGS(local, sta, tids, num_frames, reason, more_data)
1366 bool more_data),
1368 TP_ARGS(local, sta, tids, num_frames, reason, more_data)
Dsta_info.c1344 bool more_data = false; in ieee80211_sta_ps_deliver_response() local
1379 more_data = true; in ieee80211_sta_ps_deliver_response()
1409 more_data = true; in ieee80211_sta_ps_deliver_response()
1464 if (more_data || !skb_queue_empty(&frames)) in ieee80211_sta_ps_deliver_response()
1529 reason, more_data); in ieee80211_sta_ps_deliver_response()
1554 n_frames, reason, more_data); in ieee80211_sta_ps_deliver_response()
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dar9003_mci.c575 u32 *p_gpm = NULL, mismatch = 0, more_data; in ar9003_mci_wait_for_gpm() local
580 more_data = time_out ? MCI_GPM_NOMORE : MCI_GPM_MORE; in ar9003_mci_wait_for_gpm()
588 if (more_data != MCI_GPM_MORE) in ar9003_mci_wait_for_gpm()
597 offset = ar9003_mci_get_next_gpm_offset(ah, &more_data); in ar9003_mci_wait_for_gpm()
660 while (more_data == MCI_GPM_MORE) { in ar9003_mci_wait_for_gpm()
661 offset = ar9003_mci_get_next_gpm_offset(ah, &more_data); in ar9003_mci_wait_for_gpm()
Dmci.c492 u32 more_data = MCI_GPM_MORE; in ath_mci_intr() local
557 while (more_data == MCI_GPM_MORE) { in ath_mci_intr()
562 offset = ar9003_mci_get_next_gpm_offset(ah, &more_data); in ath_mci_intr()
Dath9k.h586 bool more_data);
Dxmit.c1606 bool more_data) in ath9k_release_buffered_frames() argument
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dsta.h412 u16 cnt, u16 tids, bool more_data,
Dsta.c1638 u16 cnt, u16 tids, bool more_data, in iwl_mvm_sta_modify_sleep_tx_count() argument
1686 more_data = true; in iwl_mvm_sta_modify_sleep_tx_count()
1702 if (more_data) in iwl_mvm_sta_modify_sleep_tx_count()
Dmac80211.c2580 bool more_data) in iwl_mvm_mac_allow_buffered_frames() argument
2587 tids, more_data, false); in iwl_mvm_mac_allow_buffered_frames()
2595 bool more_data) in iwl_mvm_mac_release_buffered_frames() argument
2602 tids, more_data, true); in iwl_mvm_mac_release_buffered_frames()
/linux-4.4.14/drivers/net/xen-netback/
Dnetback.c734 int more_data; in xenvif_count_requests() local
808 more_data = txp->flags & XEN_NETTXF_more_data; in xenvif_count_requests()
813 } while (more_data); in xenvif_count_requests()
/linux-4.4.14/drivers/char/tpm/
Dtpm2-cmd.c74 u8 more_data; member
/linux-4.4.14/include/net/
Dmac80211.h3423 bool more_data);
3428 bool more_data);
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c3095 bool *more_data, in ath6kl_mgmt_powersave_ap() argument
3152 *more_data = true; in ath6kl_mgmt_powersave_ap()
3186 bool more_data, queued; in ath6kl_mgmt_tx() local
3225 &more_data, no_cck); in ath6kl_mgmt_tx()
/linux-4.4.14/drivers/tty/serial/
Dcrisv10.c2156 more_data: in handle_ser_rx_interrupt_no_dma()
2252 goto more_data; in handle_ser_rx_interrupt_no_dma()