Lines Matching refs:cid

19 #define TOE_TX_DOORBELL(pdev,cid) do{\  argument
22 DOORBELL((pdev), (cid), *((u32_t *)&db));\
28 u32_t cid, in _lm_tcp_tx_write_db() argument
47 cid, nbytes, nbds, fin); in _lm_tcp_tx_write_db()
48 TOE_TX_DOORBELL(pdev, cid); in _lm_tcp_tx_write_db()
66 _lm_tcp_tx_write_db(pdev, tx_con, tcp->cid, tx_con->db_more_bytes, tx_con->db_more_bds, 0); in lm_tcp_tx_write_db()
76 "skipped doorbell ringing for cid=%d\n", tcp->cid); in lm_tcp_tx_write_db()
104 DbgBreakIf(tcp->cid && (tcp != lm_cid_cookie(pdev, TOE_CONNECTION_TYPE, tcp->cid))); in lm_tcp_tx_post_buf()
115 tcp->cid, tx_con->flags); in lm_tcp_tx_post_buf()
122 tcp->cid, lm_bd_chain_avail_bds(tx_chain), frag_list->cnt); in lm_tcp_tx_post_buf()
215 tcp->cid, tcp_buf->size, tcp_buf->bd_used, tcp_buf->flags, tcp_buf->app_buf_size); in lm_tcp_tx_post_buf()
233 DbgMessage(pdev, INFORMl4tx, "fin request completed (cid=%d)\n", tcp->cid); in lm_tcp_tx_graceful_disconnect_complete()
253 tcp->cid, completed_bytes); in lm_tcp_tx_cmp_process()
315 tcp->cid, aborted_bytes); in lm_tcp_tx_inc_trm_aborted_bytes()
380 DbgMessage(pdev, INFORMl4tx, "###lm_tcp_tx_process_cqe cid=%d cmd=%d\n", tcp->cid, cmd); in lm_tcp_tx_process_cqe()
457 u32_t cid; in lm_tcp_tx_process_cqes() local
502 cid = SW_CID(((cqe->params & TOE_TX_CQE_CID) >> TOE_TX_CQE_CID_SHIFT)); in lm_tcp_tx_process_cqes()
503 tcp = lm_cid_cookie(pdev, TOE_CONNECTION_TYPE, cid); in lm_tcp_tx_process_cqes()
647 _lm_tcp_tx_write_db(pdev, tcp_con, tcp_state->cid, 0, (u16_t)S16_SUB(new_prod, old_prod), 1); in lm_tcp_graceful_disconnect()