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.c1350 req->wr.wrh_hi = htonl(V_WR_OP(FW_WROPCODE_FORWARD)); in init_tp_parity()
1363 req->wr.wrh_hi = htonl(V_WR_OP(FW_WROPCODE_FORWARD)); in init_tp_parity()
1376 req->wr.wrh_hi = htonl(V_WR_OP(FW_WROPCODE_FORWARD)); in init_tp_parity()
1386 greq->wr.wrh_hi = htonl(V_WR_OP(FW_WROPCODE_FORWARD)); in init_tp_parity()
1453 req->wr.wrh_hi = htonl(V_WR_OP(FW_WROPCODE_MNGT)); in send_pktsched_cmd()
3292 wr->wrh_hi = htonl(V_WR_OP(FW_WROPCODE_BYPASS) | F_WR_ATOMIC); in set_filter()
3326 sreq->wr.wrh_hi = htonl(V_WR_OP(FW_WROPCODE_FORWARD)); in set_filter()
H A Dcxgb_sge.c1446 htonl(V_WR_OP(FW_WROPCODE_TUNNEL_TX_PKT) | txqs.compl); in t3_encap()
1527 V_WR_OP(FW_WROPCODE_TUNNEL_TX_PKT) | in t3_encap()
1559 V_WR_OP(FW_WROPCODE_TUNNEL_TX_PKT) | in t3_encap()
1582 wr_hi = htonl(V_WR_OP(FW_WROPCODE_TUNNEL_TX_PKT) | txqs.compl); in t3_encap()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tls.c360 txwr->op_to_immdlen = htobe32(V_WR_OP(FW_TLSTX_DATA_WR) | in write_tlstx_wr()
H A Dt4_cpl_io.c544 txwr->op_to_immdlen = htobe32(V_WR_OP(fw_wr_opcode) | in write_tx_wr()
/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/common/
H A Dt4_msg.h421 #define V_WR_OP(x) ((__u64)(x) << S_WR_OP) macro