Searched refs:hwtid (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/infiniband/hw/cxgb4/
H A Dcm.c235 static void release_tid(struct c4iw_rdev *rdev, u32 hwtid, struct sk_buff *skb) argument
243 cxgb_mk_tid_release(skb, len, hwtid, 0);
335 __xa_erase(&ep->com.dev->hwtids, ep->hwtid);
347 err = __xa_insert(&ep->com.dev->hwtids, ep->hwtid, ep, GFP_KERNEL);
405 cxgb4_remove_tid(ep->com.dev->rdev.lldi.tids, 0, ep->hwtid,
422 * If we have a hwtid, then remove it from the idr table
427 if (ep->hwtid != -1)
539 ep->hwtid);
614 FW_WR_FLOWID_V(ep->hwtid));
651 pr_debug("ep %p tid %u\n", ep, ep->hwtid);
2502 reject_cr(struct c4iw_dev *dev, u32 hwtid, struct sk_buff *skb) argument
2516 unsigned int hwtid = GET_TID(req); local
[all...]
H A Diw_cxgb4.h261 u32 hwtid, u32 qpid,
274 func, pci_name(rdev->lldi.pdev), hwtid, qpid);
281 pci_name(rdev->lldi.pdev), wr_waitp->ret, hwtid, qpid);
291 u32 hwtid, u32 qpid,
296 pr_debug("%s wr_wait %p hwtid %u qpid %u\n", func, wr_waitp, hwtid,
304 return c4iw_wait_for_reply(rdev, wr_waitp, hwtid, qpid, func);
873 u32 hwtid; member in struct:c4iw_ep
259 c4iw_wait_for_reply(struct c4iw_rdev *rdev, struct c4iw_wr_wait *wr_waitp, u32 hwtid, u32 qpid, const char *func) argument
288 c4iw_ref_send_wait(struct c4iw_rdev *rdev, struct sk_buff *skb, struct c4iw_wr_wait *wr_waitp, u32 hwtid, u32 qpid, const char *func) argument
H A Ddevice.c275 ep->hwtid, (int)ep->com.state,
295 ep->hwtid, (int)ep->com.state,
576 "history 0x%lx hwtid %d atid %d "
581 ep->com.history, ep->hwtid, ep->atid,
597 "history 0x%lx hwtid %d atid %d "
602 ep->com.history, ep->hwtid, ep->atid,
H A Drestrack.c247 if (rdma_nl_put_driver_u32(msg, "hwtid", ep->hwtid))
H A Dqp.c1568 qhp->ep->hwtid);
1579 FW_WR_FLOWID_V(qhp->ep->hwtid) |
1699 pr_debug("qhp %p qid 0x%x tid %u\n", qhp, qhp->wq.sq.qid, ep->hwtid);
1712 FW_WR_FLOWID_V(ep->hwtid) |
1719 qhp->ep->hwtid, qhp->wq.sq.qid, __func__);
1756 qhp->wq.sq.qid, qhp->ep->hwtid, qhp->ep->ird, qhp->ep->ord);
1776 FW_WR_FLOWID_V(qhp->ep->hwtid) |
1822 qhp->ep->hwtid, qhp->wq.sq.qid, __func__);
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c1576 unsigned int hwtid; local
1578 hwtid = GET_TID(req);
1579 sk = lookup_tid(cdev->tids, hwtid);
1729 unsigned int hwtid = GET_TID(req); local
1732 sk = lookup_tid(cdev->tids, hwtid);
1734 pr_err("can't find conn. for hwtid %u.\n", hwtid);
1781 unsigned int hwtid = GET_TID(req); local
1784 sk = lookup_tid(cdev->tids, hwtid);
1786 pr_err("can't find conn. for hwtid
1850 unsigned int hwtid = GET_TID(req); local
2179 unsigned int hwtid = GET_TID(req); local
2285 unsigned int hwtid = GET_TID(rpl); local
2301 unsigned int hwtid = GET_TID(rpl); local
[all...]
H A Dchtls.h296 u32 hwtid; /* TCP Control Block ID */ member in struct:chtls_sock
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_offload.c780 unsigned int hwtid = G_TID(ntohl(p->opcode_tid)); local
783 t3c_tid = lookup_tid(&(T3C_DATA(dev))->tid_maps, hwtid);
847 unsigned int hwtid = G_TID(ntohl(p->opcode_tid)); local
850 t3c_tid = lookup_tid(&(T3C_DATA(dev))->tid_maps, hwtid);
946 unsigned int hwtid = get_hwtid(skb); local
950 t3c_tid = lookup_tid(&(T3C_DATA(dev))->tid_maps, hwtid);
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_mqprio.c113 eosw_txq->hwtid = adap->tids.eotid_base + eosw_txq->eotid;
H A Dcxgb4.h945 u32 hwtid; /* Hardware EOTID index */ member in struct:sge_eosw_txq
H A Dsge.c2218 FW_WR_FLOWID_V(eosw_txq->hwtid));
2575 FW_WR_FLOWID_V(eosw_txq->hwtid));
H A Dcxgb4_debugfs.c2879 T("EOTID:", hwtid);

Completed in 488 milliseconds