Home
last modified time | relevance | path

Searched refs:hwtid (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/infiniband/hw/cxgb4/
H A Dcm.c235 static void release_tid(struct c4iw_rdev *rdev, u32 hwtid, struct sk_buff *skb) in release_tid() argument
243 cxgb_mk_tid_release(skb, len, hwtid, 0); in release_tid()
335 __xa_erase(&ep->com.dev->hwtids, ep->hwtid); in remove_ep_tid()
347 err = __xa_insert(&ep->com.dev->hwtids, ep->hwtid, ep, GFP_KERNEL); in insert_ep_tid()
405 cxgb4_remove_tid(ep->com.dev->rdev.lldi.tids, 0, ep->hwtid, in _c4iw_free_ep()
427 if (ep->hwtid != -1) in release_ep_resources()
539 ep->hwtid); in pass_accept_rpl_arp_failure()
614 FW_WR_FLOWID_V(ep->hwtid)); in send_flowc()
651 pr_debug("ep %p tid %u\n", ep, ep->hwtid); in send_halfclose()
655 cxgb_mk_close_con_req(skb, wrlen, ep->hwtid, ep->txq_idx, in send_halfclose()
[all …]
H A Dqp.c1565 qhp->ep->hwtid); in post_terminate()
1576 FW_WR_FLOWID_V(qhp->ep->hwtid) | in post_terminate()
1704 pr_debug("qhp %p qid 0x%x tid %u\n", qhp, qhp->wq.sq.qid, ep->hwtid); in rdma_fini()
1717 FW_WR_FLOWID_V(ep->hwtid) | in rdma_fini()
1724 qhp->ep->hwtid, qhp->wq.sq.qid, __func__); in rdma_fini()
1761 qhp->wq.sq.qid, qhp->ep->hwtid, qhp->ep->ird, qhp->ep->ord); in rdma_init()
1781 FW_WR_FLOWID_V(qhp->ep->hwtid) | in rdma_init()
1827 qhp->ep->hwtid, qhp->wq.sq.qid, __func__); in rdma_init()
H A Ddevice.c275 ep->hwtid, (int)ep->com.state, in dump_qp()
295 ep->hwtid, (int)ep->com.state, in dump_qp()
581 ep->com.history, ep->hwtid, ep->atid, in dump_ep()
602 ep->com.history, ep->hwtid, ep->atid, in dump_ep()
H A Drestrack.c247 if (rdma_nl_put_driver_u32(msg, "hwtid", ep->hwtid)) in c4iw_fill_res_cm_id_entry()
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c1578 unsigned int hwtid; in chtls_pass_establish() local
1580 hwtid = GET_TID(req); in chtls_pass_establish()
1581 sk = lookup_tid(cdev->tids, hwtid); in chtls_pass_establish()
1731 unsigned int hwtid = GET_TID(req); in chtls_rx_data() local
1734 sk = lookup_tid(cdev->tids, hwtid); in chtls_rx_data()
1736 pr_err("can't find conn. for hwtid %u.\n", hwtid); in chtls_rx_data()
1783 unsigned int hwtid = GET_TID(req); in chtls_rx_pdu() local
1786 sk = lookup_tid(cdev->tids, hwtid); in chtls_rx_pdu()
1788 pr_err("can't find conn. for hwtid %u.\n", hwtid); in chtls_rx_pdu()
1852 unsigned int hwtid = GET_TID(req); in chtls_rx_cmp() local
[all …]
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_offload.c741 unsigned int hwtid = G_TID(ntohl(p->opcode_tid)); in do_hwtid_rpl() local
744 t3c_tid = lookup_tid(&(T3C_DATA(dev))->tid_maps, hwtid); in do_hwtid_rpl()
808 unsigned int hwtid = G_TID(ntohl(p->opcode_tid)); in do_abort_req_rss() local
811 t3c_tid = lookup_tid(&(T3C_DATA(dev))->tid_maps, hwtid); in do_abort_req_rss()
907 unsigned int hwtid = get_hwtid(skb); in do_term() local
911 t3c_tid = lookup_tid(&(T3C_DATA(dev))->tid_maps, hwtid); in do_term()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_mqprio.c112 eosw_txq->hwtid = adap->tids.eotid_base + eosw_txq->eotid; in cxgb4_init_eosw_txq()
H A Dsge.c2219 FW_WR_FLOWID_V(eosw_txq->hwtid)); in write_eo_wr()
2576 FW_WR_FLOWID_V(eosw_txq->hwtid)); in cxgb4_ethofld_send_flowc()
H A Dcxgb4_debugfs.c2879 T("EOTID:", hwtid); in sge_qinfo_show()