Searched refs:this_frame (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/kernel/kcsan/ |
| D | report.c | 334 unsigned long this_frame = stack_entries[skipnr]; in print_report() local 354 if (rate_limit_report(this_frame, other_frame)) in print_report() 367 cmp = sym_strcmp((void *)other_frame, (void *)this_frame); in print_report() 370 (void *)(cmp < 0 ? other_frame : this_frame), in print_report() 371 (void *)(cmp < 0 ? this_frame : other_frame)); in print_report() 376 (void *)this_frame); in print_report()
|
| /Linux-v5.10/drivers/net/ethernet/8390/ |
| D | lib8390.c | 664 unsigned char rxing_page, this_frame, next_frame; in ei_receive() local 679 this_frame = ei_inb_p(e8390_base + EN0_BOUNDARY) + 1; in ei_receive() 680 if (this_frame >= ei_local->stop_page) in ei_receive() 681 this_frame = ei_local->rx_start_page; in ei_receive() 690 this_frame != ei_local->current_page && in ei_receive() 691 (this_frame != 0x0 || rxing_page != 0xFF)) in ei_receive() 694 this_frame, ei_local->current_page); in ei_receive() 696 if (this_frame == rxing_page) /* Read all the frames? */ in ei_receive() 699 current_offset = this_frame << 8; in ei_receive() 700 ei_get_8390_hdr(dev, &rx_frame, this_frame); in ei_receive() [all …]
|
| D | axnet_cs.c | 1342 unsigned char rxing_page, this_frame, next_frame; in ei_receive() local 1355 this_frame = inb_p(e8390_base + EN0_BOUNDARY) + 1; in ei_receive() 1356 if (this_frame >= ei_local->stop_page) in ei_receive() 1357 this_frame = ei_local->rx_start_page; in ei_receive() 1366 this_frame != ei_local->current_page && in ei_receive() 1367 (this_frame != 0x0 || rxing_page != 0xFF)) in ei_receive() 1369 this_frame, ei_local->current_page); in ei_receive() 1371 if (this_frame == rxing_page) /* Read all the frames? */ in ei_receive() 1374 current_offset = this_frame << 8; in ei_receive() 1375 ei_get_8390_hdr(dev, &rx_frame, this_frame); in ei_receive() [all …]
|