/src/sys/dev/pci/ixgbe/ |
ixgbe.c | 377 static int ixgbe_rxd = DEFAULT_RXD; variable in typeref:typename:int 378 SYSCTL_INT(_hw_ix, OID_AUTO, rxd, CTLFLAG_RDTUN, &ixgbe_rxd, 0, 965 if (((ixgbe_rxd * sizeof(union ixgbe_adv_rx_desc)) % DBA_ALIGN) != 0 || 966 ixgbe_rxd < MIN_RXD || ixgbe_rxd > MAX_RXD) { 971 ixgbe_rxd, MIN_RXD, MAX_RXD, 976 sc->num_rx_desc = ixgbe_rxd;
|
ixgbe.c | 377 static int ixgbe_rxd = DEFAULT_RXD; variable in typeref:typename:int 378 SYSCTL_INT(_hw_ix, OID_AUTO, rxd, CTLFLAG_RDTUN, &ixgbe_rxd, 0, 965 if (((ixgbe_rxd * sizeof(union ixgbe_adv_rx_desc)) % DBA_ALIGN) != 0 || 966 ixgbe_rxd < MIN_RXD || ixgbe_rxd > MAX_RXD) { 971 ixgbe_rxd, MIN_RXD, MAX_RXD, 976 sc->num_rx_desc = ixgbe_rxd;
|
ixgbe.c | 377 static int ixgbe_rxd = DEFAULT_RXD; variable in typeref:typename:int 378 SYSCTL_INT(_hw_ix, OID_AUTO, rxd, CTLFLAG_RDTUN, &ixgbe_rxd, 0, 965 if (((ixgbe_rxd * sizeof(union ixgbe_adv_rx_desc)) % DBA_ALIGN) != 0 || 966 ixgbe_rxd < MIN_RXD || ixgbe_rxd > MAX_RXD) { 971 ixgbe_rxd, MIN_RXD, MAX_RXD, 976 sc->num_rx_desc = ixgbe_rxd;
|