Lines Matching defs:lastport
1889 u_int32_t *lastport)
1904 ga->port_id = htobe32(*lastport);
1909 *lastport, result);
1910 *lastport = 0xffffffff;
1923 *lastport = betoh32(gar->port_type_id) & 0xffffff;
1924 if (*lastport == *firstport) {
1925 *lastport = 0xffffffff;
1929 *firstport = *lastport;
1932 DEVNAME(sc), *lastport, betoh64(gar->port_name),
1936 if (*lastport == sc->sc_port_id) {
1944 *lastport = 0xffffffff;
1949 fport->location = QLE_LOCATION_PORT_ID(*lastport);
1950 fport->portid = *lastport;
2102 int firstport, lastport;
2235 lastport = sc->sc_port_id;
2250 fport = qle_next_fabric_port(sc, &firstport, &lastport);
2282 if (lastport == 0xffffffff) {