Searched refs:more_data (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_sriov_pf_migration.c | 146 bool more_data = false; in pf_migration_consume() local 156 more_data = true; in pf_migration_consume() 159 if (!more_data) in pf_migration_consume()
|
| /linux/tools/testing/selftests/tpm2/ |
| H A D | tpm2.py | 700 more_data, cap, cnt = struct.unpack('>BII', rsp[:9]) 708 return handles, more_data 713 more_data = True 714 while more_data: 715 next_handles, more_data = self.__get_cap_cnt(cap, pt, 1)
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | mci.c | 494 u32 more_data = MCI_GPM_MORE; in ath_mci_intr() local 559 while (more_data == MCI_GPM_MORE) { in ath_mci_intr() 564 offset = ar9003_mci_get_next_gpm_offset(ah, &more_data); in ath_mci_intr()
|
| /linux/net/ipv4/ |
| H A D | tcp_bpf.c | 412 more_data: in tcp_bpf_send_verdict() 512 goto more_data; in tcp_bpf_send_verdict()
|
| /linux/drivers/net/xen-netback/ |
| H A D | netback.c | 241 int more_data; in xenvif_count_requests() local 315 more_data = txp->flags & XEN_NETTXF_more_data; in xenvif_count_requests() 320 } while (more_data); in xenvif_count_requests()
|
| /linux/drivers/char/tpm/ |
| H A D | tpm2-space.c | 434 u8 more_data; member
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | sta.c | 4045 u16 cnt, u16 tids, bool more_data, in iwl_mvm_sta_modify_sleep_tx_count() argument 4086 more_data = true; in iwl_mvm_sta_modify_sleep_tx_count() 4105 if (more_data) in iwl_mvm_sta_modify_sleep_tx_count()
|
| /linux/net/tls/ |
| H A D | tls_sw.c | |