Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_listen.c207 int stid, pair_stid; in alloc_stid() local
262 pair_stid = val & 1 ? val - 1 : val + 1; in alloc_stid()
263 if (bit_test(t->stid_bitmap, pair_stid) == 0) { in alloc_stid()
264 stid = pair_stid; in alloc_stid()