Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
A Dcoresight-tpda.c138 val |= FIELD_PREP(TPDA_CR_ATID, drvdata->atid); in tpda_enable_pre_port()
246 int atid; in tpda_init_default_data() local
254 atid = coresight_trace_id_get_system_id(); in tpda_init_default_data()
255 if (atid < 0) in tpda_init_default_data()
256 return atid; in tpda_init_default_data()
258 drvdata->atid = atid; in tpda_init_default_data()
317 coresight_trace_id_put_system_id(drvdata->atid); in tpda_remove()
A Dcoresight-tpda.h38 u8 atid; member
/linux/drivers/net/ethernet/chelsio/cxgb3/
A Dcxgb3_defs.h48 unsigned int atid) in atid2entry() argument
50 return &t->atid_tab[atid - t->atid_base]; in atid2entry()
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()
A Dcxgb3_offload.h100 void *cxgb3_free_atid(struct t3cdev *dev, int atid);
A Dt3_cpl.h623 __be32 atid; member
/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
A Dchcr_ktls.c177 int atid) in chcr_ktls_act_open_req() argument
198 TID_TID_V(atid); in chcr_ktls_act_open_req()
228 int atid) in chcr_ktls_act_open_req6() argument
280 int atid, ret = 0; in chcr_setup_connection() local
283 if (atid == -1) in chcr_setup_connection()
286 tx_info->atid = atid; in chcr_setup_connection()
316 cxgb4_free_atid(t, atid); in chcr_setup_connection()
453 tx_info->atid = -1; in chcr_ktls_dev_add()
660 if (!tx_info || tx_info->atid != atid) { in chcr_ktls_cpl_act_open_rpl()
665 cxgb4_free_atid(t, atid); in chcr_ktls_cpl_act_open_rpl()
[all …]
A Dchcr_ktls.h48 int atid; member
/linux/drivers/scsi/cxgbi/cxgb4i/
A Dcxgb4i.c253 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()
432 csk->flags, csk->atid, in send_act_open_req6()
885 cxgb4_free_atid(lldi->tids, csk->atid); in free_atid()
902 csk = lookup_atid(t, atid); in do_act_establish()
908 if (csk->atid != atid) { in do_act_establish()
910 atid, csk, csk->state, csk->flags, csk->tid, csk->atid); in do_act_establish()
1048 unsigned int atid = in do_act_open_rpl() local
1054 csk = lookup_atid(t, atid); in do_act_open_rpl()
[all …]
/linux/drivers/infiniband/hw/cxgb4/
A Dcm.c1224 ep = lookup_atid(t, atid); in act_establish()
1247 cxgb4_free_atid(t, atid); in act_establish()
2192 if (ep->atid == -1) { in c4iw_reconnect()
2282 ep = lookup_atid(t, atid); in act_open_rpl()
2339 cxgb4_free_atid(t, atid); in act_open_rpl()
2376 cxgb4_free_atid(t, atid); in act_open_rpl()
3360 if (ep->atid == -1) { in c4iw_connect()
3753 int atid = be32_to_cpu(req->tid); in active_ofld_conn_reply() local
3764 send_fw_act_open_req(ep, atid); in active_ofld_conn_reply()
3781 req->retval, atid); in active_ofld_conn_reply()
[all …]
A Drestrack.c257 ep->atid)) in c4iw_fill_res_cm_id_entry()
A Ddevice.c581 ep->com.history, ep->hwtid, ep->atid, in dump_ep()
602 ep->com.history, ep->hwtid, ep->atid, in dump_ep()
A Diw_cxgb4.h908 unsigned int atid; member
/linux/drivers/net/ethernet/chelsio/cxgb4/
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);
A Dcxgb4_filter.c1379 int iq, atid, size; in cxgb4_set_hash_filter() local
1430 atid = cxgb4_alloc_atid(t, f); in cxgb4_set_hash_filter()
1431 if (atid < 0) { in cxgb4_set_hash_filter()
1432 ret = atid; in cxgb4_set_hash_filter()
1477 ((adapter->sge.fw_evtq.abs_id << 14) | atid), in cxgb4_set_hash_filter()
1487 ((adapter->sge.fw_evtq.abs_id << 14) | atid), in cxgb4_set_hash_filter()
1504 cxgb4_free_atid(t, atid); in cxgb4_set_hash_filter()
A Dcxgb4_main.c1595 int atid = -1; in cxgb4_alloc_atid() local
1601 atid = (p - t->atid_tab) + t->atid_base; in cxgb4_alloc_atid()
1607 return atid; in cxgb4_alloc_atid()
1614 void cxgb4_free_atid(struct tid_info *t, unsigned int atid) in cxgb4_free_atid() argument
1616 union aopen_entry *p = &t->atid_tab[atid - t->atid_base]; in cxgb4_free_atid()
/linux/drivers/scsi/cxgbi/cxgb3i/
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()
/linux/drivers/scsi/cxgbi/
A Dlibcxgbi.h116 int atid; member
/linux/drivers/net/wireless/ath/ath9k/
A Dmain.c2015 struct ath_atx_tid *atid; in ath9k_ampdu_action() local
2049 atid = ath_node_to_tid(an, tid); in ath9k_ampdu_action()
2050 atid->baw_size = IEEE80211_MIN_AMPDU_BUF << in ath9k_ampdu_action()

Completed in 900 milliseconds