Home
last modified time | relevance | path

Searched refs:gnl_entry (Results 1 – 2 of 2) sorted by relevance

/drivers/scsi/qla2xxx/
Dqla_init.c1013 list_for_each_entry_safe(fcport, tf, &h, gnl_entry) { in qla24xx_async_gnl_sp_done()
1014 list_del_init(&fcport->gnl_entry); in qla24xx_async_gnl_sp_done()
1082 list_add_tail(&fcport->gnl_entry, &vha->gnl.fcports); in qla24xx_async_gnl()
4853 INIT_LIST_HEAD(&fcport->gnl_entry); in qla2x00_alloc_fcport()
Dqla_def.h2475 struct list_head gnl_entry; member