Searched refs:rport_q (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/scsi/bfa/ |
D | bfa_fcs_lport.c | 160 list_for_each_safe(qe, qen, &port->rport_q) { in bfa_fcs_lport_sm_online() 198 list_for_each_safe(qe, qen, &port->rport_q) { in bfa_fcs_lport_sm_offline() 526 list_for_each_safe(qe, qen, &port->rport_q) { in bfa_fcs_lport_offline_actions() 712 list_for_each(qe, &port->rport_q) { in bfa_fcs_lport_get_rport_by_pid() 731 list_for_each(qe, &port->rport_q) { in bfa_fcs_lport_get_rport_by_pwwn() 750 list_for_each(qe, &port->rport_q) { in bfa_fcs_lport_get_rport_by_nwwn() 768 list_add_tail(&rport->qe, &port->rport_q); in bfa_fcs_lport_add_rport() 780 WARN_ON(!bfa_q_is_on_q(&port->rport_q, rport)); in bfa_fcs_lport_del_rport() 841 INIT_LIST_HEAD(&lport->rport_q); in bfa_fcs_lport_attach() 4537 list_for_each_safe(qe, qe_next, &port->rport_q) { in bfa_fcs_lport_scn_multiport_rscn() [all …]
|
D | bfa_fcs.h | 149 struct list_head rport_q; /* queue of discovered r-ports */ member
|
D | bfa_fcs_rport.c | 1419 list_for_each(qe, &rport->port->rport_q) { in bfa_fcs_rport_plogi_response() 1616 list_for_each(qe, &rport->port->rport_q) { in bfa_fcs_rport_gidpn_response()
|