Searched refs:atid (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_tx.c3034 struct ath_tid *atid; local
3044 atid = &an->an_tid[tid];
3064 if (! ath_tx_tid_can_tx_or_sched(sc, atid)) {
3072 ATH_TID_INSERT_HEAD(atid, bf, bf_list);
3074 ATH_TID_INSERT_TAIL(atid, bf, bf_list);
3078 ATH_TID_INSERT_TAIL(atid, bf, bf_list);
3086 ATH_TID_INSERT_TAIL(atid, bf, bf_list);
3102 bf = ATH_TID_FIRST(atid);
3103 ATH_TID_REMOVE(atid, bf, bf_list);
3123 ath_tx_tid_sched(sc, atid);
3200 struct ath_tid *atid; local
3994 struct ath_tid *atid = &an->an_tid[tid]; local
4072 struct ath_tid *atid = &an->an_tid[tid]; local
4157 struct ath_tid *atid = &an->an_tid[tid]; local
4196 struct ath_tid *atid = &an->an_tid[tid]; local
4261 struct ath_tid *atid = &an->an_tid[tid]; local
4400 struct ath_tid *atid = &an->an_tid[tid]; local
4491 struct ath_tid *atid = &an->an_tid[tid]; local
4645 struct ath_tid *atid = &an->an_tid[tid]; local
4709 struct ath_tid *atid = &an->an_tid[tid]; local
5042 struct ath_tid *atid = &an->an_tid[tid]; local
5714 struct ath_tid *atid = &an->an_tid[tid]; local
5792 struct ath_tid *atid = &an->an_tid[tid]; local
5839 struct ath_tid *atid = &an->an_tid[tid]; local
5974 struct ath_tid *atid = &an->an_tid[tid]; local
6047 struct ath_tid *atid = &an->an_tid[tid]; local
6102 struct ath_tid *atid; local
6139 struct ath_tid *atid; local
[all...]
H A Dif_ath.c6614 struct ath_tid *atid = &an->an_tid[tid]; local
6618 if (atid->axq_depth == 0)
6620 ath_tx_tid_sched(sc, atid);
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_connect.c77 u_int atid = G_TID_TID(ntohl(cpl->tos_atid)); local
78 struct toepcb *toep = lookup_atid(sc, atid);
82 KASSERT(toep->tid == atid, ("%s: toep tid/atid mismatch", __func__));
84 CTR3(KTR_CXGBE, "%s: atid %u, tid %u", __func__, atid, tid);
85 free_atid(sc, atid);
113 act_open_failure_cleanup(struct adapter *sc, u_int atid, u_int status) argument
115 struct toepcb *toep = lookup_atid(sc, atid);
119 free_atid(sc, atid);
142 u_int atid = G_TID_TID(G_AOPEN_ATID(be32toh(cpl->atid_status))); local
[all...]
H A Dt4_tom.c340 CTR6(KTR_CXGBE, "%s: atid %d, toep %p (0x%x), inp %p (0x%x)",
1013 u_int opcode, atid, tid; local
1030 atid = G_TID_TID(be32toh(OPCODE_TID(cpl)));
1031 CTR2(KTR_CXGBE, "%s: atid %u ", __func__, atid);
1032 act_open_failure_cleanup(sc, atid, EHOSTUNREACH);
/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_cpl_io.c175 tp->t_state == TCPS_SYN_SENT ? "atid" : "tid", toep->tp_tid,
196 int atid = -1; local
202 atid = (p - t->atid_tab) + t->atid_base;
209 return (atid);
213 free_atid(struct tid_info *t, int atid) argument
215 union active_open_entry *p = atid2entry(t, atid);
912 unsigned int atid = G_TID(ntohl(rpl->atid)); local
913 struct toepcb *toep = lookup_atid(&td->tid_maps, atid);
917 CTR3(KTR_CXGB, "%s: atid
960 int atid = -1, mtu_idx, rscale, cpu_idx, qset; local
1651 unsigned int atid = G_PASS_OPEN_TID(ntohl(req->tos_tid)); local
[all...]
H A Dcxgb_tom.h65 * XXX We could combine the atid fields above with the lock here since
163 unsigned int atid)
165 return &t->atid_tab[atid - t->atid_base];
162 atid2entry(const struct tid_info *t, unsigned int atid) argument
/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_wrappers.c70 au_tid_t atid; local
136 atid.port = aia.ai_termid.at_port;
137 atid.machine = aia.ai_termid.at_addr[0];
139 getuid(), getgid(), pid, pid, &atid);
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_filter.c1205 u_int atid = G_TID_TID(G_AOPEN_ATID(be32toh(cpl->atid_status))); local
1207 struct filter_entry *f = lookup_atid(sc, atid);
1244 free_atid(sc, atid);
1412 mk_act_open_req6(struct adapter *sc, struct filter_entry *f, int atid, argument
1420 MPASS(atid >= 0);
1431 V_TID_QID(sc->sge.fwq.abs_id) | V_TID_TID(atid) |
1456 mk_act_open_req(struct adapter *sc, struct filter_entry *f, int atid, argument
1464 MPASS(atid >= 0);
1475 V_TID_QID(sc->sge.fwq.abs_id) | V_TID_TID(atid) |
1531 int rc, atid local
[all...]
H A Dt4_main.c2801 mtx_init(&t->atid_lock, "atid lock", NULL, MTX_DEF);
2828 int atid = -1; local
2834 atid = p - t->atid_tab;
2835 MPASS(atid <= M_TID_TID);
2841 return (atid);
2845 lookup_atid(struct adapter *sc, int atid) argument
2849 return (t->atid_tab[atid].data);
2853 free_atid(struct adapter *sc, int atid) argument
2856 union aopen_entry *p = &t->atid_tab[atid];
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_cm.h174 unsigned int atid; member in struct:iwch_ep
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h849 unsigned int atid; member in struct:c4iw_ep
/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h668 __be32 atid; member in struct:cpl_act_open_rpl

Completed in 251 milliseconds