Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/s390/net/
Dc7000.c1762 c7000_resolve_race(struct c7000_unit *cup, int local_linkid, int remote_linkid) in c7000_resolve_race() argument
1766 …ace: for unit 0x%x, local linkid %d, remote linkid %d\n", cup->devno, local_linkid, remote_linkid); in c7000_resolve_race()
1782 if (remote_linkid == 0) { in c7000_resolve_race()
1794 if (local_linkid > remote_linkid) { in c7000_resolve_race()
1796 if (c7000_conn_confrm(&ccp->cunits[C7000_WR], cup->control_blk.correlator, remote_linkid) != 0) { in c7000_resolve_race()
1801 ccp->linkid = remote_linkid; in c7000_resolve_race()
1821 int remote_linkid = 0; in c7000_get_conn() local
1859 remote_linkid = cup->control_blk.link_id; in c7000_get_conn()
1878 if (c7000_resolve_race(cup, local_linkid, remote_linkid) != 0) in c7000_get_conn()
1891 if (remote_linkid != 0) { in c7000_get_conn()
[all …]