Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en/
Dhealth.c288 goto destroy_cmd; in mlx5e_health_rsc_fmsg_dump()
293 goto destroy_cmd; in mlx5e_health_rsc_fmsg_dump()
297 destroy_cmd: in mlx5e_health_rsc_fmsg_dump()
/linux-6.6.21/drivers/infiniband/hw/mlx5/
Drestrack.c46 goto destroy_cmd; in dump_rsc()
53 destroy_cmd: in dump_rsc()
/linux-6.6.21/drivers/net/ethernet/amazon/ena/
Dena_com.c911 struct ena_admin_aq_destroy_sq_cmd destroy_cmd; in ena_com_destroy_io_sq() local
916 memset(&destroy_cmd, 0x0, sizeof(destroy_cmd)); in ena_com_destroy_io_sq()
923 destroy_cmd.sq.sq_identity |= (direction << in ena_com_destroy_io_sq()
927 destroy_cmd.sq.sq_idx = io_sq->idx; in ena_com_destroy_io_sq()
928 destroy_cmd.aq_common_descriptor.opcode = ENA_ADMIN_DESTROY_SQ; in ena_com_destroy_io_sq()
931 (struct ena_admin_aq_entry *)&destroy_cmd, in ena_com_destroy_io_sq()
932 sizeof(destroy_cmd), in ena_com_destroy_io_sq()
1506 struct ena_admin_aq_destroy_cq_cmd destroy_cmd; in ena_com_destroy_io_cq() local
1510 memset(&destroy_cmd, 0x0, sizeof(destroy_cmd)); in ena_com_destroy_io_cq()
1512 destroy_cmd.cq_idx = io_cq->idx; in ena_com_destroy_io_cq()
[all …]
/linux-6.6.21/drivers/infiniband/hw/efa/
Defa_com_cmd.c202 struct efa_admin_destroy_cq_cmd destroy_cmd = {}; in efa_com_destroy_cq() local
207 destroy_cmd.cq_idx = params->cq_idx; in efa_com_destroy_cq()
208 destroy_cmd.aq_common_desc.opcode = EFA_ADMIN_DESTROY_CQ; in efa_com_destroy_cq()
211 (struct efa_admin_aq_entry *)&destroy_cmd, in efa_com_destroy_cq()
212 sizeof(destroy_cmd), in efa_com_destroy_cq()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/diag/
Drsc_dump.c209 goto destroy_cmd; in mlx5_rsc_dump_menu()
215 destroy_cmd: in mlx5_rsc_dump_menu()