Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/vmw_pvrdma/
Dpvrdma_main.c661 struct pvrdma_cmd_destroy_bind *cmd_dest = &req.destroy_bind; in pvrdma_del_gid_at_index() local
669 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()
/Linux-v4.19/drivers/crypto/chelsio/
Dchcr_ipsec.c472 wr->req.ulptx.cmd_dest = FILL_ULPTX_CMD_DEST(pi->port_id, qid); in chcr_crypto_wreq()
Dchcr_algo.c723 chcr_req->ulptx.cmd_dest = FILL_ULPTX_CMD_DEST(ctx->tx_chan_id, in create_wreq()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_filter.c95 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()
Dt4_msg.h1507 __be32 cmd_dest; member