Home
last modified time | relevance | path

Searched refs:V_WR_OP (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/cxgb/
H A Dcxgb_main.c1300 req->wr.wrh_hi = htonl(V_WR_OP(FW_WROPCODE_FORWARD)); in init_tp_parity()
1313 req->wr.wrh_hi = htonl(V_WR_OP(FW_WROPCODE_FORWARD)); in init_tp_parity()
1326 req->wr.wrh_hi = htonl(V_WR_OP(FW_WROPCODE_FORWARD)); in init_tp_parity()
1336 greq->wr.wrh_hi = htonl(V_WR_OP(FW_WROPCODE_FORWARD)); in init_tp_parity()
1403 req->wr.wrh_hi = htonl(V_WR_OP(FW_WROPCODE_MNGT)); in send_pktsched_cmd()
3240 wr->wrh_hi = htonl(V_WR_OP(FW_WROPCODE_BYPASS) | F_WR_ATOMIC); in set_filter()
3274 sreq->wr.wrh_hi = htonl(V_WR_OP(FW_WROPCODE_FORWARD)); in set_filter()
H A Dcxgb_sge.c1443 htonl(V_WR_OP(FW_WROPCODE_TUNNEL_TX_PKT) | txqs.compl); in t3_encap()
1524 V_WR_OP(FW_WROPCODE_TUNNEL_TX_PKT) | in t3_encap()
1556 V_WR_OP(FW_WROPCODE_TUNNEL_TX_PKT) | in t3_encap()
1579 wr_hi = htonl(V_WR_OP(FW_WROPCODE_TUNNEL_TX_PKT) | txqs.compl); in t3_encap()
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h312 #define V_WR_OP(x) ((x) << S_WR_OP) macro
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tls.c373 txwr->op_to_immdlen = htobe32(V_WR_OP(FW_TLSTX_DATA_WR) | in write_tlstx_wr()
H A Dt4_cpl_io.c553 txwr->op_to_immdlen = htobe32(V_WR_OP(fw_wr_opcode) | in write_tx_wr()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_msg.h458 #define V_WR_OP(x) ((__u64)(x) << S_WR_OP) macro