Home
last modified time | relevance | path

Searched refs:lstatus32 (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c573 u32 lstatus32 = in t4vf_port_init() local
576 port_type = FW_PORT_CMD_PORTTYPE32_G(lstatus32); in t4vf_port_init()
577 mdio_addr = ((lstatus32 & FW_PORT_CMD_MDIOCAP32_F) in t4vf_port_init()
578 ? FW_PORT_CMD_MDIOADDR32_G(lstatus32) in t4vf_port_init()
1963 u32 lstatus32; in t4vf_handle_get_port_info() local
1965 lstatus32 = be32_to_cpu(cmd->u.info32.lstatus32_to_cbllen32); in t4vf_handle_get_port_info()
1966 link_ok = (lstatus32 & FW_PORT_CMD_LSTATUS32_F) != 0; in t4vf_handle_get_port_info()
1967 linkdnrc = FW_PORT_CMD_LINKDNRC32_G(lstatus32); in t4vf_handle_get_port_info()
1968 port_type = FW_PORT_CMD_PORTTYPE32_G(lstatus32); in t4vf_handle_get_port_info()
1969 mod_type = FW_PORT_CMD_MODTYPE32_G(lstatus32); in t4vf_handle_get_port_info()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c574 u32 lstatus32 = in t4vf_port_init() local
577 port_type = FW_PORT_CMD_PORTTYPE32_G(lstatus32); in t4vf_port_init()
578 mdio_addr = ((lstatus32 & FW_PORT_CMD_MDIOCAP32_F) in t4vf_port_init()
579 ? FW_PORT_CMD_MDIOADDR32_G(lstatus32) in t4vf_port_init()
1964 u32 lstatus32; in t4vf_handle_get_port_info() local
1966 lstatus32 = be32_to_cpu(cmd->u.info32.lstatus32_to_cbllen32); in t4vf_handle_get_port_info()
1967 link_ok = (lstatus32 & FW_PORT_CMD_LSTATUS32_F) != 0; in t4vf_handle_get_port_info()
1968 linkdnrc = FW_PORT_CMD_LINKDNRC32_G(lstatus32); in t4vf_handle_get_port_info()
1969 port_type = FW_PORT_CMD_PORTTYPE32_G(lstatus32); in t4vf_handle_get_port_info()
1970 mod_type = FW_PORT_CMD_MODTYPE32_G(lstatus32); in t4vf_handle_get_port_info()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c8630 u32 lstatus32; in t4_handle_get_port_info() local
8632 lstatus32 = be32_to_cpu(cmd->u.info32.lstatus32_to_cbllen32); in t4_handle_get_port_info()
8633 link_ok = (lstatus32 & FW_PORT_CMD_LSTATUS32_F) != 0; in t4_handle_get_port_info()
8634 linkdnrc = FW_PORT_CMD_LINKDNRC32_G(lstatus32); in t4_handle_get_port_info()
8635 port_type = FW_PORT_CMD_PORTTYPE32_G(lstatus32); in t4_handle_get_port_info()
8636 mod_type = FW_PORT_CMD_MODTYPE32_G(lstatus32); in t4_handle_get_port_info()
8848 u32 lstatus32 = in t4_get_link_params() local
8851 link_ok = !!(lstatus32 & FW_PORT_CMD_LSTATUS32_F); in t4_get_link_params()
9686 u32 lstatus32 = be32_to_cpu(cmd.u.info32.lstatus32_to_cbllen32); in t4_init_portinfo() local
9688 port_type = FW_PORT_CMD_PORTTYPE32_G(lstatus32); in t4_init_portinfo()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c8599 u32 lstatus32; in t4_handle_get_port_info() local
8601 lstatus32 = be32_to_cpu(cmd->u.info32.lstatus32_to_cbllen32); in t4_handle_get_port_info()
8602 link_ok = (lstatus32 & FW_PORT_CMD_LSTATUS32_F) != 0; in t4_handle_get_port_info()
8603 linkdnrc = FW_PORT_CMD_LINKDNRC32_G(lstatus32); in t4_handle_get_port_info()
8604 port_type = FW_PORT_CMD_PORTTYPE32_G(lstatus32); in t4_handle_get_port_info()
8605 mod_type = FW_PORT_CMD_MODTYPE32_G(lstatus32); in t4_handle_get_port_info()
8817 u32 lstatus32 = in t4_get_link_params() local
8820 link_ok = !!(lstatus32 & FW_PORT_CMD_LSTATUS32_F); in t4_get_link_params()
9655 u32 lstatus32 = be32_to_cpu(cmd.u.info32.lstatus32_to_cbllen32); in t4_init_portinfo() local
9657 port_type = FW_PORT_CMD_PORTTYPE32_G(lstatus32); in t4_init_portinfo()
[all...]

Completed in 27 milliseconds