Searched refs:FLOWC_PARAM (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A D | chtls_io.c | 176 #define FLOWC_PARAM(__m, __v) \ in send_tx_flowc_wr() macro 186 FLOWC_PARAM(CH, csk->tx_chan); in send_tx_flowc_wr() 187 FLOWC_PARAM(PORT, csk->tx_chan); in send_tx_flowc_wr() 188 FLOWC_PARAM(IQID, csk->rss_qid); in send_tx_flowc_wr() 189 FLOWC_PARAM(SNDNXT, tp->snd_nxt); in send_tx_flowc_wr() 190 FLOWC_PARAM(RCVNXT, tp->rcv_nxt); in send_tx_flowc_wr() 191 FLOWC_PARAM(SNDBUF, csk->sndbuf); in send_tx_flowc_wr() 192 FLOWC_PARAM(MSS, tp->mss_cache); in send_tx_flowc_wr() 196 FLOWC_PARAM(RCV_SCALE, SND_WSCALE(tp)); in send_tx_flowc_wr() 199 FLOWC_PARAM(ULD_MODE, ULP_MODE_TLS); in send_tx_flowc_wr() [all …]
|