Searched refs:rootid (Results 1 – 2 of 2) sorted by relevance
455 int hpsb_send_phy_config(struct hpsb_host *host, int rootid, int gapcnt) in hpsb_send_phy_config() argument460 if (rootid >= ALL_NODES || rootid < -1 || gapcnt > 0x3f || gapcnt < -1 || in hpsb_send_phy_config()461 (rootid == -1 && gapcnt == -1)) { in hpsb_send_phy_config()463 rootid, gapcnt); in hpsb_send_phy_config()478 if (rootid != -1) in hpsb_send_phy_config()479 packet->header[0] |= rootid << 24 | 1 << 23; in hpsb_send_phy_config()
114 int hpsb_send_phy_config(struct hpsb_host *host, int rootid, int gapcnt);