Home
last modified time | relevance | path

Searched refs:frport (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/scsi/fcoe/
Dfcoe_ctlr.c2096 struct fcoe_rport *frport = fcoe_ctlr_rport(rdata); in fcoe_ctlr_vn_rport_callback() local
2104 frport->login_count = 0; in fcoe_ctlr_vn_rport_callback()
2109 frport->login_count++; in fcoe_ctlr_vn_rport_callback()
2110 if (frport->login_count > FCOE_CTLR_VN2VN_LOGIN_LIMIT) { in fcoe_ctlr_vn_rport_callback()
2244 struct fcoe_rport *frport; in fcoe_ctlr_vn_parse() local
2251 memset(rdata, 0, sizeof(*rdata) + sizeof(*frport)); in fcoe_ctlr_vn_parse()
2252 frport = fcoe_ctlr_rport(rdata); in fcoe_ctlr_vn_parse()
2255 frport->flags = ntohs(fiph->fip_flags); in fcoe_ctlr_vn_parse()
2310 memcpy(frport->enode_mac, macd->fd_mac, ETH_ALEN); in fcoe_ctlr_vn_parse()
2322 memcpy(frport->vn_mac, vn->fd_mac, ETH_ALEN); in fcoe_ctlr_vn_parse()
[all …]