Searched refs:sblk (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/squashfs/
H A Dsuper.c80 struct squashfs_super_block *sblk = NULL; local
98 sblk = kzalloc(sizeof(*sblk), GFP_KERNEL);
99 if (sblk == NULL) {
116 msblk->bytes_used = sizeof(*sblk);
117 err = squashfs_read_table(sb, sblk, SQUASHFS_START, sizeof(*sblk));
127 sb->s_magic = le32_to_cpu(sblk->s_magic);
137 le16_to_cpu(sblk->s_major),
138 le16_to_cpu(sblk
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dcnic.c2338 /* Tell compiler that sblk fields can change. */
3466 struct status_block *sblk = cp->status_blk.gen; local
3470 while (sblk->status_completion_producer_index && i < 10) {
3477 if (sblk->status_completion_producer_index)
3529 struct status_block_msix *sblk = cp->status_blk.bnx2; local
3534 cp->tx_cons_ptr = &sblk->status_tx_quick_consumer_index;
3595 struct status_block_msix *sblk = cp->status_blk.bnx2; local
3597 cp->rx_cons_ptr = &sblk->status_rx_quick_consumer_index;
3694 struct status_block *sblk = cp->status_blk.gen; local
3729 cp->kwq_con_idx_ptr = &sblk
[all...]
H A Dbnx2.c869 struct status_block_msix *sblk; local
873 sblk = (void *) (status_blk +
875 bnapi->status_blk.msix = sblk;
877 &sblk->status_tx_quick_consumer_index;
879 &sblk->status_rx_quick_consumer_index;
2752 struct status_block *sblk = bnapi->status_blk.msi; local
2756 new_link_state = sblk->status_attn_bits & event;
2757 old_link_state = sblk->status_attn_bits_ack & event;
3319 struct status_block *sblk = bnapi->status_blk.msi; local
3327 if ((sblk
3371 struct status_block *sblk = bnapi->status_blk.msi; local
3429 struct status_block *sblk = bnapi->status_blk.msi; local
3467 struct status_block_msix *sblk = bnapi->status_blk.msix; local
3494 struct status_block *sblk = bnapi->status_blk.msi; local
[all...]
H A Dtg3.c704 struct tg3_hw_status *sblk = tnapi->hw_status; local
711 if (sblk->status & SD_STATUS_LINK_CHG)
715 if (sblk->idx[0].tx_consumer != tnapi->tx_cons ||
4805 struct tg3_hw_status *sblk = tp->napi[0].hw_status; local
4807 if (sblk->status & SD_STATUS_LINK_CHG) {
4808 sblk->status = SD_STATUS_UPDATED |
4809 (sblk->status & ~SD_STATUS_LINK_CHG);
5000 struct tg3_hw_status *sblk = tnapi->hw_status; local
5015 tnapi->last_tag = sblk->status_tag;
5020 if (likely(sblk
5044 struct tg3_hw_status *sblk = tnapi->hw_status; local
5167 struct tg3_hw_status *sblk = tnapi->hw_status; local
5216 struct tg3_hw_status *sblk = tnapi->hw_status; local
5269 struct tg3_hw_status *sblk = tnapi->hw_status; local
6381 struct tg3_hw_status *sblk; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dunsquashfs.c1496 squashfs_super_block_3 sblk; local
1499 SQUASHFS_SWAP_SUPER_BLOCK_3(&sblk, &sBlk_3);
1500 memcpy(&sBlk_3, &sblk, sizeof(squashfs_super_block_3));

Completed in 117 milliseconds