Home
last modified time | relevance | path

Searched refs:hwtid (Results 1 – 7 of 7) 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 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/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()