Searched refs:cmd_dest (Results 1 – 5 of 5) sorted by relevance
661 struct pvrdma_cmd_destroy_bind *cmd_dest = &req.destroy_bind; in pvrdma_del_gid_at_index() local669 memset(cmd_dest, 0, sizeof(*cmd_dest)); in pvrdma_del_gid_at_index()670 cmd_dest->hdr.cmd = PVRDMA_CMD_DESTROY_BIND; in pvrdma_del_gid_at_index()671 memcpy(cmd_dest->dest_gid, &dev->sgid_tbl[index], 16); in pvrdma_del_gid_at_index()672 cmd_dest->index = index; in pvrdma_del_gid_at_index()
472 wr->req.ulptx.cmd_dest = FILL_ULPTX_CMD_DEST(pi->port_id, qid); in chcr_crypto_wreq()
723 chcr_req->ulptx.cmd_dest = FILL_ULPTX_CMD_DEST(ctx->tx_chan_id, in create_wreq()
95 txpkt->cmd_dest = htonl(ULPTX_CMD_V(ULP_TX_PKT) | ULP_TXPKT_DEST_V(0)); in mk_abort_req_ulp()110 txpkt->cmd_dest = htonl(ULPTX_CMD_V(ULP_TX_PKT) | ULP_TXPKT_DEST_V(0)); in mk_abort_rpl_ulp()128 txpkt->cmd_dest = htonl(ULPTX_CMD_V(ULP_TX_PKT) | ULP_TXPKT_DEST_V(0)); in mk_set_tcb_ulp()
1507 __be32 cmd_dest; member