Lines Matching refs:qh
5725 struct list_head *qh, *qe; in bfa_fcs_lport_get_rport() local
5737 qh = &port->rport_q; in bfa_fcs_lport_get_rport()
5738 qe = bfa_q_first(qh); in bfa_fcs_lport_get_rport()
5740 while ((qe != qh) && (i < nrports)) { in bfa_fcs_lport_get_rport()
5773 struct list_head *qh, *qe; in bfa_fcs_lport_get_rport_quals() local
5785 qh = &port->rport_q; in bfa_fcs_lport_get_rport_quals()
5786 qe = bfa_q_first(qh); in bfa_fcs_lport_get_rport_quals()
5788 while ((qe != qh) && (i < *nrports)) { in bfa_fcs_lport_get_rport_quals()
5823 struct list_head *qh, *qe; in bfa_fcs_lport_get_rport_max_speed() local
5842 qh = &port->rport_q; in bfa_fcs_lport_get_rport_max_speed()
5843 qe = bfa_q_first(qh); in bfa_fcs_lport_get_rport_max_speed()
5845 while (qe != qh) { in bfa_fcs_lport_get_rport_max_speed()