Lines Matching defs:remove
1825 static void nvme_tcp_destroy_io_queues(struct nvme_ctrl *ctrl, bool remove)
1828 if (remove) {
1897 static void nvme_tcp_destroy_admin_queue(struct nvme_ctrl *ctrl, bool remove)
1900 if (remove) {
1973 bool remove)
1983 if (remove)
1985 nvme_tcp_destroy_admin_queue(ctrl, remove);
1989 bool remove)
2002 if (remove)
2004 nvme_tcp_destroy_io_queues(ctrl, remove);