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

/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-tpda.h20 /* Bits 6 ~ 12 is for atid value */
38 u8 atid; member in struct:tpda_drvdata
H A Dcoresight-tpda.c138 val |= FIELD_PREP(TPDA_CR_ATID, drvdata->atid);
246 int atid; local
248 * TPDA must has a unique atid. This atid can uniquely
254 atid = coresight_trace_id_get_system_id();
255 if (atid < 0)
256 return atid;
258 drvdata->atid = atid;
317 coresight_trace_id_put_system_id(drvdata->atid);
[all...]
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_defs.h48 unsigned int atid)
50 return &t->atid_tab[atid - t->atid_base];
47 atid2entry(const struct tid_info *t, unsigned int atid) argument
H A Dcxgb3_offload.h100 void *cxgb3_free_atid(struct t3cdev *dev, int atid);
174 * XXX We could combine the atid fields above with the lock here since
H A Dcxgb3_offload.c501 void *cxgb3_free_atid(struct t3cdev *tdev, int atid) argument
504 union active_open_entry *p = atid2entry(t, atid);
653 int atid = -1; local
662 atid = (p - t->atid_tab) + t->atid_base;
669 return atid;
742 unsigned int atid = G_TID(ntohl(rpl->atid)); local
745 t3c_tid = lookup_atid(&(T3C_DATA(dev))->tid_maps, atid);
892 unsigned int atid = G_PASS_OPEN_TID(ntohl(req->tos_tid)); local
904 t3c_tid = lookup_atid(t, atid);
[all...]
H A Dt3_cpl.h623 __be32 atid; member in struct:cpl_act_open_rpl
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_ktls.h48 int atid; member in struct:chcr_ktls_info
H A Dchcr_ktls.c171 * @atid - connection active tid.
176 int atid)
197 TID_TID_V(atid);
222 * @atid - connection active tid.
227 int atid)
247 qid_atid = TID_QID_V(tx_info->rx_qid) | TID_TID_V(atid);
279 int atid, ret = 0; local
281 atid = cxgb4_alloc_atid(t, tx_info);
282 if (atid == -1)
285 tx_info->atid
174 chcr_ktls_act_open_req(struct sock *sk, struct chcr_ktls_info *tx_info, int atid) argument
225 chcr_ktls_act_open_req6(struct sock *sk, struct chcr_ktls_info *tx_info, int atid) argument
647 unsigned int atid, tid, status; local
[all...]
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.h177 static inline void *lookup_atid(const struct tid_info *t, unsigned int atid) argument
179 return atid < t->natids ? t->atid_tab[atid].data : NULL;
247 void cxgb4_free_atid(struct tid_info *t, unsigned int atid);
H A Dcxgb4_filter.c1378 int iq, atid, size; local
1429 atid = cxgb4_alloc_atid(t, f);
1430 if (atid < 0) {
1431 ret = atid;
1476 ((adapter->sge.fw_evtq.abs_id << 14) | atid),
1486 ((adapter->sge.fw_evtq.abs_id << 14) | atid),
1503 cxgb4_free_atid(t, atid);
2005 dev_dbg(adap->pdev_dev, "%s: tid = %u; atid = %u; status = %u\n",
H A Dcxgb4_main.c1595 int atid = -1; local
1601 atid = (p - t->atid_tab) + t->atid_base;
1607 return atid;
1614 void cxgb4_free_atid(struct tid_info *t, unsigned int atid) argument
1616 union aopen_entry *p = &t->atid_tab[atid - t->atid_base];
/linux-master/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c215 unsigned int qid_atid = ((unsigned int)csk->atid) |
250 "csk t4 0x%p, %pI4:%u-%pI4:%u, atid %d, qid %u.\n",
253 csk->atid, csk->rss_qid);
278 "csk t5 0x%p, %pI4:%u-%pI4:%u, atid %d, qid %u.\n",
281 csk->atid, csk->rss_qid);
310 "csk t6 0x%p, %pI4:%u-%pI4:%u, atid %d, qid %u.\n",
313 csk->atid, csk->rss_qid);
321 csk->state, csk->flags, csk->atid, csk->rss_qid);
334 unsigned int qid_atid = ((unsigned int)csk->atid) |
432 csk->flags, csk->atid,
897 unsigned int atid = TID_TID_G(ntohl(req->tos_atid)); local
1048 unsigned int atid = local
[all...]
/linux-master/drivers/scsi/cxgbi/cxgb3i/
H A Dcxgb3i.c168 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_ACT_OPEN_REQ, csk->atid));
182 csk, csk->state, csk->flags, csk->atid,
469 cxgb3_free_atid(csk->cdev->lldev, csk->atid);
480 unsigned int atid = G_PASS_OPEN_TID(ntohl(req->tos_tid)); local
484 "atid 0x%x,tid 0x%x, csk 0x%p,%u,0x%lx, isn %u.\n",
485 atid, atid, csk, csk->state, csk->flags, rcv_isn);
577 csk, csk->state, csk->flags, csk->atid, rpl->status,
979 csk->atid = cxgb3_alloc_atid(t3dev, &t3_client, csk);
980 if (csk->atid <
[all...]
/linux-master/drivers/infiniband/hw/cxgb4/
H A Dcm.c561 xa_erase_irq(&ep->com.dev->atids, ep->atid);
562 cxgb4_free_atid(ep->com.dev->rdev.lldi.tids, ep->atid);
766 pr_debug("ep %p atid %u\n", ep, ep->atid);
850 ((ep->rss_qid<<14) | ep->atid)));
900 ((ep->rss_qid<<14)|ep->atid)));
1220 unsigned int atid = TID_TID_G(ntohl(req->tos_atid)); local
1224 ep = lookup_atid(t, atid);
1243 /* dealloc the atid */
1244 xa_erase_irq(&ep->com.dev->atids, atid);
1958 send_fw_act_open_req(struct c4iw_ep *ep, unsigned int atid) argument
2271 unsigned int atid = TID_TID_G(AOPEN_ATID_G( local
3749 int atid = be32_to_cpu(req->tid); local
[all...]
H A Drestrack.c256 if (!ep->parent_ep && rdma_nl_put_driver_u32(msg, "atid",
257 ep->atid))
H A Ddevice.c576 "history 0x%lx hwtid %d atid %d "
581 ep->com.history, ep->hwtid, ep->atid,
597 "history 0x%lx hwtid %d atid %d "
602 ep->com.history, ep->hwtid, ep->atid,
H A Diw_cxgb4.h872 unsigned int atid; member in struct:c4iw_ep
/linux-master/drivers/scsi/cxgbi/
H A Dlibcxgbi.h116 int atid; member in struct:cxgbi_sock
202 CTPF_HAS_ATID, /* reserved atid */
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dmain.c2016 struct ath_atx_tid *atid; local
2050 atid = ath_node_to_tid(an, tid);
2051 atid->baw_size = IEEE80211_MIN_AMPDU_BUF <<

Completed in 252 milliseconds