Searched refs:FLOWC_PARAM (Results 1 – 1 of 1) sorted by relevance
/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 185 FLOWC_PARAM(PFNVFN, FW_PFVF_CMD_PFN_V(csk->cdev->lldi->pf)); in send_tx_flowc_wr() 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() 193 FLOWC_PARAM(TCPSTATE, tcp_state_to_flowc_state(sk->sk_state)); in send_tx_flowc_wr() [all …]
|