Searched refs:t4_os_alloc (Results 1 – 7 of 7) sorted by relevance
168 ctbl = t4_os_alloc(sizeof(*ctbl) + in t4_init_clip_tbl()
215 t = t4_os_alloc(sizeof(*t) + size * sizeof(struct mps_tcam_entry)); in t4_init_mpstcam()
203 d = t4_os_alloc(sizeof(*d) + l2t_size * sizeof(struct l2t_entry)); in t4_init_l2t()
1175 flow = t4_os_alloc(sizeof(struct rte_flow)); in cxgbe_flow_create()1343 flow = t4_os_alloc(sizeof(struct rte_flow)); in cxgbe_flow_validate()
490 t->tid_tab = t4_os_alloc(size); in tid_init()496 t->ftid_bmap_array = t4_os_alloc(ftid_bmap_size); in tid_init()
616 f = t4_os_alloc(sizeof(*f)); in cxgbe_set_hash_filter()
800 #define t4_os_alloc(_size) t4_alloc_mem((_size)) macro