Searched refs:section_index (Results 1 – 2 of 2) sorted by relevance
12 unsigned int section_index; member35 if (sym1->section_index > sym2->section_index) in syminfo_compare()37 if (sym1->section_index < sym2->section_index) in syminfo_compare()79 table->section_index = get_secindex(elf, sym); in symsearch_populate()118 table[i].section_index == table[i - 1].section_index) { in symsearch_fixup()163 target.section_index = secndx; in symsearch_find_nearest()188 table[hi].section_index == secndx && in symsearch_find_nearest()194 table[hi - 1].section_index == secndx && in symsearch_find_nearest()
944 unsigned int section_index, in netvsc_copy_to_send_buf() argument952 char *dest = start + (section_index * net_device->send_section_size) in netvsc_copy_to_send_buf()1238 unsigned int section_index = NETVSC_INVALID_INDEX; in netvsc_send() local1267 section_index = msdp->pkt->send_buf_index; in netvsc_send()1271 section_index = msdp->pkt->send_buf_index; in netvsc_send()1276 section_index = netvsc_get_next_send_section(net_device); in netvsc_send()1277 if (unlikely(section_index == NETVSC_INVALID_INDEX)) { in netvsc_send()1292 if (section_index != NETVSC_INVALID_INDEX) { in netvsc_send()1294 section_index, msd_len, in netvsc_send()1297 packet->send_buf_index = section_index; in netvsc_send()[all …]