Home
last modified time | relevance | path

Searched refs:lstatus (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/net/pfe/
H A Dpfe_ethdev.c555 unsigned int lstatus = 1; in pfe_eth_link_update() local
571 ret = ioctl(priv->link_fd, ioctl_cmd, &lstatus); in pfe_eth_link_update()
577 lstatus, priv->id); in pfe_eth_link_update()
580 if (old.link_status == lstatus) { in pfe_eth_link_update()
586 link.link_status = lstatus; in pfe_eth_link_update()
/dpdk/drivers/net/enetc/
H A Denetc_rxtx.c153 rxbd->r.lstatus = 0; in enetc_refill_rx_ring()
357 bd_status = rte_le_to_cpu_32(rxbd->r.lstatus); in enetc_clean_rx_ring()
/dpdk/drivers/net/enetc/base/
H A Denetc_hw.h272 uint32_t lstatus; member
/dpdk/drivers/net/enetfec/
H A Denet_ethdev.c242 unsigned int lstatus = 1; in enetfec_eth_link_update() local
246 link.link_status = lstatus; in enetfec_eth_link_update()
/dpdk/drivers/net/cxgbe/base/
H A Dt4_hw.c4492 u32 action, pcaps, acaps, link_caps, lstatus; in t4_handle_get_port_info() local
4506 lstatus = be32_to_cpu(cmd->u.info32.lstatus32_to_cbllen32); in t4_handle_get_port_info()
4507 link_ok = (lstatus & F_FW_PORT_CMD_LSTATUS32) ? 1 : 0; in t4_handle_get_port_info()
4508 link_down_rc = G_FW_PORT_CMD_LINKDNRC32(lstatus); in t4_handle_get_port_info()
4509 port_type = G_FW_PORT_CMD_PORTTYPE32(lstatus); in t4_handle_get_port_info()
4510 mod_type = G_FW_PORT_CMD_MODTYPE32(lstatus); in t4_handle_get_port_info()