Lines Matching refs:lport
229 void fc_fc4_conf_lport_params(struct fc_lport *lport, enum fc_fh_type type) in fc_fc4_conf_lport_params() argument
233 BUG_ON(!lport); in fc_fc4_conf_lport_params()
237 lport->service_params |= FCP_SPPF_TARG_FCN; in fc_fc4_conf_lport_params()
243 struct fc_lport *lport; in fc_lport_iterate() local
246 list_for_each_entry(lport, &fc_local_ports, lport_list) in fc_lport_iterate()
247 notify(lport, arg); in fc_lport_iterate()
299 void fc_fc4_add_lport(struct fc_lport *lport) in fc_fc4_add_lport() argument
302 list_add_tail(&lport->lport_list, &fc_local_ports); in fc_fc4_add_lport()
304 FC_LPORT_EV_ADD, lport); in fc_fc4_add_lport()
312 void fc_fc4_del_lport(struct fc_lport *lport) in fc_fc4_del_lport() argument
315 list_del(&lport->lport_list); in fc_fc4_del_lport()
317 FC_LPORT_EV_DEL, lport); in fc_fc4_del_lport()