HomeSort by: relevance | last modified time | path
    Searched defs:quota_rem (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_iwm.c 5853 int i, idx, num_active_macs, quota, quota_rem; local in function:iwm_update_quotas
5882 quota_rem = 0;
5885 quota_rem = IWM_MAX_QUOTA % num_active_macs;
5906 cmd.quotas[0].quota = htole32(le32toh(cmd.quotas[0].quota) + quota_rem);
if_iwm.c 5853 int i, idx, num_active_macs, quota, quota_rem; local in function:iwm_update_quotas
5882 quota_rem = 0;
5885 quota_rem = IWM_MAX_QUOTA % num_active_macs;
5906 cmd.quotas[0].quota = htole32(le32toh(cmd.quotas[0].quota) + quota_rem);

Completed in 110 milliseconds