Home
last modified time | relevance | path

Searched refs:IXGBE_BT2KB (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/netif/ix/
HDif_ix.c5328 size = IXGBE_BT2KB(tmp); in ix_config_flowctrl()
5344 hw->fc.low_water[0] = IXGBE_BT2KB(tmp); in ix_config_flowctrl()
HDixgbe_type.h3437 #define IXGBE_BT2KB(BT) ((BT + (8 * 1024 - 1)) / (8 * 1024)) macro