Home
last modified time | relevance | path

Searched defs:port_cfg (Results 1 – 16 of 16) sorted by relevance

/linux-3.3/arch/mips/cavium-octeon/executive/
Dcvmx-helper-npi.c99 union cvmx_pip_prt_cfgx port_cfg; in __cvmx_helper_npi_enable() local
Dcvmx-helper-loop.c57 union cvmx_pip_prt_cfgx port_cfg; in __cvmx_helper_loop_probe() local
/linux-3.3/drivers/net/wan/
Dfarsync.c216 struct port_cfg { struct
217 u16 lineInterface; /* Physical interface type */
218 u8 x25op; /* Unused at present */
219 u8 internalClock; /* 1 => internal clock, 0 => external */
220 u8 transparentMode; /* 1 => on, 0 => off */
221 u8 invertClock; /* 0 => normal, 1 => inverted */
222 u8 padBytes[6]; /* Padding */
223 u32 lineSpeed; /* Speed in bps */
/linux-3.3/drivers/scsi/bfa/
Dbfa_fcs.c114 struct bfa_lport_cfg_s *port_cfg = &fabric->bport.port_cfg; in bfa_fcs_update_cfg() local
694 struct bfa_lport_cfg_s *port_cfg = &fabric->bport.port_cfg; in bfa_fcs_fabric_init() local
707 struct bfa_lport_cfg_s *port_cfg = &fabric->bport.port_cfg; in bfa_fcs_fabric_psymb_init() local
Dbfad.c504 struct bfa_lport_cfg_s port_cfg = {0}; in bfa_fcb_pbc_vport_create() local
646 struct bfa_lport_cfg_s *port_cfg, struct device *dev) in bfad_vport_create()
Dbfad_attr.c381 struct bfa_lport_cfg_s port_cfg; in bfad_im_vport_create() local
Dbfi_ms.h249 struct bfa_port_cfg_s port_cfg;/* port configuration */ member
261 struct bfa_port_cfg_s port_cfg; /* port configuration */ member
Dbfa_defs_fcs.h233 struct bfa_lport_cfg_s port_cfg; /* port configuration */ member
Dbfa_fcs.h144 struct bfa_lport_cfg_s port_cfg; /* port configuration */ member
Dbfa_fcs_lport.c990 struct bfa_lport_cfg_s *port_cfg) in bfa_fcs_lport_init()
Dbfa_svc.c2890 struct bfa_port_cfg_s *port_cfg = &fcport->cfg; in bfa_fcport_attach() local
Dbfa_defs.h740 struct bfa_ablk_cfg_port_s port_cfg[BFA_ABLK_MAX_PORTS]; member
/linux-3.3/drivers/video/via/
Dvia-gpio.c218 struct via_port_cfg *port_cfg = vdev->port_cfg; in viafb_gpio_probe() local
/linux-3.3/include/linux/
Dvia-core.h84 struct via_port_cfg *port_cfg; member
/linux-3.3/arch/mips/include/asm/octeon/
Dcvmx-pip.h293 union cvmx_pip_prt_cfgx port_cfg, in cvmx_pip_config_port()
/linux-3.3/drivers/net/ethernet/micrel/
Dksz884x.c1184 struct ksz_port_cfg port_cfg[TOTAL_PORT_NUM]; member
1963 static void port_cfg(struct ksz_hw *hw, int port, int offset, u16 bits, in port_cfg() function