Searched refs:frport (Results 1 – 1 of 1) sorted by relevance
2123 struct fcoe_rport *frport = fcoe_ctlr_rport(rdata); in fcoe_ctlr_vn_rport_callback() local2131 frport->login_count = 0; in fcoe_ctlr_vn_rport_callback()2136 frport->login_count++; in fcoe_ctlr_vn_rport_callback()2137 if (frport->login_count > FCOE_CTLR_VN2VN_LOGIN_LIMIT) { in fcoe_ctlr_vn_rport_callback()2267 struct fcoe_rport *frport) in fcoe_ctlr_vn_parse() argument2282 frport->flags = ntohs(fiph->fip_flags); in fcoe_ctlr_vn_parse()2337 memcpy(frport->enode_mac, macd->fd_mac, ETH_ALEN); in fcoe_ctlr_vn_parse()2343 frport->rdata.ids.node_name = in fcoe_ctlr_vn_parse()2350 memcpy(frport->vn_mac, vn->fd_mac, ETH_ALEN); in fcoe_ctlr_vn_parse()2351 frport->rdata.ids.port_id = ntoh24(vn->fd_fc_id); in fcoe_ctlr_vn_parse()[all …]