Searched refs:destroy_cmd (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/infiniband/hw/mlx5/
H A Drestrack.c46 goto destroy_cmd;
53 destroy_cmd:
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dhealth.c206 goto destroy_cmd;
212 destroy_cmd:
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Drsc_dump.c209 goto destroy_cmd;
215 destroy_cmd:
/linux-master/drivers/net/ethernet/amazon/ena/
H A Dena_com.c886 struct ena_admin_aq_destroy_sq_cmd destroy_cmd; local
891 memset(&destroy_cmd, 0x0, sizeof(destroy_cmd));
898 destroy_cmd.sq.sq_identity |= (direction <<
902 destroy_cmd.sq.sq_idx = io_sq->idx;
903 destroy_cmd.aq_common_descriptor.opcode = ENA_ADMIN_DESTROY_SQ;
906 (struct ena_admin_aq_entry *)&destroy_cmd,
907 sizeof(destroy_cmd),
1454 struct ena_admin_aq_destroy_cq_cmd destroy_cmd; local
1458 memset(&destroy_cmd,
[all...]
/linux-master/drivers/infiniband/hw/efa/
H A Defa_com_cmd.c202 struct efa_admin_destroy_cq_cmd destroy_cmd = {}; local
207 destroy_cmd.cq_idx = params->cq_idx;
208 destroy_cmd.aq_common_desc.opcode = EFA_ADMIN_DESTROY_CQ;
211 (struct efa_admin_aq_entry *)&destroy_cmd,
212 sizeof(destroy_cmd),

Completed in 180 milliseconds