Searched defs:sblk (Results 1 - 3 of 3) sorted by relevance

/drivers/net/ethernet/broadcom/
H A Dcnic.c2910 struct status_block *sblk = status_blk; local
2912 return sblk->status_idx;
3017 /* Tell compiler that sblk fields can change. */
4340 struct status_block *sblk = cp->status_blk.gen; local
4344 while (sblk->status_completion_producer_index && i < 10) {
4351 if (sblk->status_completion_producer_index)
4404 struct status_block_msix *sblk = cp->status_blk.bnx2; local
4409 cp->tx_cons_ptr = &sblk->status_tx_quick_consumer_index;
4472 struct status_block_msix *sblk = cp->status_blk.bnx2; local
4474 cp->rx_cons_ptr = &sblk
4571 struct status_block *sblk = cp->status_blk.gen; local
[all...]
H A Dbnx2.c871 struct status_block_msix *sblk; local
875 sblk = (void *) (status_blk +
877 bnapi->status_blk.msix = sblk;
879 &sblk->status_tx_quick_consumer_index;
881 &sblk->status_rx_quick_consumer_index;
2762 struct status_block *sblk = bnapi->status_blk.msi; local
2766 new_link_state = sblk->status_attn_bits & event;
2767 old_link_state = sblk->status_attn_bits_ack & event;
3312 struct status_block *sblk = bnapi->status_blk.msi; local
3320 if ((sblk
3364 struct status_block *sblk = bnapi->status_blk.msi; local
3422 struct status_block *sblk = bnapi->status_blk.msi; local
3460 struct status_block_msix *sblk = bnapi->status_blk.msix; local
3487 struct status_block *sblk = bnapi->status_blk.msi; local
[all...]
H A Dtg3.c874 struct tg3_hw_status *sblk = tnapi->hw_status; local
879 if (sblk->status & SD_STATUS_LINK_CHG)
883 if (sblk->idx[0].tx_consumer != tnapi->tx_cons ||
5721 struct tg3_hw_status *sblk = tp->napi[0].hw_status; local
5723 if (sblk->status & SD_STATUS_LINK_CHG) {
5724 sblk->status = SD_STATUS_UPDATED |
5725 (sblk->status & ~SD_STATUS_LINK_CHG);
5931 struct tg3_hw_status *sblk = tnapi->hw_status; local
5946 tnapi->last_tag = sblk->status_tag;
5951 if (likely(sblk
6009 struct tg3_hw_status *sblk = tnapi->hw_status; local
6183 struct tg3_hw_status *sblk = tnapi->hw_status; local
6232 struct tg3_hw_status *sblk = tnapi->hw_status; local
6285 struct tg3_hw_status *sblk = tnapi->hw_status; local
7387 struct tg3_hw_status *sblk; local
[all...]

Completed in 84 milliseconds