Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/bfa/
Dbfad_im.c525 if ((bfad->pport.flags & BFAD_PORT_DELETE) || in bfa_fcb_itnim_offline()
526 (port->flags & BFAD_PORT_DELETE)) { in bfa_fcb_itnim_offline()
622 im_port->flags |= BFAD_PORT_DELETE; in bfad_im_port_delete_handler()
756 if (!(im_port->flags & BFAD_PORT_DELETE)) in bfad_scsi_host_free()
1163 if (!(im_port->port->flags & BFAD_PORT_DELETE)) { in bfad_im_itnim_work_handler()
1189 if (!(im_port->port->flags & BFAD_PORT_DELETE)) { in bfad_im_itnim_work_handler()
Dbfad_drv.h84 #define BFAD_PORT_DELETE 0x00000001 macro
Dbfad_attr.c497 if (im_port->flags & BFAD_PORT_DELETE) { in bfad_im_vport_delete()
514 vport->drv_port.flags |= BFAD_PORT_DELETE; in bfad_im_vport_delete()
524 vport->drv_port.flags &= ~BFAD_PORT_DELETE; in bfad_im_vport_delete()
Dbfad.c252 bfad->pport.flags |= BFAD_PORT_DELETE; in bfad_sm_created()
903 bfad->pport.flags |= BFAD_PORT_DELETE; in bfad_fcs_stop()