Searched refs:beiscsi_cmd_q_destroy (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/drivers/scsi/be2iscsi/ |
D | be_cmds.c | 696 int beiscsi_cmd_q_destroy(struct be_ctrl_info *ctrl, struct be_queue_info *q, in beiscsi_cmd_q_destroy() function 869 beiscsi_cmd_q_destroy(ctrl, NULL, QTYPE_SGL); in be_cmd_iscsi_post_sgl_pages()
|
D | be_main.c | 3035 beiscsi_cmd_q_destroy(ctrl, q, QTYPE_MCCQ); in be_mcc_queues_destroy() 3040 beiscsi_cmd_q_destroy(ctrl, q, QTYPE_CQ); in be_mcc_queues_destroy() 3057 beiscsi_cmd_q_destroy(ctrl, q, QTYPE_WRBQ); in hwi_cleanup() 3063 beiscsi_cmd_q_destroy(ctrl, q, QTYPE_DPDUQ); in hwi_cleanup() 3067 beiscsi_cmd_q_destroy(ctrl, q, QTYPE_DPDUQ); in hwi_cleanup() 3069 beiscsi_cmd_q_destroy(ctrl, NULL, QTYPE_SGL); in hwi_cleanup() 3074 beiscsi_cmd_q_destroy(ctrl, q, QTYPE_CQ); in hwi_cleanup() 3083 beiscsi_cmd_q_destroy(ctrl, q, QTYPE_EQ); in hwi_cleanup() 3124 beiscsi_cmd_q_destroy(ctrl, cq, QTYPE_CQ); in be_mcc_queues_create()
|
D | be_cmds.h | 524 int beiscsi_cmd_q_destroy(struct be_ctrl_info *ctrl, struct be_queue_info *q,
|