Lines Matching refs:lport
241 void fc_fc4_conf_lport_params(struct fc_lport *lport, enum fc_fh_type type) in fc_fc4_conf_lport_params() argument
245 BUG_ON(!lport); in fc_fc4_conf_lport_params()
249 lport->service_params |= FCP_SPPF_TARG_FCN; in fc_fc4_conf_lport_params()
255 struct fc_lport *lport; in fc_lport_iterate() local
258 list_for_each_entry(lport, &fc_local_ports, lport_list) in fc_lport_iterate()
259 notify(lport, arg); in fc_lport_iterate()
311 void fc_fc4_add_lport(struct fc_lport *lport) in fc_fc4_add_lport() argument
314 list_add_tail(&lport->lport_list, &fc_local_ports); in fc_fc4_add_lport()
316 FC_LPORT_EV_ADD, lport); in fc_fc4_add_lport()
324 void fc_fc4_del_lport(struct fc_lport *lport) in fc_fc4_del_lport() argument
327 list_del(&lport->lport_list); in fc_fc4_del_lport()
329 FC_LPORT_EV_DEL, lport); in fc_fc4_del_lport()