Searched refs:peerwidth (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/ofed/management/infiniband-diags/src/
H A Dibportstate.c157 validate_width(int width, int peerwidth, int lwa) argument
159 if ((width & 0x8) && (peerwidth & 0x8)) {
163 if ((width & 0x4) && (peerwidth & 0x4)) {
167 if ((width & 0x2) && (peerwidth & 0x2)) {
171 if ((width & 0x1) && (peerwidth & 0x1)) {
238 int width, peerwidth, peerspeed; local
435 peerwidth = get_link_width(peerlwe, peerlws);
436 validate_width(width, peerwidth, lwa);

Completed in 32 milliseconds