Lines Matching defs:port
20 struct fcoe_port *port,
57 * port will be logged off, and conn_id, session
80 static void bnx2fc_offload_session(struct fcoe_port *port,
85 struct bnx2fc_interface *interface = port->priv;
92 rval = bnx2fc_init_tgt(tgt, port, rdata);
113 rval = bnx2fc_send_session_ofld_req(port, tgt);
144 rval = bnx2fc_send_session_enable_req(port, tgt);
270 printk(KERN_ERR PFX "CLEANUP on port 0x%x:"
291 static void bnx2fc_upload_session(struct fcoe_port *port,
294 struct bnx2fc_interface *interface = port->priv;
305 bnx2fc_send_session_disable_req(port, tgt);
351 struct fcoe_port *port,
356 struct bnx2fc_interface *interface = port->priv;
363 tgt->port = port;
443 struct fcoe_port *port = lport_priv(lport);
444 struct bnx2fc_interface *interface = port->priv;
502 bnx2fc_offload_session(port, tgt, rdata);
551 bnx2fc_upload_session(port, tgt);
575 * @port: fcoe_port struct to lookup the target port on
576 * @port_id: The remote port ID to look up
578 struct bnx2fc_rport *bnx2fc_tgt_lookup(struct fcoe_port *port,
581 struct bnx2fc_interface *interface = port->priv;
589 if ((tgt) && (tgt->port == port)) {