Lines Matching refs:FLOWC_PARAM
179 #define FLOWC_PARAM(__m, __v) \ in send_tx_flowc_wr() macro
188 FLOWC_PARAM(PFNVFN, FW_PFVF_CMD_PFN_V(csk->cdev->lldi->pf)); in send_tx_flowc_wr()
189 FLOWC_PARAM(CH, csk->tx_chan); in send_tx_flowc_wr()
190 FLOWC_PARAM(PORT, csk->tx_chan); in send_tx_flowc_wr()
191 FLOWC_PARAM(IQID, csk->rss_qid); in send_tx_flowc_wr()
192 FLOWC_PARAM(SNDNXT, tp->snd_nxt); in send_tx_flowc_wr()
193 FLOWC_PARAM(RCVNXT, tp->rcv_nxt); in send_tx_flowc_wr()
194 FLOWC_PARAM(SNDBUF, csk->sndbuf); in send_tx_flowc_wr()
195 FLOWC_PARAM(MSS, tp->mss_cache); in send_tx_flowc_wr()
196 FLOWC_PARAM(TCPSTATE, tcp_state_to_flowc_state(sk->sk_state)); in send_tx_flowc_wr()
199 FLOWC_PARAM(RCV_SCALE, SND_WSCALE(tp)); in send_tx_flowc_wr()
202 FLOWC_PARAM(ULD_MODE, ULP_MODE_TLS); in send_tx_flowc_wr()
205 FLOWC_PARAM(TXDATAPLEN_MAX, csk->tlshws.fcplenmax); in send_tx_flowc_wr()
208 #undef FLOWC_PARAM in send_tx_flowc_wr()