Searched refs:IRP_PLOGI_DONE (Results 1 – 3 of 3) sorted by relevance
1000 rf |= IRP_PLOGI_DONE; in fct_handle_els()1001 if (irp->irp_flags & IRP_PLOGI_DONE) in fct_handle_els()1519 atomic_or_32(&irp->irp_flags, IRP_PLOGI_DONE); in fct_process_plogi()2059 } else if (((irp->irp_flags & IRP_PLOGI_DONE) == 0) && in fct_process_els()2182 atomic_or_32(&irp->irp_flags, IRP_PLOGI_DONE); in fct_handle_sol_els_completion()2342 if (!(irp->irp_flags & IRP_PLOGI_DONE)) { in fct_handle_solct()2589 (!(query_irp->irp_flags & IRP_PLOGI_DONE))) { in fct_gid_cb()2816 !(irp->irp_flags & IRP_PLOGI_DONE)) { in fct_rscn_verify()2830 if (!(irp->irp_flags & IRP_PLOGI_DONE)) in fct_rscn_verify()
508 if (irp && irp->irp_flags & IRP_PLOGI_DONE) { in fct_get_adapter_port_attr()546 if (irp && irp->irp_flags & IRP_PLOGI_DONE && in fct_get_discovered_port_attr()580 if (irp->irp_flags & IRP_PLOGI_DONE) in fct_get_discovered_port_attr()618 irp->irp_flags & IRP_PLOGI_DONE) { in fct_get_port_attr()723 irp->irp_flags & IRP_PLOGI_DONE) { in fct_get_link_status()1442 if (irp->irp_flags & IRP_PLOGI_DONE) { in fct_deque_rp()1446 ~(IRP_PLOGI_DONE | IRP_PRLI_DONE)); in fct_deque_rp()1531 if ((!(irp->irp_flags & IRP_PLOGI_DONE)) && in fct_implicitly_logo_all()1836 if (irp->irp_flags & IRP_PLOGI_DONE) { in fct_post_implicit_logo()1839 atomic_and_32(&irp->irp_flags, ~(IRP_PLOGI_DONE | IRP_PRLI_DONE)); in fct_post_implicit_logo()
167 #define IRP_PLOGI_DONE 0x0001 macro