Home
last modified time | relevance | path

Searched refs:atid (Results 1 – 25 of 34) sorted by relevance

12

/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-tpda.c31 val |= FIELD_PREP(TPDA_CR_ATID, drvdata->atid); in tpda_enable_pre_port()
113 int atid; in tpda_init_default_data() local
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()
H A Dcoresight-tpda.h32 u8 atid; member
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_defs.h48 unsigned int atid) in atid2entry() argument
50 return &t->atid_tab[atid - t->atid_base]; in atid2entry()
H A Dcxgb3_offload.c501 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()
H A Dcxgb3_offload.h100 void *cxgb3_free_atid(struct t3cdev *dev, int atid);
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_ktls.c176 int atid) in chcr_ktls_act_open_req() argument
197 TID_TID_V(atid); in chcr_ktls_act_open_req()
227 int atid) in chcr_ktls_act_open_req6() argument
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 = atid; in chcr_setup_connection()
288 ret = chcr_ktls_act_open_req(sk, tx_info, atid); in chcr_setup_connection()
296 ret = chcr_ktls_act_open_req6(sk, tx_info, atid); in chcr_setup_connection()
[all …]
H A Dchcr_ktls.h48 int atid; member
/openbmc/linux/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c215 unsigned int qid_atid = ((unsigned int)csk->atid) | in send_act_open_req()
253 csk->atid, csk->rss_qid); in send_act_open_req()
281 csk->atid, csk->rss_qid); 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()
885 cxgb4_free_atid(lldi->tids, csk->atid); in free_atid()
897 unsigned int atid = TID_TID_G(ntohl(req->tos_atid)); in do_act_establish() local
902 csk = lookup_atid(t, atid); in do_act_establish()
[all …]
/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A Dcm.c561 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()
1246 xa_erase_irq(&ep->com.dev->atids, atid); in act_establish()
1247 cxgb4_free_atid(t, atid); in act_establish()
1960 static int send_fw_act_open_req(struct c4iw_ep *ep, unsigned int atid) in send_fw_act_open_req() argument
[all …]
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.h177 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);
/openbmc/linux/drivers/scsi/cxgbi/cxgb3i/
H A Dcxgb3i.c168 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
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 < 0) { in init_act_open()
1015 cxgb3_free_atid(t3dev, csk->atid); in init_act_open()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libmad/libmad/
H A Dobsolete_automake_macros.patch1 Upstream-Status: Submitted [https://sourceforge.net/tracker/?group_id=12349&atid=112349]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libid3tag/libid3tag/
H A Dobsolete_automake_macros.patch1 …us: Submitted [https://sourceforge.net/tracker/?func=detail&aid=3599280&group_id=12349&atid=112349]
/openbmc/openbmc/poky/meta/recipes-multimedia/lame/
H A Dlame_3.100.bb4 BUGTRACKER = "http://sourceforge.net/tracker/?group_id=290&atid=100290"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libid3tag/
H A Dlibid3tag_0.15.1b.bb3 BUGTRACKER = "http://sourceforge.net/tracker/?group_id=12349&atid=112349"
/openbmc/openbmc/poky/meta/recipes-extended/watchdog/
H A Dwatchdog-config.bb6 BUGTRACKER = "http://sourceforge.net/tracker/?group_id=172030&atid=860194"
H A Dwatchdog_5.16.bb6 BUGTRACKER = "http://sourceforge.net/tracker/?group_id=172030&atid=860194"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libmad/
H A Dlibmad_0.15.1b.bb3 BUGTRACKER = "https://sourceforge.net/tracker/?group_id=12349&atid=112349"
/openbmc/openbmc/poky/meta/recipes-extended/libtirpc/
H A Dlibtirpc_1.3.6.bb5 BUGTRACKER = "http://sourceforge.net/tracker/?group_id=183075&atid=903784"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/libpfm/
H A Dlibpfm4_4.13.0.bb6 BUGTRACKER = "http://sourceforge.net/tracker/?group_id=144822&atid=759953&source=navbar"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libb64/libb64/
H A D0002-use-BUFSIZ-as-buffer-size.patch6 Bug: http://sourceforge.net/tracker/?func=detail&atid=785907&aid=3591336&group_id=152942
/openbmc/openbmc/poky/meta/recipes-extended/quota/
H A Dquota_4.09.bb5 BUGTRACKER = "http://sourceforge.net/tracker/?group_id=18136&atid=118136"
/openbmc/openbmc/poky/meta/recipes-connectivity/libpcap/
H A Dlibpcap_1.10.5.bb6 BUGTRACKER = "http://sourceforge.net/tracker/?group_id=53067&atid=469577"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtinyxml/libtinyxml/
H A Dentity-encoding.patch4 Origin: http://sourceforge.net/tracker/index.php?func=detail&aid=3031828&group_id=13559&atid=313559
/openbmc/openbmc/poky/meta/recipes-extended/rpcbind/
H A Drpcbind_1.2.7.bb6 BUGTRACKER = "http://sourceforge.net/tracker/?group_id=201237&atid=976751"

12