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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/lpfc/
H A Dlpfc_disc.h51 struct list_head nlp_listp; member in struct:lpfc_nodelist
H A Dlpfc_hbadisc.c417 list_for_each_entry_safe(ndlp, next_ndlp, &phba->fc_nodes, nlp_listp) {
471 list_for_each_entry(ndlp, &phba->fc_nodes, nlp_listp) {
493 nlp_listp) {
1303 if (list_empty(&ndlp->nlp_listp)) {
1305 list_add_tail(&ndlp->nlp_listp, &phba->fc_nodes);
1320 if (ndlp->nlp_state && !list_empty(&ndlp->nlp_listp))
1323 list_del_init(&ndlp->nlp_listp);
1333 if (ndlp->nlp_state && !list_empty(&ndlp->nlp_listp))
1336 list_del_init(&ndlp->nlp_listp);
1679 list_for_each_entry(ndlp, &phba->fc_nodes, nlp_listp) {
[all...]
H A Dlpfc_els.c2300 list_for_each_entry_safe(ndlp, next_ndlp, &phba->fc_nodes, nlp_listp) {
2337 list_for_each_entry_safe(ndlp, next_ndlp, &phba->fc_nodes, nlp_listp) {
2462 list_for_each_entry(ndlp, &phba->fc_nodes, nlp_listp) {
3133 &phba->fc_nodes, nlp_listp) {
3159 nlp_listp) {
H A Dlpfc_attr.c838 list_for_each_entry(ndlp, &phba->fc_nodes, nlp_listp)
1798 list_for_each_entry(ndlp, &phba->fc_nodes, nlp_listp) {
H A Dlpfc_init.c1179 list_for_each_entry_safe(ndlp, next_ndlp, &phba->fc_nodes, nlp_listp)
1287 list_for_each_entry_safe(ndlp, next_ndlp, &phba->fc_nodes, nlp_listp)
H A Dlpfc_scsi.c1180 list_for_each_entry(ndlp, &phba->fc_nodes, nlp_listp) {

Completed in 145 milliseconds