Home
last modified time | relevance | path

Searched refs:cp_index (Results 1 – 12 of 12) sorted by relevance

/openbmc/u-boot/drivers/phy/marvell/
H A Dcomphy_core.c157 chip_cfg->cp_index = current_idx++; in comphy_probe()
162 printf("Comphy chip #%d:\n", chip_cfg->cp_index); in comphy_probe()
171 if (chip_cfg->cp_index == last_idx) { in comphy_probe()
H A Dcomphy_core.h92 u32 cp_index; member
H A Dcomphy_cp110.c644 void __iomem *comphy_base, int cp_index, in comphy_sata_power_up() argument
664 for (i = 0; i < (cp_index + 1); i++) in comphy_sata_power_up()
2023 ptr_chip_cfg->cp_index, in comphy_cp110_init()
/openbmc/linux/net/rds/
H A Dtcp_connect.c105 if (cp->cp_index > 0 && cp->cp_conn->c_npaths < 2) in rds_tcp_conn_path_connect()
H A Dtcp_send.c155 &conn->c_faddr, cp->cp_index, ret); in rds_tcp_xmit()
H A Dthreads.c170 if (cp->cp_index > 0 && in rds_connect_worker()
H A Dtcp_listen.c214 rds_send_ping(cp->cp_conn, cp->cp_index); in rds_tcp_accept_one()
H A Dtcp_recv.c298 cp->cp_index, tc, sock); in rds_tcp_recv_path()
H A Drds.h134 unsigned int cp_index; member
921 void rds_send_ping(struct rds_connection *conn, int cp_index);
H A Dsend.c1495 rds_send_ping(struct rds_connection *conn, int cp_index) in rds_send_ping() argument
1498 struct rds_conn_path *cp = &conn->c_path[cp_index]; in rds_send_ping()
H A Dconnection.c270 conn->c_path[i].cp_index = i; in __rds_conn_create()
/openbmc/linux/arch/xtensa/include/asm/
H A Dcoprocessor.h146 void coprocessor_flush(struct thread_info *ti, int cp_index);