Home
last modified time | relevance | path

Searched refs:select_ntuple (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/sys/dev/cxgbe/tom/
H A Dt4_connect.c326 cpl->params = select_ntuple(vi, toep->l2te); in t4_connect()
331 cpl5->params = select_ntuple(vi, toep->l2te); in t4_connect()
337 cpl6->params = select_ntuple(vi, toep->l2te); in t4_connect()
363 cpl->params = select_ntuple(vi, toep->l2te); in t4_connect()
368 cpl5->params = select_ntuple(vi, toep->l2te); in t4_connect()
374 cpl6->params = select_ntuple(vi, toep->l2te); in t4_connect()
H A Dt4_tom.h479 uint64_t select_ntuple(struct vi_info *, struct l2t_entry *);
H A Dt4_tom.c1208 select_ntuple(struct vi_info *vi, struct l2t_entry *e) in select_ntuple() function