Home
last modified time | relevance | path

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

/drivers/net/hyperv/
A Dnetvsc_trace.h141 __field( u32, section_index )
148 __entry->section_index = rpkt->send_buf_section_index;
154 __entry->section_index, __entry->section_size)
A Dnetvsc.c944 unsigned int section_index, in netvsc_copy_to_send_buf() argument
1239 unsigned int section_index = NETVSC_INVALID_INDEX; in netvsc_send() local
1268 section_index = msdp->pkt->send_buf_index; in netvsc_send()
1272 section_index = msdp->pkt->send_buf_index; in netvsc_send()
1277 section_index = netvsc_get_next_send_section(net_device); in netvsc_send()
1278 if (unlikely(section_index == NETVSC_INVALID_INDEX)) { in netvsc_send()
1293 if (section_index != NETVSC_INVALID_INDEX) { in netvsc_send()
1295 section_index, msd_len, in netvsc_send()
1298 packet->send_buf_index = section_index; in netvsc_send()
1345 if (ret != 0 && section_index != NETVSC_INVALID_INDEX) in netvsc_send()
[all …]
/drivers/md/
A Ddm-integrity.c885 unsigned int pl_index, pl_offset, section_index; in xor_journal() local
902 section_index = pl_index; in xor_journal()
909 while (unlikely(pl_index == section_index)) { in xor_journal()
918 page_list_location(ic, section, 0, &section_index, &dummy); in xor_journal()

Completed in 22 milliseconds