Searched refs:FLOWC_PARAM (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/crypto/chelsio/chtls/ |
D | chtls_io.c | 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() [all …]
|