Searched refs:cxgbe_roundup (Results 1 – 3 of 3) sorted by relevance
137 #define cxgbe_roundup(_p, _s) (((unsigned long)(_p) + (_s - 1)) & ~(_s - 1)) macro
1797 iq->size = cxgbe_roundup(iq->size, 16); in t4_sge_alloc_rxq()1857 fl->size = cxgbe_roundup(fl->size, 8); in t4_sge_alloc_rxq()
451 wrlen = cxgbe_roundup(sizeof(*wr) + in cxgbe_del_hash_filter()