Lines Matching defs: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,
1012 static void cxgbit_release_tid(struct cxgbit_device *cdev, u32 tid)
1021 cxgb_mk_tid_release(skb, len, tid, 0);
1071 cxgb_mk_rx_data_ack(skb, len, csk->tid, csk->ctrlq_idx,
1141 pr_debug("%s csk %p tid %u\n", __func__, csk, csk->tid);
1151 INIT_TP_WR(rpl5, csk->tid);
1153 csk->tid));
1223 unsigned int tid = GET_TID(req);
1233 pr_debug("%s: cdev = %p; stid = %u; tid = %u\n",
1234 __func__, cdev, stid, tid);
1249 csk = lookup_tid(t, tid);
1251 pr_err("%s csk not null tid %u\n",
1252 __func__, tid);
1261 pr_debug("%s parent sock %p tid %u laddr %pI4 raddr %pI4 "
1263 , __func__, cnp, tid,
1272 pr_debug("%s parent sock %p tid %u laddr %pI6 raddr %pI6 "
1274 , __func__, cnp, tid,
1321 csk->tid = tid;
1377 cxgb4_insert_tid(t, csk, tid, csk->com.local_addr.ss_family);
1382 cxgbit_release_tid(cdev, tid);
1435 FW_WR_FLOWID_V(csk->tid));
1471 pr_warn("csk %u without VLAN Tag on DCB Link\n", csk->tid);
1493 pr_err("%s: csk 0x%p, tid %u, state %u\n",
1494 __func__, csk, csk->tid, csk->com.state);
1523 INIT_TP_WR(req, csk->tid);
1524 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_SET_TCB_FIELD, csk->tid));
1537 csk->tid, 5, __func__);
1557 INIT_TP_WR(req, csk->tid);
1558 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_SET_TCB_FIELD, csk->tid));
1570 csk->tid, 5, __func__);
1626 unsigned int tid = GET_TID(req);
1633 csk = lookup_tid(t, tid);
1635 pr_err("can't find connection for tid %u.\n", tid);
1640 pr_debug("%s: csk %p; tid %u; cnp %p\n",
1641 __func__, csk, tid, cnp);
1675 pr_debug("%s: csk %p; tid %u; state %d\n",
1676 __func__, csk, csk->tid, csk->com.state);
1703 pr_debug("%s: csk %p; tid %u; state %d\n",
1704 __func__, csk, csk->tid, csk->com.state);
1728 unsigned int tid = GET_TID(hdr);
1734 pr_debug("%s: csk %p; tid %u; state %d\n",
1735 __func__, csk, tid, csk->com.state);
1738 pr_err("%s: got neg advise %d on tid %u\n",
1739 __func__, hdr->status, tid);
1773 cxgb_mk_abort_rpl(rpl_skb, len, csk->tid, csk->txq_idx);
1791 pr_debug("%s: csk %p; tid %u; state %d\n",
1792 __func__, csk, csk->tid, csk->com.state);
1816 pr_err("csk 0x%p, tid %u, credit %u > %u\n",
1817 csk, csk->tid, csk->wr_cred, csk->wr_max_cred);
1827 pr_err("csk 0x%p, tid %u, credit %u + %u != %u.\n",
1828 csk, csk->tid, csk->wr_cred,
1853 csk, csk->tid, credits,
1861 csk, csk->tid,
1881 csk, csk->tid, snd_una,
1903 unsigned int tid = GET_TID(rpl);
1907 csk = lookup_tid(t, tid);
1909 pr_err("can't find connection for tid %u.\n", tid);
1924 unsigned int tid = GET_TID(cpl);
1928 csk = lookup_tid(t, tid);
1930 pr_err("can't find conn. for tid %u.\n", tid);
1967 unsigned int tid = GET_TID(cpl);
1992 csk = lookup_tid(t, tid);
1994 pr_err("can't find conn. for tid %u.\n", tid);