beiscsi_cmd_q_destroy
beiscsi_cmd_q_destroy(ctrl, NULL, QTYPE_SGL);
int beiscsi_cmd_q_destroy(struct be_ctrl_info *ctrl, struct be_queue_info *q,
beiscsi_cmd_q_destroy(ctrl, q, QTYPE_MCCQ);
beiscsi_cmd_q_destroy(ctrl, q, QTYPE_CQ);
beiscsi_cmd_q_destroy(ctrl, cq, QTYPE_CQ);
beiscsi_cmd_q_destroy(ctrl, q, QTYPE_WRBQ);
beiscsi_cmd_q_destroy(ctrl, q, QTYPE_DPDUQ);
beiscsi_cmd_q_destroy(ctrl, q, QTYPE_DPDUQ);
beiscsi_cmd_q_destroy(ctrl, NULL, QTYPE_SGL);
beiscsi_cmd_q_destroy(ctrl, q, QTYPE_CQ);
beiscsi_cmd_q_destroy(ctrl, q, QTYPE_EQ);