Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/libfc/
Dfc_rport.c82 static void fc_rport_work(struct work_struct *);
162 INIT_WORK(&rdata->event_work, fc_rport_work); in fc_rport_create()
258 static void fc_rport_work(struct work_struct *work) in fc_rport_work() function