Searched refs:pidx (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/drivers/
H A Daxisflashmap.c394 int pidx = 0; local
417 pidx++; /* First partition is always set to the default. */
465 && pidx < MAX_PARTITIONS) {
467 axis_partitions[pidx].offset = offset + ptable->offset;
468 axis_partitions[pidx].size = ptable->size;
470 printk(pmsg, pidx, axis_partitions[pidx].offset,
471 axis_partitions[pidx].size);
472 pidx++;
481 axis_partitions[pidx]
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/drivers/
H A Daxisflashmap.c286 int pidx = 0; local
313 pidx++; /* First partition is always set to the default. */
361 && pidx < MAX_PARTITIONS) {
363 axis_partitions[pidx].offset = offset + ptable->offset + (crisv32_nand_boot ? 16384 : 0);
364 axis_partitions[pidx].size = ptable->size;
366 printk(pmsg, pidx, axis_partitions[pidx].offset,
367 axis_partitions[pidx].size);
368 pidx++;
377 axis_partitions[pidx]
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dsge.c413 struct rx_sw_desc *sd = &q->sdesc[q->pidx];
414 struct rx_desc *d = &q->desc[q->pidx];
458 if (++q->pidx == q->size) {
459 q->pidx = 0;
488 struct rx_desc *to = &q->desc[q->pidx];
490 memcpy(&q->sdesc[q->pidx], &q->sdesc[idx], sizeof(struct rx_sw_desc));
498 if (++q->pidx == q->size) {
499 q->pidx = 0;
772 * @pidx: index of above descriptors
787 struct tx_desc *d, unsigned int pidx,
786 write_wr_hdr_sgl(unsigned int ndesc, struct sk_buff *skb, struct tx_desc *d, unsigned int pidx, const struct sge_txq *q, const struct sg_ent *sgl, unsigned int flits, unsigned int sgl_flits, unsigned int gen, unsigned int wr_hi, unsigned int wr_lo) argument
875 write_tx_pkt_wr(struct adapter *adap, struct sk_buff *skb, const struct port_info *pi, unsigned int pidx, unsigned int gen, struct sge_txq *q, unsigned int ndesc, unsigned int compl) argument
955 unsigned int ndesc, pidx, credits, gen, compl; local
1305 write_ofld_wr(struct adapter *adap, struct sk_buff *skb, struct sge_txq *q, unsigned int pidx, unsigned int gen, unsigned int ndesc) argument
1374 unsigned int ndesc = calc_tx_descs_ofld(skb), pidx, gen; local
1421 unsigned int gen, pidx; local
[all...]
H A Dadapter.h87 unsigned int pidx; /* producer index */ member in struct:sge_fl
146 unsigned int pidx; /* producer index */ member in struct:sge_txq
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/
H A Dsvc.c177 unsigned int pidx = 0; local
186 BUG_ON(pidx > maxpools);
187 m->to_pool[cpu] = pidx;
188 m->pool_to[pidx] = cpu;
189 pidx++;
193 return pidx;
205 unsigned int pidx = 0; local
215 BUG_ON(pidx > maxpools);
216 m->to_pool[node] = pidx;
217 m->pool_to[pidx]
300 svc_pool_map_set_cpumask(unsigned int pidx, cpumask_t *oldmask) argument
337 unsigned int pidx = 0; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/chelsio/
H A Dsge.c184 u16 pidx; /* producer index (SW) */ member in struct:cmdQ
197 u16 pidx; /* producer index (SW) */ member in struct:freelQ
831 struct freelQ_ce *ce = &q->centries[q->pidx];
832 struct freelQ_e *e = &q->entries[q->pidx];
859 if (++q->pidx == q->size) {
860 q->pidx = 0;
1010 struct freelQ_e *to = &fl->entries[fl->pidx];
1012 fl->centries[fl->pidx] = fl->centries[idx];
1020 if (++fl->pidx == fl->size) {
1021 fl->pidx
1167 write_large_page_tx_descs(unsigned int pidx, struct cmdQ_e **e, struct cmdQ_ce **ce, unsigned int *gen, dma_addr_t *desc_mapping, unsigned int *desc_len, unsigned int nfrags, struct cmdQ *q) argument
1208 write_tx_descs(struct adapter *adapter, struct sk_buff *skb, unsigned int pidx, unsigned int gen, struct cmdQ *q) argument
1328 unsigned int genbit, pidx, count; local
1743 unsigned int credits, pidx, genbit, count, use_sched_skb = 0; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dscsi_tgt_if.c64 u32 pidx, off; local
66 pidx = idx / TGT_EVENT_PER_PAGE;
70 (ring->tr_pages[pidx] + sizeof(struct tgt_event) * off);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dcatsearch.c113 int pidx; /* Parent's dsitem structure index. */ member in struct:dsitem
130 static int addstack(char *uname, struct dir *dir, int pidx) argument
146 ds->pidx = pidx;
148 if (pidx >= 0) {
149 l = dstack[pidx].path_len;
153 memcpy(ds->path, dstack[pidx].path, l);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Drelay.c982 unsigned long pidx, poff; local
987 pidx = (read_start / PAGE_SIZE) % subbuf_pages;
990 struct page *p = buf->page_array[pidx];
1004 pidx = (pidx + 1) % subbuf_pages;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c582 int i, any = 0, pidx = -1; local
616 if (!pd->port_pkeys[i] && pidx == -1)
617 pidx = i;
626 if (pidx == -1) {
641 pd->port_pkeys[pidx] = key;
682 pd->port_pkeys[pidx] = dd->ipath_pkeys[i] = key;
690 pd->port_port, key, i, pidx,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dcatsearch.c136 static int addstack(char *uname, struct dir *dir, int pidx) argument

Completed in 126 milliseconds