Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_common.h128 struct link_config { struct
129 fw_port_cap32_t pcaps; /* link capabilities */
153 static inline bool is_x_10g_port(const struct link_config *lc) in is_x_10g_port() argument
/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dcommon.h196 struct link_config { struct
215 struct link_config link_config; argument
/linux/drivers/scsi/csiostor/
H A Dcsio_hw.h294 struct link_config { struct
295 fw_port_cap32_t pcaps; /* link capabilities */
296 fw_port_cap32_t def_acaps; /* default advertised capabilities */
297 fw_port_cap32_t acaps; /* advertised capabilities */
298 fw_port_cap32_t lpacaps; /* peer advertised capabilities */
300 fw_port_cap32_t speed_caps; /* speed(s) user has requested */
301 unsigned int speed; /* actual link speed (Mb/s) */
303 enum cc_pause requested_fc; /* flow control user has requested */
304 enum cc_pause fc; /* actual link flow control */
306 enum cc_fec requested_fec; /* Forward Error Correction: */
[all …]
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dcommon.h426 struct link_config { struct
427 unsigned int supported; /* link capabilities */
428 unsigned int advertising; /* advertised capabilities */
429 unsigned short requested_speed; /* speed user has requested */
430 unsigned short speed; /* actual link speed */
431 unsigned char requested_duplex; /* duplex user has requested */
432 unsigned char duplex; /* actual link duplex */
433 unsigned char requested_fc; /* flow control user has requested */
434 unsigned char fc; /* actual link flow control */
435 unsigned char autoneg; /* autonegotiating? */
[all …]
H A Dadapter.h74 struct link_config link_config; member
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4.h578 struct link_config { struct
579 fw_port_cap32_t pcaps; /* link capabilities */
580 fw_port_cap32_t def_acaps; /* default advertised capabilities */
581 fw_port_cap32_t acaps; /* advertised capabilities */
582 fw_port_cap32_t lpacaps; /* peer advertised capabilities */
584 fw_port_cap32_t speed_caps; /* speed(s) user has requested */
585 unsigned int speed; /* actual link speed (Mb/s) */
587 enum cc_pause requested_fc; /* flow control user has requested */
588 enum cc_pause fc; /* actual link flow control */
589 enum cc_pause advertised_fc; /* actual advertised flow control */
[all …]
/linux/drivers/fsi/
H A Dfsi-master.h135 int (*link_config)(struct fsi_master *, int link, member
/linux/drivers/video/fbdev/mmp/hw/
H A Dmmp_ctrl.c256 link_config = path_to_path_plat(path)->link_config, in path_set_mode() local
H A Dmmp_ctrl.h1387 u32 link_config; member
/linux/include/video/
H A Dmmp_disp.h328 u32 link_config; member
/linux/drivers/net/phy/
H A Dphylink.c60 struct phylink_link_state link_config; member
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x.h1009 u32 link_config[LINK_CONFIG_SIZE]; member
H A Dbnx2x_link.c12486 u32 link_config; in bnx2x_phy_def_cfg() local
H A Dbnx2x_main.c11288 u32 link_config, idx, cfg_size = 0; in bnx2x_link_settings_requested() local
H A Dbnx2x_hsi.h1069 u32 link_config; /* Used as HW defaults for the driver */ member
/linux/drivers/net/ethernet/sun/
H A Dniu.h3291 struct niu_link_config link_config; member