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

/freebsd-11.0-release/sys/dev/cxgbe/tom/
H A Dt4_connect.c64 /* atid services */
73 int atid = -1; local
79 atid = p - t->atid_tab;
85 return (atid);
89 lookup_atid(struct adapter *sc, int atid) argument
93 return (t->atid_tab[atid].data);
97 free_atid(struct adapter *sc, int atid) argument
100 union aopen_entry *p = &t->atid_tab[atid];
119 u_int atid = G_TID_TID(ntohl(cpl->tos_atid)); local
120 struct toepcb *toep = lookup_atid(sc, atid);
172 act_open_failure_cleanup(struct adapter *sc, u_int atid, u_int status) argument
196 u_int atid = G_TID_TID(G_AOPEN_ATID(be32toh(cpl->atid_status))); local
[all...]
H A Dt4_tom.c349 CTR6(KTR_CXGBE, "%s: atid %d, toep %p (0x%x), inp %p (0x%x)",
647 mtx_init(&t->atid_lock, "atid lock", NULL, MTX_DEF);
957 u_int opcode, atid; local
974 atid = G_TID_TID(be32toh(OPCODE_TID(cpl)));
977 CTR2(KTR_CXGBE, "%s: atid %u ", __func__, atid);
978 act_open_failure_cleanup(sc, atid, EHOSTUNREACH);
/freebsd-11.0-release/sys/dev/ath/
H A Dif_ath_tx.c3042 struct ath_tid *atid; local
3052 atid = &an->an_tid[tid];
3072 if (! ath_tx_tid_can_tx_or_sched(sc, atid)) {
3080 ATH_TID_INSERT_HEAD(atid, bf, bf_list);
3082 ATH_TID_INSERT_TAIL(atid, bf, bf_list);
3086 ATH_TID_INSERT_TAIL(atid, bf, bf_list);
3094 ATH_TID_INSERT_TAIL(atid, bf, bf_list);
3110 bf = ATH_TID_FIRST(atid);
3111 ATH_TID_REMOVE(atid, bf, bf_list);
3131 ath_tx_tid_sched(sc, atid);
3208 struct ath_tid *atid; local
4002 struct ath_tid *atid = &an->an_tid[tid]; local
4080 struct ath_tid *atid = &an->an_tid[tid]; local
4165 struct ath_tid *atid = &an->an_tid[tid]; local
4204 struct ath_tid *atid = &an->an_tid[tid]; local
4269 struct ath_tid *atid = &an->an_tid[tid]; local
4408 struct ath_tid *atid = &an->an_tid[tid]; local
4499 struct ath_tid *atid = &an->an_tid[tid]; local
4653 struct ath_tid *atid = &an->an_tid[tid]; local
4717 struct ath_tid *atid = &an->an_tid[tid]; local
5050 struct ath_tid *atid = &an->an_tid[tid]; local
5722 struct ath_tid *atid = &an->an_tid[tid]; local
5800 struct ath_tid *atid = &an->an_tid[tid]; local
5847 struct ath_tid *atid = &an->an_tid[tid]; local
5982 struct ath_tid *atid = &an->an_tid[tid]; local
6055 struct ath_tid *atid = &an->an_tid[tid]; local
6110 struct ath_tid *atid; local
6147 struct ath_tid *atid; local
[all...]
H A Dif_ath.c6615 struct ath_tid *atid = &an->an_tid[tid]; local
6619 if (atid->axq_depth == 0)
6621 ath_tx_tid_sched(sc, atid);
/freebsd-11.0-release/sys/dev/cxgb/ulp/tom/
H A Dcxgb_cpl_io.c176 tp->t_state == TCPS_SYN_SENT ? "atid" : "tid", toep->tp_tid,
197 int atid = -1; local
203 atid = (p - t->atid_tab) + t->atid_base;
210 return (atid);
214 free_atid(struct tid_info *t, int atid) argument
216 union active_open_entry *p = atid2entry(t, atid);
913 unsigned int atid = G_TID(ntohl(rpl->atid)); local
914 struct toepcb *toep = lookup_atid(&td->tid_maps, atid);
918 CTR3(KTR_CXGB, "%s: atid
961 int atid = -1, mtu_idx, rscale, cpu_idx, qset; local
1653 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.0-release/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.0-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_cm.h174 unsigned int atid; member in struct:iwch_ep
/freebsd-11.0-release/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h782 unsigned int atid; member in struct:c4iw_ep
/freebsd-11.0-release/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h668 __be32 atid; member in struct:cpl_act_open_rpl

Completed in 110 milliseconds