Home
last modified time | relevance | path

Searched refs:fnic_free_txq (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/scsi/fnic/
H A Dfnic_main.c1160 fnic_free_txq(&fnic->fip_frame_queue); in fnic_remove()
1180 fnic_free_txq(&fnic->frame_queue); in fnic_remove()
1181 fnic_free_txq(&fnic->tx_queue); in fnic_remove()
H A Dfnic.h544 void fnic_free_txq(struct list_head *head);
H A Dfnic_fcs.c839 void fnic_free_txq(struct list_head *head) in fnic_free_txq() function
H A Dfnic_scsi.c780 fnic_free_txq(&fnic->tx_queue); in fnic_fcpio_fw_reset_cmpl_handler()