Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/icplus/
Dipg.c1188 if (jumbo->found_start) { in ipg_nic_rx_with_start_and_end()
1190 jumbo->found_start = 0; in ipg_nic_rx_with_start_and_end()
1232 if (jumbo->found_start) in ipg_nic_rx_with_start()
1240 jumbo->found_start = 1; in ipg_nic_rx_with_start()
1260 if (jumbo->found_start) { in ipg_nic_rx_with_end()
1280 jumbo->found_start = 0; in ipg_nic_rx_with_end()
1287 jumbo->found_start = 0; in ipg_nic_rx_with_end()
1304 if (jumbo->found_start) { in ipg_nic_rx_no_start_no_end()
1316 jumbo->found_start = 0; in ipg_nic_rx_no_start_no_end()
1782 sp->jumbo.found_start = 0; in ipg_nic_open()
Dipg.h704 int found_start; member
/linux-4.1.27/fs/btrfs/
Ddisk-io.c502 u64 found_start; in csum_dirty_buffer() local
508 found_start = btrfs_header_bytenr(eb); in csum_dirty_buffer()
509 if (WARN_ON(found_start != start || !PageUptodate(page))) in csum_dirty_buffer()
603 u64 found_start; in btree_readpage_end_io_hook() local
630 found_start = btrfs_header_bytenr(eb); in btree_readpage_end_io_hook()
631 if (found_start != eb->start) { in btree_readpage_end_io_hook()
634 eb->fs_info->sb->s_id, found_start, eb->start); in btree_readpage_end_io_hook()