/freebsd/sys/dev/ath/ |
H A D | if_ath_tx.c | 3120 struct ath_tid *atid; in ath_tx_swq() local 3130 atid = &an->an_tid[tid]; in ath_tx_swq() 3150 if (! ath_tx_tid_can_tx_or_sched(sc, atid)) { in ath_tx_swq() 3158 ATH_TID_INSERT_HEAD(atid, bf, bf_list); in ath_tx_swq() 3160 ATH_TID_INSERT_TAIL(atid, bf, bf_list); in ath_tx_swq() 3164 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() 3201 bf = ATH_TID_FIRST(atid); in ath_tx_swq() 3202 ATH_TID_REMOVE(atid, bf, bf_list); in ath_tx_swq() 3222 ath_tx_tid_sched(sc, atid); in ath_tx_swq() [all …]
|
H A D | if_ath.c | 7079 struct ath_tid *atid = &an->an_tid[tid]; in ath_node_recv_pspoll() local 7083 if (atid->axq_depth == 0) in ath_node_recv_pspoll() 7085 ath_tx_tid_sched(sc, atid); in ath_node_recv_pspoll()
|
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_connect.c | 78 u_int atid = G_TID_TID(ntohl(cpl->tos_atid)); in do_act_establish() local 79 struct toepcb *toep = lookup_atid(sc, atid); in do_act_establish() 83 KASSERT(toep->tid == atid, ("%s: toep tid/atid mismatch", __func__)); in do_act_establish() 85 CTR3(KTR_CXGBE, "%s: atid %u, tid %u", __func__, atid, tid); in do_act_establish() 86 free_atid(sc, atid); in do_act_establish() 151 u_int atid = G_TID_TID(G_AOPEN_ATID(be32toh(cpl->atid_status))); in do_act_open_rpl() local 153 struct toepcb *toep = lookup_atid(sc, atid); in do_act_open_rpl() 157 KASSERT(toep->tid == atid, ("%s: toep tid/atid mismatch", __func__)); in do_act_open_rpl() 159 CTR3(KTR_CXGBE, "%s: atid %u, status %u ", __func__, atid, status); in do_act_open_rpl()
|
H A D | t4_tom.c | 1742 u_int opcode, atid, tid; in reclaim_wr_resources() local 1759 atid = G_TID_TID(be32toh(OPCODE_TID(cpl))); in reclaim_wr_resources() 1760 CTR2(KTR_CXGBE, "%s: atid %u ", __func__, atid); in reclaim_wr_resources() 1761 act_open_failure_cleanup(sc, lookup_atid(sc, atid), in reclaim_wr_resources() 2006 int atid; in stop_atids() local 2031 for (atid = 0; atid < t->natids; atid++) { in stop_atids() 2032 toep = lookup_atid(sc, atid); in stop_atids() 2038 MPASS(toep->tid == atid); in stop_atids() 2045 __func__, atid, toep->incarnation); in stop_atids()
|
/freebsd/sys/dev/cxgbe/crypto/ |
H A D | t6_kern_tls.c | 150 struct tlspcb *tlsp, int atid, void *dst) in mk_ktls_act_open_req() argument 161 qid_atid = V_TID_QID(sc->sge.fwq.abs_id) | V_TID_TID(atid) | in mk_ktls_act_open_req() 181 struct inpcb *inp, struct tlspcb *tlsp, int atid, void *dst) in mk_ktls_act_open_req6() argument 192 qid_atid = V_TID_QID(sc->sge.fwq.abs_id) | V_TID_TID(atid) | in mk_ktls_act_open_req6() 216 struct inpcb *inp, struct tlspcb *tlsp, int atid) in send_ktls_act_open_req() argument 231 atid); in send_ktls_act_open_req() 236 mk_ktls_act_open_req6(sc, vi, inp, tlsp, atid, wrtod(wr)); in send_ktls_act_open_req() 238 mk_ktls_act_open_req(sc, vi, inp, tlsp, atid, wrtod(wr)); in send_ktls_act_open_req() 251 u_int atid = G_TID_TID(G_AOPEN_ATID(be32toh(cpl->atid_status))); in ktls_act_open_rpl() local 253 struct tlspcb *tlsp = lookup_atid(sc, atid); in ktls_act_open_rpl() [all …]
|
/freebsd/sys/dev/cxgbe/ |
H A D | t4_filter.c | 1299 u_int atid = G_TID_TID(G_AOPEN_ATID(be32toh(cpl->atid_status))); in t4_hashfilter_ao_rpl() local 1301 struct filter_entry *f = lookup_atid(sc, atid); in t4_hashfilter_ao_rpl() 1338 free_atid(sc, atid); in t4_hashfilter_ao_rpl() 1506 mk_act_open_req6(struct adapter *sc, struct filter_entry *f, int atid, in mk_act_open_req6() argument 1514 MPASS(atid >= 0); in mk_act_open_req6() 1525 V_TID_QID(sc->sge.fwq.abs_id) | V_TID_TID(atid) | in mk_act_open_req6() 1550 mk_act_open_req(struct adapter *sc, struct filter_entry *f, int atid, in mk_act_open_req() argument 1558 MPASS(atid >= 0); in mk_act_open_req() 1569 V_TID_QID(sc->sge.fwq.abs_id) | V_TID_TID(atid) | in mk_act_open_req() 1625 int rc, atid = -1; in set_hashfilter() local [all …]
|
H A D | t4_main.c | 4147 int atid = -1; in alloc_atid() local 4153 atid = p - t->atid_tab; in alloc_atid() 4154 MPASS(atid <= M_TID_TID); in alloc_atid() 4160 return (atid); in alloc_atid() 4164 lookup_atid(struct adapter *sc, int atid) in lookup_atid() argument 4168 return (t->atid_tab[atid].data); in lookup_atid() 4172 free_atid(struct adapter *sc, int atid) in free_atid() argument 4175 union aopen_entry *p = &t->atid_tab[atid]; in free_atid()
|
/freebsd/contrib/openbsm/libbsm/ |
H A D | bsm_wrappers.c | 76 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/sys/dev/cxgbe/iw_cxgbe/ |
H A D | iw_cxgbe.h | 853 unsigned int atid; member
|
/freebsd/sys/dev/cxgb/common/ |
H A D | cxgb_t3_cpl.h | 667 __be32 atid; member
|
/freebsd/contrib/ntp/ |
H A D | CommitLog | [all...] |