Home
last modified time | relevance | path

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

/linux/drivers/scsi/bfa/
H A Dbfa_fcs.c57 struct bfa_lport_cfg_s *port_cfg = &fabric->bport.port_cfg; in bfa_fcs_update_cfg() local
60 port_cfg->nwwn = ioc->attr->nwwn; in bfa_fcs_update_cfg()
61 port_cfg->pwwn = ioc->attr->pwwn; in bfa_fcs_update_cfg()
207 bfa_trc(fabric->fcs, fabric->bport.port_cfg.pwwn); in bfa_fcs_fabric_sm_uninit()
214 bfa_fcs_lport_init(&fabric->bport, &fabric->bport.port_cfg); in bfa_fcs_fabric_sm_uninit()
235 bfa_trc(fabric->fcs, fabric->bport.port_cfg.pwwn); in bfa_fcs_fabric_sm_created()
283 bfa_trc(fabric->fcs, fabric->bport.port_cfg.pwwn); in bfa_fcs_fabric_sm_linkdown()
327 bfa_trc(fabric->fcs, fabric->bport.port_cfg.pwwn); in bfa_fcs_fabric_sm_flogi()
388 bfa_trc(fabric->fcs, fabric->bport.port_cfg.pwwn); in bfa_fcs_fabric_sm_flogi_retry()
420 bfa_trc(fabric->fcs, fabric->bport.port_cfg.pwwn); in bfa_fcs_fabric_sm_auth()
[all …]
H A Dbfa_fcs_lport.c124 bfa_trc(port->fcs, port->port_cfg.pwwn); in bfa_fcs_lport_sm_uninit()
141 bfa_trc(port->fcs, port->port_cfg.pwwn); in bfa_fcs_lport_sm_init()
179 bfa_trc(port->fcs, port->port_cfg.pwwn); in bfa_fcs_lport_sm_online()
239 bfa_trc(port->fcs, port->port_cfg.pwwn); in bfa_fcs_lport_sm_offline()
291 bfa_trc(port->fcs, port->port_cfg.pwwn); in bfa_fcs_lport_sm_stopping()
316 bfa_trc(port->fcs, port->port_cfg.pwwn); in bfa_fcs_lport_sm_deleting()
351 aen_entry->aen_data.lport.roles = port->port_cfg.roles; in bfa_fcs_lport_aen_post()
1062 struct bfa_lport_cfg_s *port_cfg) in bfa_fcs_lport_init() argument
1068 lport->port_cfg = *port_cfg; in bfa_fcs_lport_init()
1071 lport->port_cfg.roles, in bfa_fcs_lport_init()
[all …]
H A Dbfad_attr.c359 struct bfa_lport_cfg_s port_cfg; in bfad_im_vport_create() local
364 memset(&port_cfg, 0, sizeof(port_cfg)); in bfad_im_vport_create()
365 u64_to_wwn(fc_vport->node_name, (u8 *)&port_cfg.nwwn); in bfad_im_vport_create()
366 u64_to_wwn(fc_vport->port_name, (u8 *)&port_cfg.pwwn); in bfad_im_vport_create()
368 strcpy((char *)&port_cfg.sym_name, vname); in bfad_im_vport_create()
369 port_cfg.roles = BFA_LPORT_ROLE_FCP_IM; in bfad_im_vport_create()
373 if (port_cfg.pwwn == in bfad_im_vport_create()
374 vp->fcs_vport.lport.port_cfg.pwwn) { in bfad_im_vport_create()
375 port_cfg.preboot_vp = in bfad_im_vport_create()
376 vp->fcs_vport.lport.port_cfg.preboot_vp; in bfad_im_vport_create()
[all …]
H A Dbfad.c495 struct bfa_lport_cfg_s port_cfg = {0}; in bfa_fcb_pbc_vport_create() local
506 port_cfg.roles = BFA_LPORT_ROLE_FCP_IM; in bfa_fcb_pbc_vport_create()
507 port_cfg.pwwn = pbc_vport.vp_pwwn; in bfa_fcb_pbc_vport_create()
508 port_cfg.nwwn = pbc_vport.vp_nwwn; in bfa_fcb_pbc_vport_create()
509 port_cfg.preboot_vp = BFA_TRUE; in bfa_fcb_pbc_vport_create()
512 &port_cfg, vport); in bfa_fcb_pbc_vport_create()
636 struct bfa_lport_cfg_s *port_cfg, struct device *dev) in bfad_vport_create() argument
652 port_cfg, vport); in bfad_vport_create()
658 if (port_cfg->roles & BFA_LPORT_ROLE_FCP_IM) { in bfad_vport_create()
1008 (&((vport->fcs_vport).lport.port_cfg.nwwn))); in bfad_start_ops()
[all …]
H A Dbfi_ms.h247 struct bfa_port_cfg_s port_cfg;/* port configuration */ member
259 struct bfa_port_cfg_s port_cfg; /* port configuration */ member
H A Dbfa_defs.h790 struct bfa_ablk_cfg_port_s port_cfg[BFA_ABLK_MAX_PORTS]; member
H A Dbfad_im.c1050 strscpy(symname, bfad->bfa_fcs.fabric.bport.port_cfg.sym_name.symname, in bfad_fc_host_init()
H A Dbfad_bsg.c311 port_attr.port_cfg.sym_name.symname, in bfad_iocmd_port_get_attr()
/linux/drivers/phy/rockchip/
H A Dphy-rockchip-inno-usb2.c221 const struct rockchip_usb2phy_port_cfg *port_cfg; member
474 ret = property_enable(rphy->grf, &rport->port_cfg->disfall_clr, true); in rockchip_usb2phy_enable_host_disc_irq()
478 ret = property_enable(rphy->grf, &rport->port_cfg->disfall_en, en); in rockchip_usb2phy_enable_host_disc_irq()
482 ret = property_enable(rphy->grf, &rport->port_cfg->disrise_clr, true); in rockchip_usb2phy_enable_host_disc_irq()
486 return property_enable(rphy->grf, &rport->port_cfg->disrise_en, en); in rockchip_usb2phy_enable_host_disc_irq()
502 &rport->port_cfg->bvalid_det_clr, in rockchip_usb2phy_init()
508 &rport->port_cfg->bvalid_det_en, in rockchip_usb2phy_init()
515 &rport->port_cfg->idfall_det_clr, in rockchip_usb2phy_init()
521 &rport->port_cfg->idrise_det_clr, in rockchip_usb2phy_init()
527 &rport->port_cfg->idfall_det_en, in rockchip_usb2phy_init()
[all …]
/linux/arch/mips/cavium-octeon/executive/
H A Dcvmx-helper-loop.c57 union cvmx_pip_prt_cfgx port_cfg; in __cvmx_helper_loop_probe() local
59 port_cfg.u64 = cvmx_read_csr(CVMX_PIP_PRT_CFGX(ipd_port)); in __cvmx_helper_loop_probe()
60 port_cfg.s.maxerr_en = 0; in __cvmx_helper_loop_probe()
61 port_cfg.s.minerr_en = 0; in __cvmx_helper_loop_probe()
62 cvmx_write_csr(CVMX_PIP_PRT_CFGX(ipd_port), port_cfg.u64); in __cvmx_helper_loop_probe()
H A Dcvmx-helper-npi.c87 union cvmx_pip_prt_cfgx port_cfg; in __cvmx_helper_npi_enable() local
90 port_cfg.u64 = in __cvmx_helper_npi_enable()
92 port_cfg.s.maxerr_en = 0; in __cvmx_helper_npi_enable()
93 port_cfg.s.minerr_en = 0; in __cvmx_helper_npi_enable()
95 port_cfg.u64); in __cvmx_helper_npi_enable()
/linux/drivers/video/fbdev/via/
H A Dvia-gpio.c207 struct via_port_cfg *port_cfg = vdev->port_cfg; in viafb_gpio_probe() local
217 if (port_cfg[i].mode != VIA_MODE_GPIO) in viafb_gpio_probe()
221 if (gpio->vg_port_index == port_cfg[i].ioport_index) { in viafb_gpio_probe()
/linux/drivers/net/ethernet/cavium/thunder/
H A Dthunder_bgx.c507 u64 port_cfg = 0; in bgx_sgmii_change_link_state() local
533 port_cfg = bgx_reg_read(bgx, lmac->lmacid, BGX_GMP_GMI_PRTX_CFG); in bgx_sgmii_change_link_state()
538 port_cfg &= ~GMI_PORT_CFG_DUPLEX; in bgx_sgmii_change_link_state()
539 port_cfg |= (lmac->last_duplex << 2); in bgx_sgmii_change_link_state()
546 port_cfg &= ~GMI_PORT_CFG_SPEED; /* speed 0 */ in bgx_sgmii_change_link_state()
547 port_cfg |= GMI_PORT_CFG_SPEED_MSB; /* speed_msb 1 */ in bgx_sgmii_change_link_state()
548 port_cfg &= ~GMI_PORT_CFG_SLOT_TIME; /* slottime 0 */ in bgx_sgmii_change_link_state()
555 port_cfg &= ~GMI_PORT_CFG_SPEED; /* speed 0 */ in bgx_sgmii_change_link_state()
556 port_cfg &= ~GMI_PORT_CFG_SPEED_MSB; /* speed_msb 0 */ in bgx_sgmii_change_link_state()
557 port_cfg &= ~GMI_PORT_CFG_SLOT_TIME; /* slottime 0 */ in bgx_sgmii_change_link_state()
[all …]
/linux/sound/soc/qcom/qdsp6/
H A Dq6afe.c635 union afe_port_config port_cfg; member
1324 union afe_port_config *pcfg = &port->port_cfg; in q6afe_slim_port_prepare()
1349 union afe_port_config *pcfg = &port->port_cfg; in q6afe_tdm_port_prepare()
1411 union afe_port_config *pcfg = &port->port_cfg; in afe_port_send_usb_params()
1457 union afe_port_config *pcfg = &port->port_cfg; in q6afe_usb_port_prepare()
1478 union afe_port_config *pcfg = &port->port_cfg; in q6afe_hdmi_port_prepare()
1498 union afe_port_config *pcfg = &port->port_cfg; in q6afe_i2s_port_prepare()
1642 union afe_port_config *pcfg = &port->port_cfg; in q6afe_cdc_dma_port_prepare()
1670 ret = q6afe_port_set_param_v2(port, &port->port_cfg, param_id, in q6afe_port_start()
1672 sizeof(port->port_cfg)); in q6afe_port_start()
/linux/drivers/net/ethernet/micrel/
H A Dksz884x.c1109 struct ksz_port_cfg port_cfg[TOTAL_PORT_NUM]; member
1858 static void port_cfg(struct ksz_hw *hw, int port, int offset, u16 bits, in port_cfg() function
1972 port_cfg(hw, p, in port_cfg_broad_storm()
2113 sw->port_cfg[port].rx_rate[prio] = in sw_init_prio_rate()
2114 sw->port_cfg[port].tx_rate[prio] = 0; in sw_init_prio_rate()
2124 port_cfg(hw, p, in port_cfg_back_pressure()
2132 port_cfg(hw, p, in port_cfg_mirror_sniffer()
2138 port_cfg(hw, p, in port_cfg_mirror_rx()
2144 port_cfg(hw, p, in port_cfg_mirror_tx()
2169 port_cfg(hw, p, in port_cfg_diffserv()
[all …]
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-pip.h293 union cvmx_pip_prt_cfgx port_cfg, in cvmx_pip_config_port() argument
296 cvmx_write_csr(CVMX_PIP_PRT_CFGX(port_num), port_cfg.u64); in cvmx_pip_config_port()
/linux/include/linux/
H A Dvia-core.h67 struct via_port_cfg *port_cfg; member
/linux/drivers/tty/serial/
H A Dsh-sci.c4022 static struct plat_sci_port port_cfg; variable
4054 port_cfg.type = data->type; in scix_early_console_setup()
4055 port_cfg.regtype = data->regtype; in scix_early_console_setup()
4057 sci_ports[0].cfg = &port_cfg; in scix_early_console_setup()
4064 port_cfg.scscr = sci_ports[0].ops->read_reg(&sci_ports[0].port, regs->control); in scix_early_console_setup()
4067 sci_ports[0].params->param_bits->rxtx_enable | port_cfg.scscr); in scix_early_console_setup()
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_mcp.c1937 u32 port_cfg, val; in qed_mcp_read_ufp_config() local
1943 port_cfg = qed_rd(p_hwfn, p_ptt, p_hwfn->mcp_info->port_addr + in qed_mcp_read_ufp_config()
1945 val = (port_cfg & OEM_CFG_CHANNEL_TYPE_MASK) >> in qed_mcp_read_ufp_config()
1952 val = (port_cfg & OEM_CFG_SCHED_TYPE_MASK) >> OEM_CFG_SCHED_TYPE_OFFSET; in qed_mcp_read_ufp_config()
/linux/drivers/net/wan/
H A Dfarsync.c215 struct port_cfg { struct
306 struct port_cfg portConfig[FST_MAX_PORTS];
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_common.c2832 u64 port_cfg = 0; in i40e_parse_discover_capabilities() local
2837 i40e_aq_debug_read_register(hw, port_cfg_reg, &port_cfg, NULL); in i40e_parse_discover_capabilities()
2838 if (!(port_cfg & I40E_PRTGEN_CNF_PORT_DIS_MASK)) in i40e_parse_discover_capabilities()