• Home
  • Raw
  • Download

Lines Matching refs:tid

50 		      struct cxgbit_wr_wait *wr_waitp, u32 tid, u32 timeout,  in cxgbit_wait_for_reply()  argument
63 func, pci_name(cdev->lldi.pdev), tid); in cxgbit_wait_for_reply()
69 pci_name(cdev->lldi.pdev), wr_waitp->ret, tid); in cxgbit_wait_for_reply()
631 cxgb_mk_close_con_req(skb, len, csk->tid, csk->txq_idx, in cxgbit_send_halfclose()
664 __func__, csk, csk->tid, csk->com.state); in cxgbit_send_abort_req()
672 cxgb_mk_abort_req(skb, len, csk->tid, csk->txq_idx, in cxgbit_send_abort_req()
715 csk->tid, 600, __func__); in cxgbit_abort_conn()
810 cxgb4_remove_tid(csk->com.cdev->lldi.tids, 0, csk->tid, in _cxgbit_free_csk()
1012 static void cxgbit_release_tid(struct cxgbit_device *cdev, u32 tid) in cxgbit_release_tid() argument
1021 cxgb_mk_tid_release(skb, len, tid, 0); in cxgbit_release_tid()
1071 cxgb_mk_rx_data_ack(skb, len, csk->tid, csk->ctrlq_idx, in cxgbit_rx_data_ack()
1141 pr_debug("%s csk %p tid %u\n", __func__, csk, csk->tid); in cxgbit_pass_accept_rpl()
1151 INIT_TP_WR(rpl5, csk->tid); in cxgbit_pass_accept_rpl()
1153 csk->tid)); in cxgbit_pass_accept_rpl()
1223 unsigned int tid = GET_TID(req); in cxgbit_pass_accept_req() local
1234 __func__, cdev, stid, tid); in cxgbit_pass_accept_req()
1249 csk = lookup_tid(t, tid); in cxgbit_pass_accept_req()
1252 __func__, tid); in cxgbit_pass_accept_req()
1263 , __func__, cnp, tid, in cxgbit_pass_accept_req()
1274 , __func__, cnp, tid, in cxgbit_pass_accept_req()
1321 csk->tid = tid; in cxgbit_pass_accept_req()
1377 cxgb4_insert_tid(t, csk, tid, csk->com.local_addr.ss_family); in cxgbit_pass_accept_req()
1382 cxgbit_release_tid(cdev, tid); in cxgbit_pass_accept_req()
1435 FW_WR_FLOWID_V(csk->tid)); in cxgbit_send_tx_flowc_wr()
1471 pr_warn("csk %u without VLAN Tag on DCB Link\n", csk->tid); in cxgbit_send_tx_flowc_wr()
1494 __func__, csk, csk->tid, csk->com.state); in cxgbit_send_tcb_skb()
1523 INIT_TP_WR(req, csk->tid); in cxgbit_setup_conn_digest()
1524 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_SET_TCB_FIELD, csk->tid)); in cxgbit_setup_conn_digest()
1537 csk->tid, 5, __func__); in cxgbit_setup_conn_digest()
1557 INIT_TP_WR(req, csk->tid); in cxgbit_setup_conn_pgidx()
1558 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_SET_TCB_FIELD, csk->tid)); in cxgbit_setup_conn_pgidx()
1570 csk->tid, 5, __func__); in cxgbit_setup_conn_pgidx()
1626 unsigned int tid = GET_TID(req); in cxgbit_pass_establish() local
1633 csk = lookup_tid(t, tid); in cxgbit_pass_establish()
1635 pr_err("can't find connection for tid %u.\n", tid); in cxgbit_pass_establish()
1641 __func__, csk, tid, cnp); in cxgbit_pass_establish()
1676 __func__, csk, csk->tid, csk->com.state); in cxgbit_peer_close()
1704 __func__, csk, csk->tid, csk->com.state); in cxgbit_close_con_rpl()
1728 unsigned int tid = GET_TID(hdr); in cxgbit_abort_req_rss() local
1735 __func__, csk, tid, csk->com.state); in cxgbit_abort_req_rss()
1739 __func__, hdr->status, tid); in cxgbit_abort_req_rss()
1773 cxgb_mk_abort_rpl(rpl_skb, len, csk->tid, csk->txq_idx); in cxgbit_abort_req_rss()
1792 __func__, csk, csk->tid, csk->com.state); in cxgbit_abort_rpl_rss()
1817 csk, csk->tid, csk->wr_cred, csk->wr_max_cred); in cxgbit_credit_err()
1828 csk, csk->tid, csk->wr_cred, in cxgbit_credit_err()
1853 csk, csk->tid, credits, in cxgbit_fw4_ack()
1861 csk, csk->tid, in cxgbit_fw4_ack()
1881 csk, csk->tid, snd_una, in cxgbit_fw4_ack()
1903 unsigned int tid = GET_TID(rpl); in cxgbit_set_tcb_rpl() local
1907 csk = lookup_tid(t, tid); in cxgbit_set_tcb_rpl()
1909 pr_err("can't find connection for tid %u.\n", tid); in cxgbit_set_tcb_rpl()
1924 unsigned int tid = GET_TID(cpl); in cxgbit_rx_data() local
1928 csk = lookup_tid(t, tid); in cxgbit_rx_data()
1930 pr_err("can't find conn. for tid %u.\n", tid); in cxgbit_rx_data()
1967 unsigned int tid = GET_TID(cpl); in cxgbit_rx_cpl() local
1992 csk = lookup_tid(t, tid); in cxgbit_rx_cpl()
1994 pr_err("can't find conn. for tid %u.\n", tid); in cxgbit_rx_cpl()