Lines Matching refs:tid
50 struct cxgbit_wr_wait *wr_waitp, u32 tid, u32 timeout,
62 pr_info("%s - Device %s not responding tid %u\n",
63 func, pci_name(cdev->lldi.pdev), tid);
68 pr_info("%s: FW reply %d tid %u\n",
69 pci_name(cdev->lldi.pdev), wr_waitp->ret, tid);
631 cxgb_mk_close_con_req(skb, len, csk->tid, csk->txq_idx,
663 pr_debug("%s: csk %p tid %u; state %d\n",
664 __func__, csk, csk->tid, csk->com.state);
672 cxgb_mk_abort_req(skb, len, csk->tid, csk->txq_idx,
715 csk->tid, 600, __func__);
810 cxgb4_remove_tid(csk->com.cdev->lldi.tids, 0, csk->tid,
1014 static void cxgbit_release_tid(struct cxgbit_device *cdev, u32 tid)
1023 cxgb_mk_tid_release(skb, len, tid, 0);
1073 cxgb_mk_rx_data_ack(skb, len, csk->tid, csk->ctrlq_idx,
1143 pr_debug("%s csk %p tid %u\n", __func__, csk, csk->tid);
1153 INIT_TP_WR(rpl5, csk->tid);
1155 csk->tid));
1224 unsigned int tid = GET_TID(req);
1234 pr_debug("%s: cdev = %p; stid = %u; tid = %u\n",
1235 __func__, cdev, stid, tid);
1250 csk = lookup_tid(t, tid);
1252 pr_err("%s csk not null tid %u\n",
1253 __func__, tid);
1262 pr_debug("%s parent sock %p tid %u laddr %pI4 raddr %pI4 "
1264 , __func__, cnp, tid,
1273 pr_debug("%s parent sock %p tid %u laddr %pI6 raddr %pI6 "
1275 , __func__, cnp, tid,
1322 csk->tid = tid;
1378 cxgb4_insert_tid(t, csk, tid, csk->com.local_addr.ss_family);
1383 cxgbit_release_tid(cdev, tid);
1436 FW_WR_FLOWID_V(csk->tid));
1472 pr_warn("csk %u without VLAN Tag on DCB Link\n", csk->tid);
1494 pr_err("%s: csk 0x%p, tid %u, state %u\n",
1495 __func__, csk, csk->tid, csk->com.state);
1524 INIT_TP_WR(req, csk->tid);
1525 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_SET_TCB_FIELD, csk->tid));
1538 csk->tid, 5, __func__);
1558 INIT_TP_WR(req, csk->tid);
1559 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_SET_TCB_FIELD, csk->tid));
1571 csk->tid, 5, __func__);
1627 unsigned int tid = GET_TID(req);
1634 csk = lookup_tid(t, tid);
1636 pr_err("can't find connection for tid %u.\n", tid);
1641 pr_debug("%s: csk %p; tid %u; cnp %p\n",
1642 __func__, csk, tid, cnp);
1673 pr_debug("%s: csk %p; tid %u; state %d\n",
1674 __func__, csk, csk->tid, csk->com.state);
1701 pr_debug("%s: csk %p; tid %u; state %d\n",
1702 __func__, csk, csk->tid, csk->com.state);
1726 unsigned int tid = GET_TID(hdr);
1732 pr_debug("%s: csk %p; tid %u; state %d\n",
1733 __func__, csk, tid, csk->com.state);
1736 pr_err("%s: got neg advise %d on tid %u\n",
1737 __func__, hdr->status, tid);
1771 cxgb_mk_abort_rpl(rpl_skb, len, csk->tid, csk->txq_idx);
1789 pr_debug("%s: csk %p; tid %u; state %d\n",
1790 __func__, csk, csk->tid, csk->com.state);
1814 pr_err("csk 0x%p, tid %u, credit %u > %u\n",
1815 csk, csk->tid, csk->wr_cred, csk->wr_max_cred);
1825 pr_err("csk 0x%p, tid %u, credit %u + %u != %u.\n",
1826 csk, csk->tid, csk->wr_cred,
1851 csk, csk->tid, credits,
1859 csk, csk->tid,
1879 csk, csk->tid, snd_una,
1901 unsigned int tid = GET_TID(rpl);
1905 csk = lookup_tid(t, tid);
1907 pr_err("can't find connection for tid %u.\n", tid);
1922 unsigned int tid = GET_TID(cpl);
1926 csk = lookup_tid(t, tid);
1928 pr_err("can't find conn. for tid %u.\n", tid);
1965 unsigned int tid = GET_TID(cpl);
1990 csk = lookup_tid(t, tid);
1992 pr_err("can't find conn. for tid %u.\n", tid);