/kernel/linux/linux-6.6/drivers/hwtracing/coresight/ |
H A D | coresight-tpda.c | 31 val |= FIELD_PREP(TPDA_CR_ATID, drvdata->atid); in tpda_enable_pre_port() 113 int atid; in tpda_init_default_data() local 115 * TPDA must has a unique atid. This atid can uniquely in tpda_init_default_data() 121 atid = coresight_trace_id_get_system_id(); in tpda_init_default_data() 122 if (atid < 0) in tpda_init_default_data() 123 return atid; in tpda_init_default_data() 125 drvdata->atid = atid; in tpda_init_default_data() 184 coresight_trace_id_put_system_id(drvdata->atid); in tpda_remove() [all...] |
H A D | coresight-tpda.h | 16 /* Bits 6 ~ 12 is for atid value */ 32 u8 atid; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | cxgb3_defs.h | 48 unsigned int atid) in atid2entry() 50 return &t->atid_tab[atid - t->atid_base]; in atid2entry() 47 atid2entry(const struct tid_info *t, unsigned int atid) atid2entry() argument
|
H A D | cxgb3_offload.c | 501 void *cxgb3_free_atid(struct t3cdev *tdev, int atid) in cxgb3_free_atid() argument 504 union active_open_entry *p = atid2entry(t, atid); in cxgb3_free_atid() 653 int atid = -1; in cxgb3_alloc_atid() local 662 atid = (p - t->atid_tab) + t->atid_base; in cxgb3_alloc_atid() 669 return atid; in cxgb3_alloc_atid() 742 unsigned int atid = G_TID(ntohl(rpl->atid)); in do_act_open_rpl() local 745 t3c_tid = lookup_atid(&(T3C_DATA(dev))->tid_maps, atid); in do_act_open_rpl() 892 unsigned int atid = G_PASS_OPEN_TID(ntohl(req->tos_tid)); in do_act_establish() local 904 t3c_tid = lookup_atid(t, atid); in do_act_establish() [all...] |
H A D | cxgb3_offload.h | 100 void *cxgb3_free_atid(struct t3cdev *dev, int atid); 174 * XXX We could combine the atid fields above with the lock here since
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | cxgb3_defs.h | 48 unsigned int atid) in atid2entry() 50 return &t->atid_tab[atid - t->atid_base]; in atid2entry() 47 atid2entry(const struct tid_info *t, unsigned int atid) atid2entry() argument
|
H A D | cxgb3_offload.c | 501 void *cxgb3_free_atid(struct t3cdev *tdev, int atid) in cxgb3_free_atid() argument 504 union active_open_entry *p = atid2entry(t, atid); in cxgb3_free_atid() 653 int atid = -1; in cxgb3_alloc_atid() local 662 atid = (p - t->atid_tab) + t->atid_base; in cxgb3_alloc_atid() 669 return atid; in cxgb3_alloc_atid() 742 unsigned int atid = G_TID(ntohl(rpl->atid)); in do_act_open_rpl() local 745 t3c_tid = lookup_atid(&(T3C_DATA(dev))->tid_maps, atid); in do_act_open_rpl() 892 unsigned int atid = G_PASS_OPEN_TID(ntohl(req->tos_tid)); in do_act_establish() local 904 t3c_tid = lookup_atid(t, atid); in do_act_establish() [all...] |
H A D | cxgb3_offload.h | 100 void *cxgb3_free_atid(struct t3cdev *dev, int atid); 174 * XXX We could combine the atid fields above with the lock here since
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/ |
H A D | chcr_ktls.c | 177 * @atid - connection active tid. 182 int atid) in chcr_ktls_act_open_req() 203 TID_TID_V(atid); in chcr_ktls_act_open_req() 228 * @atid - connection active tid. 233 int atid) in chcr_ktls_act_open_req6() 253 qid_atid = TID_QID_V(tx_info->rx_qid) | TID_TID_V(atid); in chcr_ktls_act_open_req6() 285 int atid, ret = 0; in chcr_setup_connection() local 287 atid = cxgb4_alloc_atid(t, tx_info); in chcr_setup_connection() 288 if (atid == -1) in chcr_setup_connection() 291 tx_info->atid in chcr_setup_connection() 180 chcr_ktls_act_open_req(struct sock *sk, struct chcr_ktls_info *tx_info, int atid) chcr_ktls_act_open_req() argument 231 chcr_ktls_act_open_req6(struct sock *sk, struct chcr_ktls_info *tx_info, int atid) chcr_ktls_act_open_req6() argument 658 unsigned int atid, tid, status; chcr_ktls_cpl_act_open_rpl() local [all...] |
H A D | chcr_ktls.h | 48 int atid; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/ |
H A D | chcr_ktls.c | 171 * @atid - connection active tid. 176 int atid) in chcr_ktls_act_open_req() 197 TID_TID_V(atid); in chcr_ktls_act_open_req() 222 * @atid - connection active tid. 227 int atid) in chcr_ktls_act_open_req6() 247 qid_atid = TID_QID_V(tx_info->rx_qid) | TID_TID_V(atid); in chcr_ktls_act_open_req6() 279 int atid, ret = 0; in chcr_setup_connection() local 281 atid = cxgb4_alloc_atid(t, tx_info); in chcr_setup_connection() 282 if (atid == -1) in chcr_setup_connection() 285 tx_info->atid in chcr_setup_connection() 174 chcr_ktls_act_open_req(struct sock *sk, struct chcr_ktls_info *tx_info, int atid) chcr_ktls_act_open_req() argument 225 chcr_ktls_act_open_req6(struct sock *sk, struct chcr_ktls_info *tx_info, int atid) chcr_ktls_act_open_req6() argument 652 unsigned int atid, tid, status; chcr_ktls_cpl_act_open_rpl() local [all...] |
H A D | chcr_ktls.h | 48 int atid; member
|
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/cxgb4i/ |
H A D | cxgb4i.c | 214 unsigned int qid_atid = ((unsigned int)csk->atid) | in send_act_open_req() 249 "csk t4 0x%p, %pI4:%u-%pI4:%u, atid %d, qid %u.\n", in send_act_open_req() 252 csk->atid, csk->rss_qid); in send_act_open_req() 277 "csk t5 0x%p, %pI4:%u-%pI4:%u, atid %d, qid %u.\n", in send_act_open_req() 280 csk->atid, csk->rss_qid); in send_act_open_req() 309 "csk t6 0x%p, %pI4:%u-%pI4:%u, atid %d, qid %u.\n", in send_act_open_req() 312 csk->atid, csk->rss_qid); in send_act_open_req() 320 csk->state, csk->flags, csk->atid, csk->rss_qid); in send_act_open_req() 333 unsigned int qid_atid = ((unsigned int)csk->atid) | in send_act_open_req6() 431 csk->flags, csk->atid, in send_act_open_req6() 896 unsigned int atid = TID_TID_G(ntohl(req->tos_atid)); do_act_establish() local 1047 unsigned int atid = do_act_open_rpl() local [all...] |
/kernel/linux/linux-6.6/drivers/scsi/cxgbi/cxgb4i/ |
H A D | cxgb4i.c | 215 unsigned int qid_atid = ((unsigned int)csk->atid) | in send_act_open_req() 250 "csk t4 0x%p, %pI4:%u-%pI4:%u, atid %d, qid %u.\n", in send_act_open_req() 253 csk->atid, csk->rss_qid); in send_act_open_req() 278 "csk t5 0x%p, %pI4:%u-%pI4:%u, atid %d, qid %u.\n", in send_act_open_req() 281 csk->atid, csk->rss_qid); in send_act_open_req() 310 "csk t6 0x%p, %pI4:%u-%pI4:%u, atid %d, qid %u.\n", in send_act_open_req() 313 csk->atid, csk->rss_qid); in send_act_open_req() 321 csk->state, csk->flags, csk->atid, csk->rss_qid); in send_act_open_req() 334 unsigned int qid_atid = ((unsigned int)csk->atid) | in send_act_open_req6() 432 csk->flags, csk->atid, in send_act_open_req6() 897 unsigned int atid = TID_TID_G(ntohl(req->tos_atid)); do_act_establish() local 1048 unsigned int atid = do_act_open_rpl() local [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/ |
H A D | cm.c | 561 xa_erase_irq(&ep->com.dev->atids, ep->atid); in act_open_req_arp_failure() 562 cxgb4_free_atid(ep->com.dev->rdev.lldi.tids, ep->atid); in act_open_req_arp_failure() 766 pr_debug("ep %p atid %u\n", ep, ep->atid); in send_connect() 850 ((ep->rss_qid<<14) | ep->atid))); in send_connect() 900 ((ep->rss_qid<<14)|ep->atid))); in send_connect() 1220 unsigned int atid = TID_TID_G(ntohl(req->tos_atid)); in act_establish() local 1224 ep = lookup_atid(t, atid); in act_establish() 1243 /* dealloc the atid */ in act_establish() 1244 xa_erase_irq(&ep->com.dev->atids, atid); in act_establish() 1958 send_fw_act_open_req(struct c4iw_ep *ep, unsigned int atid) send_fw_act_open_req() argument 2271 unsigned int atid = TID_TID_G(AOPEN_ATID_G( act_open_rpl() local 3752 int atid = be32_to_cpu(req->tid); active_ofld_conn_reply() local [all...] |
H A D | restrack.c | 256 if (!ep->parent_ep && rdma_nl_put_driver_u32(msg, "atid", in c4iw_fill_res_cm_id_entry() 257 ep->atid)) in c4iw_fill_res_cm_id_entry()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/ |
H A D | cm.c | 561 xa_erase_irq(&ep->com.dev->atids, ep->atid); in act_open_req_arp_failure() 562 cxgb4_free_atid(ep->com.dev->rdev.lldi.tids, ep->atid); in act_open_req_arp_failure() 766 pr_debug("ep %p atid %u\n", ep, ep->atid); in send_connect() 850 ((ep->rss_qid<<14) | ep->atid))); in send_connect() 900 ((ep->rss_qid<<14)|ep->atid))); in send_connect() 1220 unsigned int atid = TID_TID_G(ntohl(req->tos_atid)); in act_establish() local 1224 ep = lookup_atid(t, atid); in act_establish() 1243 /* dealloc the atid */ in act_establish() 1244 xa_erase_irq(&ep->com.dev->atids, atid); in act_establish() 1958 send_fw_act_open_req(struct c4iw_ep *ep, unsigned int atid) send_fw_act_open_req() argument 2271 unsigned int atid = TID_TID_G(AOPEN_ATID_G( act_open_rpl() local 3749 int atid = be32_to_cpu(req->tid); active_ofld_conn_reply() local [all...] |
H A D | restrack.c | 256 if (!ep->parent_ep && rdma_nl_put_driver_u32(msg, "atid", in c4iw_fill_res_cm_id_entry() 257 ep->atid)) in c4iw_fill_res_cm_id_entry()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_uld.h | 177 static inline void *lookup_atid(const struct tid_info *t, unsigned int atid) in lookup_atid() argument 179 return atid < t->natids ? t->atid_tab[atid].data : NULL; in lookup_atid() 247 void cxgb4_free_atid(struct tid_info *t, unsigned int atid);
|
H A D | cxgb4_filter.c | 1378 int iq, atid, size; in cxgb4_set_hash_filter() local 1429 atid = cxgb4_alloc_atid(t, f); in cxgb4_set_hash_filter() 1430 if (atid < 0) { in cxgb4_set_hash_filter() 1431 ret = atid; in cxgb4_set_hash_filter() 1476 ((adapter->sge.fw_evtq.abs_id << 14) | atid), in cxgb4_set_hash_filter() 1486 ((adapter->sge.fw_evtq.abs_id << 14) | atid), in cxgb4_set_hash_filter() 1503 cxgb4_free_atid(t, atid); in cxgb4_set_hash_filter() 2005 dev_dbg(adap->pdev_dev, "%s: tid = %u; atid = %u; status = %u\n", in hash_filter_rpl()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_uld.h | 177 static inline void *lookup_atid(const struct tid_info *t, unsigned int atid) in lookup_atid() argument 179 return atid < t->natids ? t->atid_tab[atid].data : NULL; in lookup_atid() 247 void cxgb4_free_atid(struct tid_info *t, unsigned int atid);
|
H A D | cxgb4_filter.c | 1378 int iq, atid, size; in cxgb4_set_hash_filter() local 1429 atid = cxgb4_alloc_atid(t, f); in cxgb4_set_hash_filter() 1430 if (atid < 0) { in cxgb4_set_hash_filter() 1431 ret = atid; in cxgb4_set_hash_filter() 1476 ((adapter->sge.fw_evtq.abs_id << 14) | atid), in cxgb4_set_hash_filter() 1486 ((adapter->sge.fw_evtq.abs_id << 14) | atid), in cxgb4_set_hash_filter() 1503 cxgb4_free_atid(t, atid); in cxgb4_set_hash_filter() 2005 dev_dbg(adap->pdev_dev, "%s: tid = %u; atid = %u; status = %u\n", in hash_filter_rpl()
|
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/cxgb3i/ |
H A D | cxgb3i.c | 167 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_ACT_OPEN_REQ, csk->atid)); in send_act_open_req() 181 csk, csk->state, csk->flags, csk->atid, in send_act_open_req() 468 cxgb3_free_atid(csk->cdev->lldev, csk->atid); in free_atid() 479 unsigned int atid = G_PASS_OPEN_TID(ntohl(req->tos_tid)); in do_act_establish() local 483 "atid 0x%x,tid 0x%x, csk 0x%p,%u,0x%lx, isn %u.\n", in do_act_establish() 484 atid, atid, csk, csk->state, csk->flags, rcv_isn); in do_act_establish() 576 csk, csk->state, csk->flags, csk->atid, rpl->status, in do_act_open_rpl() 978 csk->atid = cxgb3_alloc_atid(t3dev, &t3_client, csk); in init_act_open() 979 if (csk->atid < in init_act_open() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/cxgbi/cxgb3i/ |
H A D | cxgb3i.c | 168 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_ACT_OPEN_REQ, csk->atid)); in send_act_open_req() 182 csk, csk->state, csk->flags, csk->atid, in send_act_open_req() 469 cxgb3_free_atid(csk->cdev->lldev, csk->atid); in free_atid() 480 unsigned int atid = G_PASS_OPEN_TID(ntohl(req->tos_tid)); in do_act_establish() local 484 "atid 0x%x,tid 0x%x, csk 0x%p,%u,0x%lx, isn %u.\n", in do_act_establish() 485 atid, atid, csk, csk->state, csk->flags, rcv_isn); in do_act_establish() 577 csk, csk->state, csk->flags, csk->atid, rpl->status, in do_act_open_rpl() 979 csk->atid = cxgb3_alloc_atid(t3dev, &t3_client, csk); in init_act_open() 980 if (csk->atid < in init_act_open() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/ |
H A D | libcxgbi.h | 117 int atid; member 203 CTPF_HAS_ATID, /* reserved atid */
|