Searched refs:ntids (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_tom.c | 488 MPASS(tid - sc->tids.tid_base < sc->tids.ntids); in send_get_tcb() 542 MPASS(tid - sc->tids.tid_base < sc->tids.ntids); in add_tid_to_history() 593 MPASS(tid - sc->tids.tid_base < sc->tids.ntids); in lookup_tcb_histent() 790 MPASS(tid - sc->tids.tid_base < sc->tids.ntids); in read_tcb_using_memwin() 1024 insert_tid(struct adapter *sc, int tid, void *ctx, int ntids) in insert_tid() argument 1029 MPASS(tid - t->tid_base < t->ntids); in insert_tid() 1032 atomic_add_int(&t->tids_in_use, ntids); in insert_tid() 1052 remove_tid(struct adapter *sc, int tid, int ntids) in remove_tid() argument 1057 atomic_subtract_int(&t->tids_in_use, ntids); in remove_tid() 1453 MPASS(t->ntids > 0); in alloc_tid_tab() [all …]
|
H A D | t4_listen.c | 141 int i, ntids; in stop_stid_tab() local 162 ntids = synqe->lctx->inp->inp_vflag & INP_IPV6 ? 2 : 1; in stop_stid_tab() 163 remove_tid(sc, synqe->tid, ntids); in stop_stid_tab() 996 int ntids; in done_with_synqe() local 1001 ntids = inp->inp_vflag & INP_IPV6 ? 2 : 1; in done_with_synqe() 1002 remove_tid(sc, synqe->tid, ntids); in done_with_synqe() 1347 int reject_reason, v, ntids; in do_pass_accept_req() local 1446 ntids = 2; in do_pass_accept_req() 1463 ntids = 1; in do_pass_accept_req() 1525 insert_tid(sc, tid, synqe, ntids); in do_pass_accept_req() [all …]
|
/freebsd/sys/dev/cxgbe/ |
H A D | t4_filter.c | 115 MPASS(t->ntids > 0); in alloc_hftid_hash() 119 n = max(t->ntids / 1024, 16); in alloc_hftid_hash() 206 MPASS(f->tid - t->tid_base < t->ntids); in insert_hftid() 642 const int ntids = t->fs.type ? 4 : 1; in set_tcamfilter() local 660 for (i = 0; i < ntids; i++) { in set_tcamfilter() 920 if (!is_hashfilter(sc) || ti->ntids == 0) in set_filter() 1471 const int inv_tid = ti->ntids + ti->tid_base; in get_hashfilter() 1798 const int inv_tid = ti->ntids + ti->tid_base; in del_hashfilter() 1801 MPASS(sc->tids.ntids > 0); in del_hashfilter() 1934 MPASS(f->tid < sc->tids.ntids); in configure_hashfilter_tcb()
|
H A D | offload.h | 129 u_int ntids; member
|
H A D | t4_main.c | 2269 COMPARE_PARAM(tids.ntids, ntids); in compare_caps_and_params() 5626 sc->tids.ntids = val[0]; in get_params__post_init() 5628 MPASS(sc->tids.ntids >= sc->tids.nhpftids); in get_params__post_init() 5629 sc->tids.ntids -= sc->tids.nhpftids; in get_params__post_init() 5631 sc->tids.natids = min(sc->tids.ntids / 2, MAX_ATIDS); in get_params__post_init() 5666 sc->tids.ntids = val[0]; in get_params__post_init() 5668 MPASS(sc->tids.ntids >= sc->tids.nhpftids); in get_params__post_init() 5669 sc->tids.ntids -= sc->tids.nhpftids; in get_params__post_init() 5671 sc->tids.natids = min(sc->tids.ntids / 2, MAX_ATIDS); in get_params__post_init() 10702 if (t->ntids) { in sysctl_tids() [all …]
|
/freebsd/sys/dev/cxgbe/cudbg/ |
H A D | cudbg_entity.h | 702 u32 ntids; member
|
H A D | cudbg_lib.c | 3379 tid->ntids = val[4]; in collect_tid() 3380 tid->natids = min_t(u32, tid->ntids / 2, MAX_ATIDS_A); in collect_tid()
|
/freebsd/sys/compat/linuxkpi/common/include/net/ |
H A D | mac80211.h | 2066 ieee80211_sta_uapsd_trigger(struct ieee80211_sta *sta, int ntids) in ieee80211_sta_uapsd_trigger() argument
|