Home
last modified time | relevance | path

Searched refs:read_status (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-spi4000.c398 int read_status; in cvmx_spi4000_check_speed() local
450 read_status = __cvmx_spi4000_mdio_read(interface, port, 0x11); in cvmx_spi4000_check_speed()
451 if ((read_status & (1<<10)) == 0) in cvmx_spi4000_check_speed()
452 read_status = 0; /* If the link is down, force zero */ in cvmx_spi4000_check_speed()
455 if (read_status != phy_status[port]) in cvmx_spi4000_check_speed()
457 phy_status[port] = read_status; in cvmx_spi4000_check_speed()
458 if (read_status & (1<<10)) in cvmx_spi4000_check_speed()
461 if (read_status & (1<<15)) in cvmx_spi4000_check_speed()
473 if (read_status & (1<<10)) in cvmx_spi4000_check_speed()
476 if (read_status & (1<<15)) in cvmx_spi4000_check_speed()
[all …]
/f-stack/dpdk/lib/librte_cmdline/
H A Dcmdline.c191 ssize_t read_status; in cmdline_poll() local
204 read_status = cmdline_read_char(cl, &c); in cmdline_poll()
205 if (read_status < 0) in cmdline_poll()
206 return read_status; in cmdline_poll()
/f-stack/dpdk/drivers/net/bnx2x/
H A Delink.c7442 if (params->phy[phy_index].read_status) { in elink_test_link()
7444 params->phy[phy_index].read_status( in elink_test_link()
7787 if (!phy->read_status) in elink_link_update()
7790 cur_link_up = phy->read_status(phy, params, in elink_link_update()
7844 if (params->phy[ELINK_INT_PHY].read_status) in elink_link_update()
7845 params->phy[ELINK_INT_PHY].read_status( in elink_link_update()
12525 .read_status = (read_status_t)NULL,
12665 .read_status = (read_status_t)elink_7101_read_status,
12696 .read_status = (read_status_t)elink_8073_read_status,
12724 .read_status = (read_status_t)elink_8705_read_status,
[all …]
H A Delink.h333 read_status_t read_status; member