Searched refs:QTYPE_CQ (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/drivers/net/benet/ |
D | be_main.c | 1426 be_cmd_q_destroy(adapter, q, QTYPE_CQ); in be_mcc_queues_destroy() 1459 be_cmd_q_destroy(adapter, cq, QTYPE_CQ); in be_mcc_queues_create() 1477 be_cmd_q_destroy(adapter, q, QTYPE_CQ); in be_tx_queues_destroy() 1532 be_cmd_q_destroy(adapter, cq, QTYPE_CQ); in be_tx_queues_create() 1563 be_cmd_q_destroy(adapter, q, QTYPE_CQ); in be_rx_queues_destroy()
|
D | be_cmds.h | 497 QTYPE_CQ, enumerator
|
D | be_cmds.c | 964 case QTYPE_CQ: in be_cmd_q_destroy()
|
/linux-2.6.39/drivers/scsi/be2iscsi/ |
D | be_cmds.h | 442 QTYPE_CQ, enumerator
|
D | be_cmds.c | 712 case QTYPE_CQ: in beiscsi_cmd_q_destroy()
|
D | be_main.c | 3068 beiscsi_cmd_q_destroy(ctrl, q, QTYPE_CQ); in be_mcc_queues_destroy() 3102 beiscsi_cmd_q_destroy(ctrl, q, QTYPE_CQ); in hwi_cleanup() 3152 beiscsi_cmd_q_destroy(ctrl, cq, QTYPE_CQ); in be_mcc_queues_create()
|