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

  /src/sys/dev/pci/ixgbe/
ixv.c 889 u32 newitr = 0; local in function:ixv_msix_que
925 newitr = txr->bytes/txr->packets;
927 newitr = uimax(newitr, (rxr->bytes / rxr->packets));
928 newitr += 24; /* account for hardware frame, crc */
931 newitr = uimin(newitr, 3000);
934 if ((newitr > 300) && (newitr < 1200))
935 newitr = (newitr / 3)
    [all...]
ixv.c 889 u32 newitr = 0; local in function:ixv_msix_que
925 newitr = txr->bytes/txr->packets;
927 newitr = uimax(newitr, (rxr->bytes / rxr->packets));
928 newitr += 24; /* account for hardware frame, crc */
931 newitr = uimin(newitr, 3000);
934 if ((newitr > 300) && (newitr < 1200))
935 newitr = (newitr / 3)
    [all...]
ixv.c 889 u32 newitr = 0; local in function:ixv_msix_que
925 newitr = txr->bytes/txr->packets;
927 newitr = uimax(newitr, (rxr->bytes / rxr->packets));
928 newitr += 24; /* account for hardware frame, crc */
931 newitr = uimin(newitr, 3000);
934 if ((newitr > 300) && (newitr < 1200))
935 newitr = (newitr / 3)
    [all...]
ixgbe.c 2822 u32 newitr = 0; local in function:ixgbe_msix_que
2861 newitr = txr->bytes/txr->packets;
2863 newitr = uimax(newitr, (rxr->bytes / rxr->packets));
2864 newitr += 24; /* account for hardware frame, crc */
2867 newitr = uimin(newitr, 3000);
2870 if ((newitr > 300) && (newitr < 1200))
2871 newitr = (newitr / 3)
4385 u32 newitr; local in function:ixgbe_configure_ivars
    [all...]
ixgbe.c 2822 u32 newitr = 0; local in function:ixgbe_msix_que
2861 newitr = txr->bytes/txr->packets;
2863 newitr = uimax(newitr, (rxr->bytes / rxr->packets));
2864 newitr += 24; /* account for hardware frame, crc */
2867 newitr = uimin(newitr, 3000);
2870 if ((newitr > 300) && (newitr < 1200))
2871 newitr = (newitr / 3)
4385 u32 newitr; local in function:ixgbe_configure_ivars
    [all...]
ixgbe.c 2822 u32 newitr = 0; local in function:ixgbe_msix_que
2861 newitr = txr->bytes/txr->packets;
2863 newitr = uimax(newitr, (rxr->bytes / rxr->packets));
2864 newitr += 24; /* account for hardware frame, crc */
2867 newitr = uimin(newitr, 3000);
2870 if ((newitr > 300) && (newitr < 1200))
2871 newitr = (newitr / 3)
4385 u32 newitr; local in function:ixgbe_configure_ivars
    [all...]
  /src/sys/dev/pci/igc/
if_igc.c 2636 uint32_t newitr = (4000000 / MAX_INTS_PER_SEC) & 0x7FFC; local in function:igc_configure_queues
2637 newitr |= IGC_EITR_CNT_IGNR;
2649 IGC_WRITE_REG(hw, IGC_EITR(q->msix), newitr);
if_igc.c 2636 uint32_t newitr = (4000000 / MAX_INTS_PER_SEC) & 0x7FFC; local in function:igc_configure_queues
2637 newitr |= IGC_EITR_CNT_IGNR;
2649 IGC_WRITE_REG(hw, IGC_EITR(q->msix), newitr);
if_igc.c 2636 uint32_t newitr = (4000000 / MAX_INTS_PER_SEC) & 0x7FFC; local in function:igc_configure_queues
2637 newitr |= IGC_EITR_CNT_IGNR;
2649 IGC_WRITE_REG(hw, IGC_EITR(q->msix), newitr);
  /src/sys/dev/pci/
if_iavf.c 5143 uint32_t newitr, *itrptr; local in function:iavf_sysctl_itr_handler
5155 newitr = *itrptr;
5156 node.sysctl_data = &newitr;
5157 node.sysctl_size = sizeof(newitr);
5163 if (newitr > 0x07FF)
5166 *itrptr = newitr;
if_iavf.c 5143 uint32_t newitr, *itrptr; local in function:iavf_sysctl_itr_handler
5155 newitr = *itrptr;
5156 node.sysctl_data = &newitr;
5157 node.sysctl_size = sizeof(newitr);
5163 if (newitr > 0x07FF)
5166 *itrptr = newitr;
if_iavf.c 5143 uint32_t newitr, *itrptr; local in function:iavf_sysctl_itr_handler
5155 newitr = *itrptr;
5156 node.sysctl_data = &newitr;
5157 node.sysctl_size = sizeof(newitr);
5163 if (newitr > 0x07FF)
5166 *itrptr = newitr;
if_ixl.c 6716 uint32_t newitr, *itrptr; local in function:ixl_sysctl_itr_handler
6725 newitr = *itrptr;
6726 node.sysctl_data = &newitr;
6727 node.sysctl_size = sizeof(newitr);
6738 if (newitr > 0x07ff)
6741 *itrptr = newitr;
if_ixl.c 6716 uint32_t newitr, *itrptr; local in function:ixl_sysctl_itr_handler
6725 newitr = *itrptr;
6726 node.sysctl_data = &newitr;
6727 node.sysctl_size = sizeof(newitr);
6738 if (newitr > 0x07ff)
6741 *itrptr = newitr;
if_ixl.c 6716 uint32_t newitr, *itrptr; local in function:ixl_sysctl_itr_handler
6725 newitr = *itrptr;
6726 node.sysctl_data = &newitr;
6727 node.sysctl_size = sizeof(newitr);
6738 if (newitr > 0x07ff)
6741 *itrptr = newitr;

Completed in 69 milliseconds