Lines Matching refs:lport

67 				fnic->lport->host_stats.link_failure_count++;  in fnic_handle_link()
69 FNIC_FCS_DBG(KERN_DEBUG, fnic->lport->host, in fnic_handle_link()
72 FNIC_FCS_DBG(KERN_DEBUG, fnic->lport->host, in fnic_handle_link()
82 FNIC_FCS_DBG(KERN_DEBUG, fnic->lport->host, "link up\n"); in fnic_handle_link()
86 fnic->lport->host_stats.link_failure_count++; in fnic_handle_link()
88 FNIC_FCS_DBG(KERN_DEBUG, fnic->lport->host, "link down\n"); in fnic_handle_link()
100 struct fc_lport *lp = fnic->lport; in fnic_handle_frame()
197 FNIC_FCS_DBG(KERN_DEBUG, fnic->lport->host, "update_mac %pM\n", new); in fnic_update_mac_locked()
210 void fnic_update_mac(struct fc_lport *lport, u8 *new) in fnic_update_mac() argument
212 struct fnic *fnic = lport_priv(lport); in fnic_update_mac()
233 void fnic_set_port_id(struct fc_lport *lport, u32 port_id, struct fc_frame *fp) in fnic_set_port_id() argument
235 struct fnic *fnic = lport_priv(lport); in fnic_set_port_id()
239 FNIC_FCS_DBG(KERN_DEBUG, lport->host, "set port_id %x fp %p\n", in fnic_set_port_id()
247 fnic_update_mac(lport, fnic->ctlr.ctl_src_addr); in fnic_set_port_id()
256 fcoe_ctlr_recv_flogi(&fnic->ctlr, lport, fp); in fnic_set_port_id()
258 fnic_update_mac(lport, mac); in fnic_set_port_id()
266 FNIC_FCS_DBG(KERN_DEBUG, fnic->lport->host, in fnic_set_port_id()
347 FNIC_FCS_DBG(KERN_DEBUG, fnic->lport->host, in fnic_rq_cmpl_frame_recv()
356 shost_printk(KERN_ERR, fnic->lport->host, in fnic_rq_cmpl_frame_recv()
362 FNIC_FCS_DBG(KERN_DEBUG, fnic->lport->host, in fnic_rq_cmpl_frame_recv()
376 fr_dev(fp) = fnic->lport; in fnic_rq_cmpl_frame_recv()
413 shost_printk(KERN_ERR, fnic->lport->host, in fnic_rq_cmpl_handler()
438 FNIC_FCS_DBG(KERN_DEBUG, fnic->lport->host, in fnic_alloc_rq_frame()
522 fcoe_ctlr_els_send(&fnic->ctlr, fnic->lport, skb)) in fnic_send_frame()