Home
last modified time | relevance | path

Searched refs:section_index (Results 1 – 2 of 2) sorted by relevance

/linux/scripts/mod/
H A Dsymsearch.c12 unsigned int section_index; member
35 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()
/linux/drivers/net/hyperv/
H A Dnetvsc.c945 unsigned int section_index, in netvsc_copy_to_send_buf()
953 char *dest = start + (section_index * net_device->send_section_size) in netvsc_copy_to_send_buf()
1249 unsigned int section_index = NETVSC_INVALID_INDEX; in netvsc_send()
1278 section_index = msdp->pkt->send_buf_index; in netvsc_send()
1282 section_index = msdp->pkt->send_buf_index; in netvsc_send()
1287 section_index = netvsc_get_next_send_section(net_device); in netvsc_send()
1288 if (unlikely(section_index == NETVSC_INVALID_INDEX)) { in netvsc_send()
1303 if (section_index != NETVSC_INVALID_INDEX) { in netvsc_send()
1305 section_index, msd_len, in netvsc_send()
1308 packet->send_buf_index = section_index; in netvsc_send()
944 netvsc_copy_to_send_buf(struct netvsc_device * net_device,unsigned int section_index,u32 pend_size,struct hv_netvsc_packet * packet,struct rndis_message * rndis_msg,struct hv_page_buffer * pb,bool xmit_more) netvsc_copy_to_send_buf() argument
1238 unsigned int section_index = NETVSC_INVALID_INDEX; netvsc_send() local
[all...]