Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/hyperv/
Dnetvsc_trace.h141 __field( u32, section_index )
148 __entry->section_index = rpkt->send_buf_section_index;
154 __entry->section_index, __entry->section_size)
Dnetvsc.c930 unsigned int section_index, in netvsc_copy_to_send_buf() argument
938 char *dest = start + (section_index * net_device->send_section_size) in netvsc_copy_to_send_buf()
1186 unsigned int section_index = NETVSC_INVALID_INDEX; in netvsc_send() local
1215 section_index = msdp->pkt->send_buf_index; in netvsc_send()
1219 section_index = msdp->pkt->send_buf_index; in netvsc_send()
1224 section_index = netvsc_get_next_send_section(net_device); in netvsc_send()
1225 if (unlikely(section_index == NETVSC_INVALID_INDEX)) { in netvsc_send()
1240 if (section_index != NETVSC_INVALID_INDEX) { in netvsc_send()
1242 section_index, msd_len, in netvsc_send()
1245 packet->send_buf_index = section_index; in netvsc_send()
[all …]
/Linux-v6.6/drivers/md/
Ddm-integrity.c896 unsigned int pl_index, pl_offset, section_index; in xor_journal() local
913 section_index = pl_index; in xor_journal()
920 while (unlikely(pl_index == section_index)) { in xor_journal()
929 page_list_location(ic, section, 0, &section_index, &dummy); in xor_journal()