Searched refs:this_frame (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/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 | 1345 unsigned char rxing_page, this_frame, next_frame; in ei_receive() local 1358 this_frame = inb_p(e8390_base + EN0_BOUNDARY) + 1; in ei_receive() 1359 if (this_frame >= ei_local->stop_page) in ei_receive() 1360 this_frame = ei_local->rx_start_page; in ei_receive() 1369 this_frame != ei_local->current_page && in ei_receive() 1370 (this_frame != 0x0 || rxing_page != 0xFF)) in ei_receive() 1372 this_frame, ei_local->current_page); in ei_receive() 1374 if (this_frame == rxing_page) /* Read all the frames? */ in ei_receive() 1377 current_offset = this_frame << 8; in ei_receive() 1378 ei_get_8390_hdr(dev, &rx_frame, this_frame); in ei_receive() [all …]
|
/linux-6.1.9/kernel/kcsan/ |
D | report.c | 397 unsigned long this_frame = stack_entries[skipnr]; in print_report() local 419 if (rate_limit_report(this_frame, other_frame)) in print_report() 431 cmp = sym_strcmp((void *)other_frame, (void *)this_frame); in print_report() 434 (void *)(cmp < 0 ? other_frame : this_frame), in print_report() 435 (void *)(cmp < 0 ? this_frame : other_frame)); in print_report() 438 (void *)this_frame); in print_report()
|