Home
last modified time | relevance | path

Searched refs:wrh_hi (Results 1 – 7 of 7) sorted by relevance

/NextBSD/sys/dev/cxgb/ulp/tom/
HDcxgb_cpl_io.c274 cpl->wr.wrh_hi = htonl(V_WR_OP(FW_WROPCODE_FORWARD)); in mk_tid_release()
341 req->wr.wrh_hi = htonl(V_WR_OP(FW_WROPCODE_OFLD_CLOSE_CON)); in close_conn()
361 req->wr.wrh_hi = htonl(V_WR_OP(FW_WROPCODE_OFLD_TX_DATA)); in make_tx_data_wr()
552 wr->wr.wrh_hi |= htonl(F_WR_COMPL); in t3_push_frames()
579 req->wr.wrh_hi = htonl(V_WR_OP(FW_WROPCODE_FORWARD)); in send_rx_credits()
1010 cpl->wr.wrh_hi = htobe32(V_WR_OP(FW_WROPCODE_FORWARD)); in t3_connect()
1083 req->wr.wrh_hi = htonl(V_WR_OP(FW_WROPCODE_OFLD_HOST_ABORT_CON_REQ)); in send_reset()
1455 rpl->wr.wrh_hi = htonl(V_WR_OP(FW_WROPCODE_OFLD_HOST_ABORT_CON_RPL)); in send_abort_rpl()
HDcxgb_listen.c236 req->wr.wrh_hi = htonl(V_WR_OP(FW_WROPCODE_FORWARD)); in create_server()
262 req->wr.wrh_hi = htonl(V_WR_OP(FW_WROPCODE_FORWARD)); in destroy_server()
973 rpl->wr.wrh_hi = htonl(V_WR_OP(FW_WROPCODE_FORWARD)); in t3_syncache_respond()
1106 req->wr.wrh_hi = htonl(V_WR_OP(FW_WROPCODE_OFLD_HOST_ABORT_CON_REQ)); in t3_send_reset_synqe()
HDcxgb_tom.c161 req->wr.wrh_hi = htonl(V_WR_OP(FW_WROPCODE_FORWARD)); in write_smt_entry()
HDcxgb_l2t.c96 req->wr.wrh_hi = htonl(V_WR_OP(FW_WROPCODE_FORWARD)); in setup_l2e_send_pending()
/NextBSD/sys/dev/cxgb/
HDcxgb_main.c1344 req->wr.wrh_hi = htonl(V_WR_OP(FW_WROPCODE_FORWARD)); in init_tp_parity()
1357 req->wr.wrh_hi = htonl(V_WR_OP(FW_WROPCODE_FORWARD)); in init_tp_parity()
1370 req->wr.wrh_hi = htonl(V_WR_OP(FW_WROPCODE_FORWARD)); in init_tp_parity()
1380 greq->wr.wrh_hi = htonl(V_WR_OP(FW_WROPCODE_FORWARD)); in init_tp_parity()
1447 req->wr.wrh_hi = htonl(V_WR_OP(FW_WROPCODE_MNGT)); in send_pktsched_cmd()
3279 wr->wrh_hi = htonl(V_WR_OP(FW_WROPCODE_BYPASS) | F_WR_ATOMIC); in set_filter()
3313 sreq->wr.wrh_hi = htonl(V_WR_OP(FW_WROPCODE_FORWARD)); in set_filter()
HDcxgb_sge.c306 wrp->wrh_hi = wr_hi; in set_wr_hdr()
1300 wrp->wrh_hi = htonl(F_WR_SOP | V_WR_DATATYPE(1) | in write_wr_hdr_sgl()
1330 wrp->wrh_hi = htonl(V_WR_DATATYPE(1) | in write_wr_hdr_sgl()
1338 wrp->wrh_hi |= htonl(F_WR_EOP); in write_wr_hdr_sgl()
1788 wr_hi = from->wrh_hi | htonl(F_WR_SOP | F_WR_EOP | in write_imm()
1880 wrp->wrh_hi |= htonl(F_WR_SOP | F_WR_EOP); in ctrl_xmit()
2256 from->wrh_hi, from->wrh_lo); in write_ofld_wr()
/NextBSD/sys/dev/cxgb/common/
HDcxgb_t3_cpl.h251 #define wrh_hi u.ilp32.wr_hi macro