Home
last modified time | relevance | path

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

/linux-6.15/drivers/infiniband/hw/mlx5/
H A Drestrack.c46 goto destroy_cmd; in dump_rsc()
53 destroy_cmd: in dump_rsc()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dhealth.c206 goto destroy_cmd; in mlx5e_health_rsc_fmsg_dump()
212 destroy_cmd: in mlx5e_health_rsc_fmsg_dump()
/linux-6.15/drivers/net/ethernet/amazon/ena/
H A Dena_com.c866 struct ena_admin_aq_destroy_sq_cmd destroy_cmd; in ena_com_destroy_io_sq() local
871 memset(&destroy_cmd, 0x0, sizeof(destroy_cmd)); in ena_com_destroy_io_sq()
878 destroy_cmd.sq.sq_identity |= (direction << in ena_com_destroy_io_sq()
882 destroy_cmd.sq.sq_idx = io_sq->idx; in ena_com_destroy_io_sq()
886 (struct ena_admin_aq_entry *)&destroy_cmd, in ena_com_destroy_io_sq()
887 sizeof(destroy_cmd), in ena_com_destroy_io_sq()
1434 struct ena_admin_aq_destroy_cq_cmd destroy_cmd; in ena_com_destroy_io_cq() local
1438 memset(&destroy_cmd, 0x0, sizeof(destroy_cmd)); in ena_com_destroy_io_cq()
1440 destroy_cmd.cq_idx = io_cq->idx; in ena_com_destroy_io_cq()
1444 (struct ena_admin_aq_entry *)&destroy_cmd, in ena_com_destroy_io_cq()
[all …]
/linux-6.15/drivers/infiniband/hw/efa/
H A Defa_com_cmd.c206 struct efa_admin_destroy_cq_cmd destroy_cmd = {}; in efa_com_destroy_cq() local
211 destroy_cmd.cq_idx = params->cq_idx; in efa_com_destroy_cq()
212 destroy_cmd.aq_common_desc.opcode = EFA_ADMIN_DESTROY_CQ; in efa_com_destroy_cq()
215 (struct efa_admin_aq_entry *)&destroy_cmd, in efa_com_destroy_cq()
216 sizeof(destroy_cmd), in efa_com_destroy_cq()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Drsc_dump.c209 goto destroy_cmd; in mlx5_rsc_dump_menu()
215 destroy_cmd: in mlx5_rsc_dump_menu()