Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/hyperv/
Dnetvsc.c706 unsigned int section_index, in netvsc_copy_to_send_buf() argument
711 char *dest = start + (section_index * net_device->send_section_size) in netvsc_copy_to_send_buf()
850 unsigned int section_index = NETVSC_INVALID_INDEX; in netvsc_send() local
882 section_index = msdp->pkt->send_buf_index; in netvsc_send()
886 section_index = msdp->pkt->send_buf_index; in netvsc_send()
891 section_index = netvsc_get_next_send_section(net_device); in netvsc_send()
892 if (section_index != NETVSC_INVALID_INDEX) { in netvsc_send()
900 if (section_index != NETVSC_INVALID_INDEX) { in netvsc_send()
902 section_index, msd_len, in netvsc_send()
905 packet->send_buf_index = section_index; in netvsc_send()
[all …]
/linux-4.4.14/scripts/mod/
Dmodpost.c1545 static int is_executable_section(struct elf_info* elf, unsigned int section_index) in is_executable_section() argument
1547 if (section_index > elf->num_sections) in is_executable_section()
1550 return ((elf->sechdrs[section_index].sh_flags & SHF_EXECINSTR) == SHF_EXECINSTR); in is_executable_section()