Searched refs:nlp_listp (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_disc.h72 struct list_head nlp_listp; member in struct:lpfc_nodelist
H A Dlpfc_vport.c483 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) {
803 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) {
825 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) {
858 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) {
H A Dlpfc_hbadisc.c690 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) {
821 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) {
3509 if (list_empty(&ndlp->nlp_listp)) {
3511 list_add_tail(&ndlp->nlp_listp, &vport->fc_nodes);
3526 if (list_empty(&ndlp->nlp_listp)) {
3528 list_add_tail(&ndlp->nlp_listp, &vport->fc_nodes);
3539 if (ndlp->nlp_state && !list_empty(&ndlp->nlp_listp))
3542 list_del_init(&ndlp->nlp_listp);
3552 if (ndlp->nlp_state && !list_empty(&ndlp->nlp_listp))
3888 list_for_each_entry(ndlp, &vports[i]->fc_nodes, nlp_listp) {
[all...]
H A Dlpfc_attr.c2128 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp)
2775 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) {
3165 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) {
4319 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) {
H A Dlpfc_debugfs.c536 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) {
H A Dlpfc_els.c576 &vport->fc_nodes, nlp_listp) {
3953 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) {
4011 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) {
4176 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) {
6427 &vport->fc_nodes, nlp_listp) {
H A Dlpfc_init.c2141 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) {
2189 &vport->fc_nodes, nlp_listp) {
2469 nlp_listp) {
H A Dlpfc_scsi.c3539 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) {

Completed in 203 milliseconds