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;
843 hdr.PageLength = 0;
856 if (hdr.PageLength == 0)
859 if (hdr.PageLength*4 != ioc->fc_data.fc_port_page1[portnum].pg_sz)
886 hdr.PageLength = 0;
899 if (hdr.PageLength == 0)
905 data_sz = hdr.PageLength * 4;
918 if (hdr.PageLength * 4 > data_sz) {