Searched refs:quota_rem (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm.c3882 int i, idx, ret, num_active_macs, quota, quota_rem; local
3911 quota_rem = 0;
3914 quota_rem = IWM_MVM_MAX_QUOTA % num_active_macs;
3935 cmd.quotas[0].quota = htole32(le32toh(cmd.quotas[0].quota) + quota_rem);

Completed in 111 milliseconds