Searched refs:low_latency (Results 1 - 21 of 21) sorted by last modified time

/linux-master/include/linux/
H A Dhyperv.h1008 bool low_latency; member in struct:vmbus_channel
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_main.c74 low_latency = 1, enumerator in enum:latency_range
4342 itrval = low_latency;
4344 case low_latency: /* 50 usec aka 20000 ints/s */
4362 itrval = low_latency;
4364 itrval = low_latency;
4403 current_itr = low_latency;
4410 case low_latency:
/linux-master/sound/soc/intel/catpt/
H A Dmessages.c269 bool low_latency; member in struct:catpt_set_write_pos_input
283 input.low_latency = ll;
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dutils.c555 bool low_latency, u16 mac_id)
565 if (low_latency) {
577 bool low_latency,
587 iwl_mvm_vif_set_low_latency(mvmvif, low_latency, cause);
589 low_latency = iwl_mvm_vif_low_latency(mvmvif);
591 if (low_latency == prev)
594 iwl_mvm_send_low_latency_cmd(mvm, low_latency, mvmvif->id);
871 bool low_latency, prev = mvmvif->low_latency & LOW_LATENCY_TRAFFIC; local
876 low_latency
554 iwl_mvm_send_low_latency_cmd(struct iwl_mvm *mvm, bool low_latency, u16 mac_id) argument
576 iwl_mvm_update_low_latency(struct iwl_mvm *mvm, struct ieee80211_vif *vif, bool low_latency, enum iwl_mvm_low_latency_cause cause) argument
1025 bool low_latency = false; local
1178 bool low_latency = false; local
[all...]
H A Dscan.c221 bool low_latency)
247 if ((load == IWL_MVM_TRAFFIC_HIGH || low_latency) &&
260 if (load >= IWL_MVM_TRAFFIC_MEDIUM || low_latency)
271 bool low_latency; local
274 low_latency = iwl_mvm_low_latency(mvm);
276 return _iwl_mvm_get_scan_type(mvm, vif, load, low_latency);
285 bool low_latency; local
288 low_latency = iwl_mvm_low_latency_band(mvm, band);
290 return _iwl_mvm_get_scan_type(mvm, vif, load, low_latency);
849 bool low_latency; local
218 _iwl_mvm_get_scan_type(struct iwl_mvm *mvm, struct ieee80211_vif *vif, enum iwl_mvm_traffic_load load, bool low_latency) argument
2897 _iwl_mvm_get_respect_p2p_go(struct iwl_mvm *mvm, struct ieee80211_vif *vif, bool low_latency, enum nl80211_band band) argument
2923 bool low_latency = iwl_mvm_low_latency_band(mvm, band); local
2931 bool low_latency = iwl_mvm_low_latency(mvm); local
[all...]
H A Dmvm.h246 * in low_latency.
418 * @low_latency: bit flags for low latency
421 * as a result from low_latency bit flags and takes force into account.
465 u8 low_latency: 6; member in struct:iwl_mvm_vif
724 bool low_latency[NUM_MAC_INDEX_DRIVER]; member in struct:iwl_mvm_tcm::__anon1155
2314 bool low_latency,
2319 void iwl_mvm_send_low_latency_cmd(struct iwl_mvm *mvm, bool low_latency,
2345 mvmvif->low_latency |= cause;
2347 mvmvif->low_latency &= ~cause;
2353 if (mvmvif->low_latency
[all...]
H A Ddebugfs-vif.c537 !!(mvmvif->low_latency & LOW_LATENCY_TRAFFIC),
538 !!(mvmvif->low_latency & LOW_LATENCY_DEBUGFS),
539 !!(mvmvif->low_latency & LOW_LATENCY_VCMD),
540 !!(mvmvif->low_latency & LOW_LATENCY_VIF_TYPE),
541 !!(mvmvif->low_latency &
543 !!(mvmvif->low_latency & LOW_LATENCY_DEBUGFS_FORCE),
798 MVM_DEBUGFS_READ_WRITE_FILE_OPS(low_latency, 10);
827 MVM_DEBUGFS_ADD_FILE_VIF(low_latency, mvmvif->dbgfs_dir, 0600);
H A Dquota.c17 int low_latency[MAX_BINDINGS]; member in struct:iwl_mvm_quota_iterator_data
83 if (iwl_mvm_vif_low_latency(mvmvif) && !data->low_latency[id]) {
85 data->low_latency[id] = true;
176 if (data.low_latency[i]) {
230 data.low_latency[i])
/linux-master/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c1398 low_latency = 1, enumerator in enum:latency_range
1443 itr_setting = low_latency;
1445 case low_latency:
1453 itr_setting = low_latency;
1480 case low_latency:
/linux-master/drivers/net/ethernet/intel/igbvf/
H A Dnetdev.c658 retval = low_latency;
660 case low_latency: /* 50 usec aka 20000 ints/s */
678 retval = low_latency;
680 retval = low_latency;
700 case low_latency:
726 adapter->tx_ring->itr_range = low_latency;
750 adapter->rx_ring->itr_range = low_latency;
H A Digbvf.h29 low_latency = 1, enumerator in enum:latency_range
/linux-master/drivers/net/ethernet/intel/igb/
H A Digb_main.c5714 low_latency = 1, enumerator in enum:latency_range
5825 itrval = low_latency;
5827 case low_latency: /* 50 usec aka 20000 ints/s */
5845 itrval = low_latency;
5847 itrval = low_latency;
5882 current_itr = low_latency;
5889 case low_latency:
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c2507 retval = low_latency;
2509 case low_latency: /* 50 usec aka 20000 ints/s */
2527 retval = low_latency;
2529 retval = low_latency;
2558 adapter->tx_itr = low_latency;
2565 adapter->rx_itr = low_latency;
2574 case low_latency:
H A De1000.h482 low_latency = 1, enumerator in enum:latency_range
/linux-master/drivers/net/ethernet/intel/e1000/
H A De1000_main.c2553 low_latency = 1, enumerator in enum:latency_range
2593 retval = low_latency;
2595 case low_latency: /* 50 usec aka 20000 ints/s */
2612 retval = low_latency;
2614 retval = low_latency;
2643 adapter->tx_itr = low_latency;
2650 adapter->rx_itr = low_latency;
2659 case low_latency:
/linux-master/drivers/hv/
H A Dchannel.c133 if (channel->offermsg.monitor_allocated && !channel->low_latency) {
/linux-master/block/
H A Dbfq-iosched.c44 * behaves this way if the low_latency parameter is set (default
82 * all low-latency heuristics for that device, by setting low_latency
894 * This holds even if low_latency is on, because weight-raised queues
1160 * Restore weight coefficient only if low_latency is on
1162 if (bfqd->low_latency) {
1869 wr_or_deserves_wr = bfqd->low_latency &&
1906 if (bfqd->low_latency) {
2314 if (bfqd->low_latency && old_wr_coeff == 1 && !rq_is_sync(rq) &&
2354 if (bfqd->low_latency &&
3067 bfqq->bfqd->low_latency)) {
[all...]
H A Dbfq-iosched.h765 bool low_latency; member in struct:bfq_data
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dbinding.h105 * @low_latency: low latency status, &enum iwl_quota_low_latency
111 __le32 low_latency; member in struct:iwl_time_quota_data
/linux-master/drivers/scsi/elx/efct/
H A Defct_scsi.c545 if (io->low_latency) {
690 io->low_latency = (flags & EFCT_SCSI_LOW_LATENCY) != 0;
769 io->low_latency = (flags & EFCT_SCSI_LOW_LATENCY) != 0;
H A Defct_io.h69 * @low_latency: set if low latency request
123 bool low_latency; member in struct:efct_io

Completed in 382 milliseconds