Home
last modified time | relevance | path

Searched refs:beiscsi_cmd_q_destroy (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/be2iscsi/
H A Dbe_main.c3499 beiscsi_cmd_q_destroy(ctrl, q, QTYPE_MCCQ); in be_mcc_queues_destroy()
3505 beiscsi_cmd_q_destroy(ctrl, q, QTYPE_CQ); in be_mcc_queues_destroy()
3547 beiscsi_cmd_q_destroy(ctrl, cq, QTYPE_CQ); in be_mcc_queues_create()
3648 beiscsi_cmd_q_destroy(ctrl, q, QTYPE_WRBQ); in hwi_cleanup_port()
3658 beiscsi_cmd_q_destroy(ctrl, q, QTYPE_DPDUQ); in hwi_cleanup_port()
3662 beiscsi_cmd_q_destroy(ctrl, q, QTYPE_DPDUQ); in hwi_cleanup_port()
3666 beiscsi_cmd_q_destroy(ctrl, NULL, QTYPE_SGL); in hwi_cleanup_port()
3672 beiscsi_cmd_q_destroy(ctrl, q, QTYPE_CQ); in hwi_cleanup_port()
3685 beiscsi_cmd_q_destroy(ctrl, q, QTYPE_EQ); in hwi_cleanup_port()
H A Dbe_cmds.c900 int beiscsi_cmd_q_destroy(struct be_ctrl_info *ctrl, struct be_queue_info *q, in beiscsi_cmd_q_destroy() function
1211 beiscsi_cmd_q_destroy(ctrl, NULL, QTYPE_SGL); in be_cmd_iscsi_post_sgl_pages()
H A Dbe_cmds.h810 int beiscsi_cmd_q_destroy(struct be_ctrl_info *ctrl, struct be_queue_info *q,