/linux-4.1.27/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 | trace.h | 1289 bool more_data), 1291 TP_ARGS(local, sta, tids, num_frames, reason, more_data), 1299 __field(bool, more_data) 1308 __entry->more_data = more_data; 1315 __entry->reason, __entry->more_data 1324 bool more_data), 1326 TP_ARGS(local, sta, tids, num_frames, reason, more_data) 1334 bool more_data), 1336 TP_ARGS(local, sta, tids, num_frames, reason, more_data)
|
D | driver-ops.h | 958 bool more_data) in drv_release_buffered_frames() argument 961 reason, more_data); in drv_release_buffered_frames() 965 more_data); in drv_release_buffered_frames() 973 bool more_data) in drv_allow_buffered_frames() argument 976 reason, more_data); in drv_allow_buffered_frames() 980 more_data); in drv_allow_buffered_frames()
|
D | sta_info.c | 1325 bool more_data = false; in ieee80211_sta_ps_deliver_response() local 1360 more_data = true; in ieee80211_sta_ps_deliver_response() 1390 more_data = true; in ieee80211_sta_ps_deliver_response() 1445 if (more_data || !skb_queue_empty(&frames)) in ieee80211_sta_ps_deliver_response() 1510 reason, more_data); in ieee80211_sta_ps_deliver_response() 1535 n_frames, reason, more_data); in ieee80211_sta_ps_deliver_response()
|
/linux-4.1.27/drivers/staging/ozwpan/ |
D | ozpd.c | 31 static int oz_send_next_queued_frame(struct oz_pd *pd, int more_data); 470 static int oz_send_next_queued_frame(struct oz_pd *pd, int more_data) in oz_send_next_queued_frame() argument 488 if (more_data) in oz_send_next_queued_frame() 512 if (more_data) in oz_send_next_queued_frame()
|
/linux-4.1.27/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 | 588 bool more_data);
|
D | xmit.c | 1627 bool more_data) in ath9k_release_buffered_frames() argument
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | sta.h | 413 u16 cnt, u16 tids, bool more_data,
|
D | sta.c | 1584 u16 cnt, u16 tids, bool more_data, in iwl_mvm_sta_modify_sleep_tx_count() argument 1632 more_data = true; in iwl_mvm_sta_modify_sleep_tx_count() 1648 if (more_data) in iwl_mvm_sta_modify_sleep_tx_count()
|
D | mac80211.c | 2492 bool more_data) in iwl_mvm_mac_allow_buffered_frames() argument 2499 tids, more_data, false); in iwl_mvm_mac_allow_buffered_frames() 2507 bool more_data) in iwl_mvm_mac_release_buffered_frames() argument 2514 tids, more_data, true); in iwl_mvm_mac_release_buffered_frames()
|
/linux-4.1.27/drivers/char/tpm/ |
D | tpm2-cmd.c | 69 u8 more_data; member
|
/linux-4.1.27/drivers/net/xen-netback/ |
D | netback.c | 687 int more_data; in xenvif_count_requests() local 762 more_data = txp->flags & XEN_NETTXF_more_data; in xenvif_count_requests() 767 } while (more_data); in xenvif_count_requests()
|
/linux-4.1.27/include/net/ |
D | mac80211.h | 3313 bool more_data); 3318 bool more_data);
|
/linux-4.1.27/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.1.27/drivers/tty/serial/ |
D | crisv10.c | 2196 more_data: in handle_ser_rx_interrupt_no_dma() 2292 goto more_data; in handle_ser_rx_interrupt_no_dma()
|