Lines Matching refs:hw_status

1028 	    (tp->napi[0].hw_status->status & SD_STATUS_UPDATED))  in tg3_enable_ints()
1039 struct tg3_hw_status *sblk = tnapi->hw_status; in tg3_has_work()
5757 tp->napi[0].hw_status->status = in tg3_setup_fiber_phy()
5759 (tp->napi[0].hw_status->status & ~SD_STATUS_LINK_CHG)); in tg3_setup_fiber_phy()
6471 tnapi->hw_status->status, in tg3_dump_state()
6472 tnapi->hw_status->status_tag, in tg3_dump_state()
6473 tnapi->hw_status->rx_jumbo_consumer, in tg3_dump_state()
6474 tnapi->hw_status->rx_consumer, in tg3_dump_state()
6475 tnapi->hw_status->rx_mini_consumer, in tg3_dump_state()
6476 tnapi->hw_status->idx[0].rx_producer, in tg3_dump_state()
6477 tnapi->hw_status->idx[0].tx_consumer); in tg3_dump_state()
6527 u32 hw_idx = tnapi->hw_status->idx[0].tx_consumer; in tg3_tx()
7004 struct tg3_hw_status *sblk = tp->napi[0].hw_status; in tg3_poll_link()
7155 if (tnapi->hw_status->idx[0].tx_consumer != tnapi->tx_cons) { in tg3_poll_work()
7217 struct tg3_hw_status *sblk = tnapi->hw_status; in tg3_poll_msix()
7311 struct tg3_hw_status *sblk = tnapi->hw_status; in tg3_poll()
7411 tp->napi[0].hw_status->status |= SD_STATUS_UPDATED; in tg3_netif_start()
7459 prefetch(tnapi->hw_status); in tg3_msi_1shot()
7478 prefetch(tnapi->hw_status); in tg3_msi()
7499 struct tg3_hw_status *sblk = tnapi->hw_status; in tg3_interrupt()
7548 struct tg3_hw_status *sblk = tnapi->hw_status; in tg3_interrupt_tagged()
7601 struct tg3_hw_status *sblk = tnapi->hw_status; in tg3_test_isr()
8568 tnapi->hw_status->status = 0; in tg3_init_rings()
8569 tnapi->hw_status->status_tag = 0; in tg3_init_rings()
8570 memset(tnapi->hw_status, 0, TG3_HW_STATUS_SIZE); in tg3_init_rings()
8713 if (tnapi->hw_status) { in tg3_free_consistent()
8715 tnapi->hw_status, in tg3_free_consistent()
8717 tnapi->hw_status = NULL; in tg3_free_consistent()
8753 tnapi->hw_status = dma_alloc_coherent(&tp->pdev->dev, in tg3_alloc_consistent()
8757 if (!tnapi->hw_status) in tg3_alloc_consistent()
8760 sblk = tnapi->hw_status; in tg3_alloc_consistent()
8922 if (tnapi->hw_status) in tg3_abort_hw()
8923 memset(tnapi->hw_status, 0, TG3_HW_STATUS_SIZE); in tg3_abort_hw()
9089 if (tnapi->hw_status) { in tg3_chip_reset()
9090 tnapi->hw_status->status = 0; in tg3_chip_reset()
9091 tnapi->hw_status->status_tag = 0; in tg3_chip_reset()
9626 memset(tnapi->hw_status, 0, TG3_HW_STATUS_SIZE); in tg3_rings_reset()
9643 memset(tnapi->hw_status, 0, TG3_HW_STATUS_SIZE); in tg3_rings_reset()
10986 if (tp->napi[0].hw_status->status & SD_STATUS_UPDATED) { in tg3_timer()
11282 tnapi->hw_status->status &= ~SD_STATUS_UPDATED; in tg3_test_interrupt()
11301 tnapi->hw_status->status_tag != tnapi->last_tag) in tg3_test_interrupt()
13477 rx_start_idx = rnapi->hw_status->idx[0].rx_producer; in tg3_run_loopback()
13504 tx_idx = tnapi->hw_status->idx[0].tx_consumer; in tg3_run_loopback()
13505 rx_idx = rnapi->hw_status->idx[0].rx_producer; in tg3_run_loopback()