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

/openbsd-current/sys/dev/pci/
H A Dif_ixgb.h171 #define IXGB_ROUNDUP(size, unit) (((size) + (unit) - 1) & ~((unit) - 1)) macro
H A Dif_ixgb.c205 tsize = IXGB_ROUNDUP(sc->num_tx_desc * sizeof(struct ixgb_tx_desc),
207 tsize = IXGB_ROUNDUP(tsize, PAGE_SIZE);
217 rsize = IXGB_ROUNDUP(sc->num_rx_desc * sizeof(struct ixgb_rx_desc),
219 rsize = IXGB_ROUNDUP(rsize, PAGE_SIZE);

Completed in 83 milliseconds