Searched refs:destroy_cmd (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/ena-com/ |
| H A D | ena_com.c | 940 struct ena_admin_aq_destroy_sq_cmd destroy_cmd; in ena_com_destroy_io_sq() local 945 memset(&destroy_cmd, 0x0, sizeof(destroy_cmd)); in ena_com_destroy_io_sq() 952 destroy_cmd.sq.sq_identity |= (direction << in ena_com_destroy_io_sq() 956 destroy_cmd.sq.sq_idx = io_sq->idx; in ena_com_destroy_io_sq() 960 (struct ena_admin_aq_entry *)&destroy_cmd, in ena_com_destroy_io_sq() 961 sizeof(destroy_cmd), in ena_com_destroy_io_sq() 1549 struct ena_admin_aq_destroy_cq_cmd destroy_cmd; in ena_com_destroy_io_cq() local 1553 memset(&destroy_cmd, 0x0, sizeof(destroy_cmd)); in ena_com_destroy_io_cq() 1555 destroy_cmd.cq_idx = io_cq->idx; in ena_com_destroy_io_cq() 1559 (struct ena_admin_aq_entry *)&destroy_cmd, in ena_com_destroy_io_cq() [all …]
|
| /f-stack/dpdk/drivers/net/ena/base/ |
| H A D | ena_com.c | 890 struct ena_admin_aq_destroy_sq_cmd destroy_cmd; in ena_com_destroy_io_sq() local 895 memset(&destroy_cmd, 0x0, sizeof(destroy_cmd)); in ena_com_destroy_io_sq() 902 destroy_cmd.sq.sq_identity |= (direction << in ena_com_destroy_io_sq() 906 destroy_cmd.sq.sq_idx = io_sq->idx; in ena_com_destroy_io_sq() 910 (struct ena_admin_aq_entry *)&destroy_cmd, in ena_com_destroy_io_sq() 911 sizeof(destroy_cmd), in ena_com_destroy_io_sq() 1497 struct ena_admin_aq_destroy_cq_cmd destroy_cmd; in ena_com_destroy_io_cq() local 1501 memset(&destroy_cmd, 0x0, sizeof(destroy_cmd)); in ena_com_destroy_io_cq() 1503 destroy_cmd.cq_idx = io_cq->idx; in ena_com_destroy_io_cq() 1507 (struct ena_admin_aq_entry *)&destroy_cmd, in ena_com_destroy_io_cq() [all …]
|