Searched refs:destroy_cmd (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
H A D | restrack.c | 46 goto destroy_cmd; in dump_rsc() 53 destroy_cmd: in dump_rsc()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
H A D | restrack.c | 46 goto destroy_cmd; in dump_rsc() 53 destroy_cmd: in dump_rsc()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | health.c | 290 goto destroy_cmd; in mlx5e_health_rsc_fmsg_dump() 295 goto destroy_cmd; in mlx5e_health_rsc_fmsg_dump() 299 destroy_cmd: in mlx5e_health_rsc_fmsg_dump()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | health.c | 288 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/amazon/ena/ |
H A D | ena_com.c | 881 struct ena_admin_aq_destroy_sq_cmd destroy_cmd; in ena_com_destroy_io_sq() local 886 memset(&destroy_cmd, 0x0, sizeof(destroy_cmd)); in ena_com_destroy_io_sq() 893 destroy_cmd.sq.sq_identity |= (direction << in ena_com_destroy_io_sq() 897 destroy_cmd.sq.sq_idx = io_sq->idx; in ena_com_destroy_io_sq() 898 destroy_cmd.aq_common_descriptor.opcode = ENA_ADMIN_DESTROY_SQ; in ena_com_destroy_io_sq() 901 (struct ena_admin_aq_entry *)&destroy_cmd, in ena_com_destroy_io_sq() 902 sizeof(destroy_cmd), in ena_com_destroy_io_sq() 1461 struct ena_admin_aq_destroy_cq_cmd destroy_cmd; in ena_com_destroy_io_cq() local 1465 memset(&destroy_cmd, in ena_com_destroy_io_cq() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/amazon/ena/ |
H A D | ena_com.c | 911 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, in ena_com_destroy_io_cq() [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/hw/efa/ |
H A D | efa_com_cmd.c | 197 struct efa_admin_destroy_cq_cmd destroy_cmd = {}; in efa_com_destroy_cq() local 202 destroy_cmd.cq_idx = params->cq_idx; in efa_com_destroy_cq() 203 destroy_cmd.aq_common_desc.opcode = EFA_ADMIN_DESTROY_CQ; in efa_com_destroy_cq() 206 (struct efa_admin_aq_entry *)&destroy_cmd, in efa_com_destroy_cq() 207 sizeof(destroy_cmd), in efa_com_destroy_cq()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/efa/ |
H A D | efa_com_cmd.c | 202 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
H A D | rsc_dump.c | 209 goto destroy_cmd; in mlx5_rsc_dump_menu() 215 destroy_cmd: in mlx5_rsc_dump_menu()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
H A D | rsc_dump.c | 209 goto destroy_cmd; in mlx5_rsc_dump_menu() 215 destroy_cmd: in mlx5_rsc_dump_menu()
|
Completed in 11 milliseconds