Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/phy/marvell/
H A Dcomphy_core.c178 chip_cfg->cp_index = current_idx++; in comphy_probe()
183 printf("Comphy chip #%d:\n", chip_cfg->cp_index); in comphy_probe()
192 if (chip_cfg->cp_index == last_idx) { in comphy_probe()
H A Dcomphy.h100 u32 cp_index; member
H A Dcomphy_cp110.c645 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()
2010 ptr_chip_cfg->cp_index); in comphy_cp110_init()
/OK3568_Linux_fs/kernel/net/rds/
H A Dtcp_connect.c104 if (cp->cp_index > 0 && cp->cp_conn->c_npaths < 2) in rds_tcp_conn_path_connect()
H A Dtcp_send.c154 &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.c210 rds_send_ping(cp->cp_conn, cp->cp_index); in rds_tcp_accept_one()
H A Dtcp_recv.c297 cp->cp_index, tc, sock); in rds_tcp_recv_path()
H A Drds.h134 unsigned int cp_index; member
922 void rds_send_ping(struct rds_connection *conn, int cp_index);
H A Dsend.c1501 rds_send_ping(struct rds_connection *conn, int cp_index) in rds_send_ping() argument
1504 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()