/linux-4.4.14/net/mac80211/ |
D | mesh_ps.c | 455 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()
|
D | driver-ops.h | 784 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()
|
D | trace.h | 1321 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)
|
D | sta_info.c | 1344 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/ |
D | ar9003_mci.c | 575 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()
|
D | mci.c | 492 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()
|
D | ath9k.h | 586 bool more_data);
|
D | xmit.c | 1606 bool more_data) in ath9k_release_buffered_frames() argument
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | sta.h | 412 u16 cnt, u16 tids, bool more_data,
|
D | sta.c | 1638 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()
|
D | mac80211.c | 2580 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/ |
D | netback.c | 734 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/ |
D | tpm2-cmd.c | 74 u8 more_data; member
|
/linux-4.4.14/include/net/ |
D | mac80211.h | 3423 bool more_data); 3428 bool more_data);
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | cfg80211.c | 3095 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/ |
D | crisv10.c | 2156 more_data: in handle_ser_rx_interrupt_no_dma() 2252 goto more_data; in handle_ser_rx_interrupt_no_dma()
|