Lines Matching refs:PageLength
317 hdr.PageLength = 0;
330 if (hdr.PageLength <= 0)
333 data_sz = hdr.PageLength * 4;
748 hdr.PageLength = 0;
761 if (hdr.PageLength == 0)
764 data_sz = hdr.PageLength * 4;
841 hdr.PageLength = 0;
854 if (hdr.PageLength == 0)
857 if (hdr.PageLength*4 != ioc->fc_data.fc_port_page1[portnum].pg_sz)
884 hdr.PageLength = 0;
897 if (hdr.PageLength == 0)
903 data_sz = hdr.PageLength * 4;
917 if (hdr.PageLength * 4 > data_sz) {