Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ath/
Dif_ath_tx.c3142 struct ath_tid *atid; in ath_tx_swq() local
3152 atid = &an->an_tid[tid]; in ath_tx_swq()
3172 if (! ath_tx_tid_can_tx_or_sched(sc, atid)) { in ath_tx_swq()
3180 ATH_TID_INSERT_HEAD(atid, bf, bf_list); in ath_tx_swq()
3182 ATH_TID_INSERT_TAIL(atid, bf, bf_list); in ath_tx_swq()
3186 ATH_TID_INSERT_TAIL(atid, bf, bf_list); in ath_tx_swq()
3208 ATH_TID_INSERT_TAIL(atid, bf, bf_list); in ath_tx_swq()
3223 bf = ATH_TID_FIRST(atid); in ath_tx_swq()
3224 ATH_TID_REMOVE(atid, bf, bf_list); in ath_tx_swq()
3244 ath_tx_tid_sched(sc, atid); in ath_tx_swq()
[all …]
Dif_ath.c7019 struct ath_tid *atid = &an->an_tid[tid]; in ath_node_recv_pspoll() local
7023 if (atid->axq_depth == 0) in ath_node_recv_pspoll()
7025 ath_tx_tid_sched(sc, atid); in ath_node_recv_pspoll()
/freebsd-12-stable/sys/dev/cxgbe/tom/
Dt4_connect.c79 u_int atid = G_TID_TID(ntohl(cpl->tos_atid)); in do_act_establish() local
80 struct toepcb *toep = lookup_atid(sc, atid); in do_act_establish()
84 KASSERT(toep->tid == atid, ("%s: toep tid/atid mismatch", __func__)); in do_act_establish()
86 CTR3(KTR_CXGBE, "%s: atid %u, tid %u", __func__, atid, tid); in do_act_establish()
87 free_atid(sc, atid); in do_act_establish()
115 act_open_failure_cleanup(struct adapter *sc, u_int atid, u_int status) in act_open_failure_cleanup() argument
117 struct toepcb *toep = lookup_atid(sc, atid); in act_open_failure_cleanup()
122 free_atid(sc, atid); in act_open_failure_cleanup()
145 u_int atid = G_TID_TID(G_AOPEN_ATID(be32toh(cpl->atid_status))); in do_act_open_rpl() local
147 struct toepcb *toep = lookup_atid(sc, atid); in do_act_open_rpl()
[all …]
Dt4_tom.c1625 u_int opcode, atid, tid; in reclaim_wr_resources() local
1642 atid = G_TID_TID(be32toh(OPCODE_TID(cpl))); in reclaim_wr_resources()
1643 CTR2(KTR_CXGBE, "%s: atid %u ", __func__, atid); in reclaim_wr_resources()
1644 act_open_failure_cleanup(sc, atid, EHOSTUNREACH); in reclaim_wr_resources()
/freebsd-12-stable/sys/dev/cxgbe/
Dt4_filter.c1205 u_int atid = G_TID_TID(G_AOPEN_ATID(be32toh(cpl->atid_status))); in t4_hashfilter_ao_rpl() local
1207 struct filter_entry *f = lookup_atid(sc, atid); in t4_hashfilter_ao_rpl()
1244 free_atid(sc, atid); in t4_hashfilter_ao_rpl()
1412 mk_act_open_req6(struct adapter *sc, struct filter_entry *f, int atid, in mk_act_open_req6() argument
1420 MPASS(atid >= 0); in mk_act_open_req6()
1431 V_TID_QID(sc->sge.fwq.abs_id) | V_TID_TID(atid) | in mk_act_open_req6()
1456 mk_act_open_req(struct adapter *sc, struct filter_entry *f, int atid, in mk_act_open_req() argument
1464 MPASS(atid >= 0); in mk_act_open_req()
1475 V_TID_QID(sc->sge.fwq.abs_id) | V_TID_TID(atid) | in mk_act_open_req()
1531 int rc, atid = -1; in set_hashfilter() local
[all …]
Dt4_main.c3003 int atid = -1; in alloc_atid() local
3009 atid = p - t->atid_tab; in alloc_atid()
3010 MPASS(atid <= M_TID_TID); in alloc_atid()
3016 return (atid); in alloc_atid()
3020 lookup_atid(struct adapter *sc, int atid) in lookup_atid() argument
3024 return (t->atid_tab[atid].data); in lookup_atid()
3028 free_atid(struct adapter *sc, int atid) in free_atid() argument
3031 union aopen_entry *p = &t->atid_tab[atid]; in free_atid()
/freebsd-12-stable/contrib/openbsm/libbsm/
Dbsm_wrappers.c76 au_tid_t atid; in audit_submit() local
142 atid.port = aia.ai_termid.at_port; in audit_submit()
143 atid.machine = aia.ai_termid.at_addr[0]; in audit_submit()
145 getuid(), getgid(), pid, pid, &atid); in audit_submit()
/freebsd-12-stable/contrib/ipfilter/
DBugReport2 http://sourceforge.net/tracker/?func=add&group_id=169098&atid=849053
/freebsd-12-stable/sys/dev/cxgbe/iw_cxgbe/
Diw_cxgbe.h853 unsigned int atid; member
/freebsd-12-stable/sys/dev/cxgb/common/
Dcxgb_t3_cpl.h669 __be32 atid; member
/freebsd-12-stable/contrib/ntp/
DCommitLog132752 http://sourceforge.net/tracker/?func=detail&aid=3189896&group_id=50884&atid=461324