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() 549 MPASS(tid - sc->tids.tid_base < sc->tids.ntids); in add_tid_to_history() 600 MPASS(tid - sc->tids.tid_base < sc->tids.ntids); in lookup_tcb_histent() 797 MPASS(tid - sc->tids.tid_base < sc->tids.ntids); in read_tcb_using_memwin() 1033 insert_tid(struct adapter *sc, int tid, void *ctx, int ntids) in insert_tid() argument 1038 MPASS(tid - t->tid_base < t->ntids); in insert_tid() 1041 atomic_add_int(&t->tids_in_use, ntids); in insert_tid() 1061 remove_tid(struct adapter *sc, int tid, int ntids) in remove_tid() argument 1066 atomic_subtract_int(&t->tids_in_use, ntids); in remove_tid() 1488 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() 997 int ntids; in done_with_synqe() 1002 ntids = inp->inp_vflag & INP_IPV6 ? 2 : 1; in done_with_synqe() 1003 remove_tid(sc, synqe->tid, ntids); in done_with_synqe() 1348 int reject_reason, v, ntids; in do_pass_accept_req() 1447 ntids = 2; in do_pass_accept_req() 1464 ntids = 1; in do_pass_accept_req() 1528 insert_tid(sc, tid, synqe, ntids); in do_pass_accept_req() 996 int ntids; done_with_synqe() local 1347 int reject_reason, v, ntids; do_pass_accept_req() local [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() 777 const int ntids = t->fs.type ? 4 : 1; in set_tcamfilter() 795 for (i = 0; i < ntids; i++) { in set_tcamfilter() 1122 if (!is_hashfilter(sc) || ti->ntids == 0) in del_tcamfilter() 1681 const int inv_tid = ti->ntids + ti->tid_base; in set_hashfilter() 2012 const int inv_tid = ti->ntids + ti->tid_base; in configure_hashfilter_tcb() 2015 MPASS(sc->tids.ntids > 0); in configure_hashfilter_tcb() 2148 MPASS(f->tid < sc->tids.ntids); 642 const int ntids = t->fs.type ? 4 : 1; set_tcamfilter() local [all...] |
| H A D | offload.h | 129 u_int ntids; member
|
| H A D | t4_main.c | 2390 COMPARE_PARAM(tids.ntids, ntids); in compare_caps_and_params() 5846 sc->tids.ntids = val[0]; in get_params__post_init() 5848 MPASS(sc->tids.ntids >= sc->tids.nhpftids); in get_params__post_init() 5849 sc->tids.ntids -= sc->tids.nhpftids; in get_params__post_init() 5851 sc->tids.natids = min(sc->tids.ntids / 2, MAX_ATIDS); in get_params__post_init() 5886 sc->tids.ntids = val[0]; in get_params__post_init() 5888 MPASS(sc->tids.ntids >= sc->tids.nhpftids); in get_params__post_init() 5889 sc->tids.ntids -= sc->tids.nhpftids; in get_params__post_init() 5891 sc->tids.natids = min(sc->tids.ntids / in get_params__post_init() [all...] |
| /freebsd/sys/dev/cxgbe/cudbg/ |
| H A D | cudbg_entity.h | 702 u32 ntids; member
|
| H A D | cudbg_lib.c | 3382 tid->ntids = val[4]; in collect_tid() 3383 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 | 2042 ieee80211_sta_uapsd_trigger(struct ieee80211_sta *sta, int ntids) in ieee80211_sta_uapsd_trigger() argument
|