Home
last modified time | relevance | path

Searched refs:V_TX_CHAN (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_listen.c582 req->opt0 = htobe64(V_TX_CHAN(lctx->ctrlq->eq.tx_chan)); in create_server()
612 req->opt0 = htobe64(V_TX_CHAN(lctx->ctrlq->eq.tx_chan)); in create_server6()
H A Dt4_tom.c1142 opt0 |= V_TX_CHAN(vi->pi->tx_chan); in calc_options0()
/freebsd/sys/dev/cxgbe/crypto/
H A Dt6_kern_tls.c169 options |= V_SMAC_SEL(vi->smt_idx) | V_TX_CHAN(vi->pi->tx_chan); in mk_ktls_act_open_req()
204 options |= V_SMAC_SEL(vi->smt_idx) | V_TX_CHAN(vi->pi->tx_chan); in mk_ktls_act_open_req6()
/freebsd/sys/dev/cxgbe/
H A Dt4_filter.c1535 V_L2T_IDX(f->l2te ? f->l2te->idx : 0) | V_TX_CHAN(f->fs.eport) | in mk_act_open_req6()
1579 V_L2T_IDX(f->l2te ? f->l2te->idx : 0) | V_TX_CHAN(f->fs.eport) | in mk_act_open_req()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_msg.h439 #define V_TX_CHAN(x) ((x) << S_TX_CHAN) macro