Searched refs:port_cfg (Results 1 - 19 of 19) sorted by relevance

/drivers/scsi/bfa/
H A Dbfa_fcs.c114 struct bfa_lport_cfg_s *port_cfg = &fabric->bport.port_cfg; local
117 port_cfg->nwwn = ioc->attr->nwwn;
118 port_cfg->pwwn = ioc->attr->pwwn;
260 bfa_trc(fabric->fcs, fabric->bport.port_cfg.pwwn);
267 bfa_fcs_lport_init(&fabric->bport, &fabric->bport.port_cfg);
286 bfa_trc(fabric->fcs, fabric->bport.port_cfg.pwwn);
320 bfa_trc(fabric->fcs, fabric->bport.port_cfg.pwwn);
349 bfa_trc(fabric->fcs, fabric->bport.port_cfg.pwwn);
412 bfa_trc(fabric->fcs, fabric->bport.port_cfg
694 struct bfa_lport_cfg_s *port_cfg = &fabric->bport.port_cfg; local
707 struct bfa_lport_cfg_s *port_cfg = &fabric->bport.port_cfg; local
[all...]
H A Dbfa_fcs_lport.c99 bfa_trc(port->fcs, port->port_cfg.pwwn);
116 bfa_trc(port->fcs, port->port_cfg.pwwn);
152 bfa_trc(port->fcs, port->port_cfg.pwwn);
210 bfa_trc(port->fcs, port->port_cfg.pwwn);
260 bfa_trc(port->fcs, port->port_cfg.pwwn);
283 bfa_trc(port->fcs, port->port_cfg.pwwn);
318 aen_entry->aen_data.lport.roles = port->port_cfg.roles;
713 bfa_fcb_lport_delete(port->fcs->bfad, port->port_cfg.roles,
990 struct bfa_lport_cfg_s *port_cfg)
996 lport->port_cfg
989 bfa_fcs_lport_init(struct bfa_fcs_lport_s *lport, struct bfa_lport_cfg_s *port_cfg) argument
[all...]
H A Dbfad_attr.c381 struct bfa_lport_cfg_s port_cfg; local
386 memset(&port_cfg, 0, sizeof(port_cfg));
387 u64_to_wwn(fc_vport->node_name, (u8 *)&port_cfg.nwwn);
388 u64_to_wwn(fc_vport->port_name, (u8 *)&port_cfg.pwwn);
390 strcpy((char *)&port_cfg.sym_name, vname);
391 port_cfg.roles = BFA_LPORT_ROLE_FCP_IM;
395 if (port_cfg.pwwn ==
396 vp->fcs_vport.lport.port_cfg.pwwn) {
397 port_cfg
[all...]
H A Dbfa_fcs.h144 struct bfa_lport_cfg_s port_cfg; /* port configuration */ member in struct:bfa_fcs_lport_s
165 (port->port_cfg.roles & BFA_LPORT_ROLE_FCP_IM)
264 #define bfa_fcs_lport_get_pwwn(_lport) ((_lport)->port_cfg.pwwn)
265 #define bfa_fcs_lport_get_nwwn(_lport) ((_lport)->port_cfg.nwwn)
266 #define bfa_fcs_lport_get_psym_name(_lport) ((_lport)->port_cfg.sym_name)
268 ((_lport)->port_cfg.roles & BFA_LPORT_ROLE_FCP_IM)
323 struct bfa_lport_cfg_s *port_cfg);
366 struct bfa_lport_cfg_s *port_cfg,
370 struct bfa_lport_cfg_s *port_cfg,
H A Dbfad_drv.h294 struct bfa_lport_cfg_s *port_cfg,
297 struct bfa_lport_cfg_s *port_cfg);
H A Dbfad.c504 struct bfa_lport_cfg_s port_cfg = {0}; local
515 port_cfg.roles = BFA_LPORT_ROLE_FCP_IM;
516 port_cfg.pwwn = pbc_vport.vp_pwwn;
517 port_cfg.nwwn = pbc_vport.vp_nwwn;
518 port_cfg.preboot_vp = BFA_TRUE;
521 &port_cfg, vport);
646 struct bfa_lport_cfg_s *port_cfg, struct device *dev)
662 port_cfg, vport);
668 if (port_cfg->roles & BFA_LPORT_ROLE_FCP_IM) {
1088 (&((vport->fcs_vport).lport.port_cfg
645 bfad_vport_create(struct bfad_s *bfad, u16 vf_id, struct bfa_lport_cfg_s *port_cfg, struct device *dev) argument
[all...]
H A Dbfi_ms.h254 struct bfa_port_cfg_s port_cfg;/* port configuration */ member in struct:bfi_fcport_rsp_s
266 struct bfa_port_cfg_s port_cfg; /* port configuration */ member in struct:bfi_fcport_enable_req_s
H A Dbfa_defs_fcs.h233 struct bfa_lport_cfg_s port_cfg; /* port configuration */ member in struct:bfa_lport_attr_s
H A Dbfa_fcs_rport.c1383 port->port_cfg.pwwn, port->port_cfg.nwwn,
1503 rport->reply_oxid, port->port_cfg.pwwn,
1504 port->port_cfg.nwwn,
1535 port->port_cfg.pwwn, port->port_cfg.nwwn);
1858 rx_fchs->ox_id, port->port_cfg.roles);
1929 rx_fchs->ox_id, port->port_cfg.pwwn,
1930 port->port_cfg.nwwn);
H A Dbfa_svc.c2891 struct bfa_port_cfg_s *port_cfg = &fcport->cfg; local
2912 port_cfg->topology = BFA_PORT_TOPOLOGY_P2P;
2913 port_cfg->speed = BFA_PORT_SPEED_AUTO;
2914 port_cfg->trunked = BFA_FALSE;
2915 port_cfg->maxfrsize = 0;
2917 port_cfg->trl_def_speed = BFA_PORT_SPEED_1GBPS;
3026 m->port_cfg = fcport->cfg;
3028 m->port_cfg.maxfrsize = cpu_to_be16(fcport->cfg.maxfrsize);
3419 fcport->cfg = i2hmsg.penable_rsp->port_cfg;
H A Dbfa_defs.h740 struct bfa_ablk_cfg_port_s port_cfg[BFA_ABLK_MAX_PORTS]; member in struct:bfa_ablk_cfg_inst_s
H A Dbfad_im.c1049 strncpy(symname, bfad->bfa_fcs.fabric.bport.port_cfg.sym_name.symname,
H A Dbfa_fcpim.c2284 *pwwn = port->port_cfg.pwwn;
2353 *pwwn = port->port_cfg.pwwn;
H A Dbfad_bsg.c301 port_attr.port_cfg.sym_name.symname,
302 sizeof(port_attr.port_cfg.sym_name.symname));
/drivers/video/via/
H A Dvia-gpio.c218 struct via_port_cfg *port_cfg = vdev->port_cfg; local
228 if (port_cfg[i].mode != VIA_MODE_GPIO)
232 if (gpio->vg_port_index == port_cfg[i].ioport_index) {
H A Dvia_i2c.c240 configs = i2c_vdev->port_cfg;
H A Dvia-core.c689 global_dev.port_cfg = adap_configs;
691 global_dev.port_cfg = olpc_adap_configs;
/drivers/net/ethernet/micrel/
H A Dksz884x.c1171 * @port_cfg: Port configuration information.
1184 struct ksz_port_cfg port_cfg[TOTAL_PORT_NUM]; member in struct:ksz_switch
1954 * port_cfg - set port register bits
1963 static void port_cfg(struct ksz_hw *hw, int port, int offset, u16 bits, function
2124 port_cfg(hw, p,
2271 sw->port_cfg[port].rx_rate[prio] =
2272 sw->port_cfg[port].tx_rate[prio] = 0;
2282 port_cfg(hw, p,
2288 port_cfg(hw, p,
2308 port_cfg(h
[all...]
/drivers/net/wan/
H A Dfarsync.c216 struct port_cfg { struct
307 struct port_cfg portConfig[FST_MAX_PORTS];

Completed in 277 milliseconds