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

/drivers/net/wireless/
H A Dray_cs.c1841 UCHAR rcsindex; local
1858 rcsindex = readb(&((struct scb __iomem *)(local->sram))->rcs_index);
1860 if (rcsindex >= (NUMBER_OF_CCS + NUMBER_OF_RCS)) {
1861 dev_dbg(&link->dev, "ray_cs interrupt bad rcsindex = 0x%x\n", rcsindex);
1865 if (rcsindex < NUMBER_OF_CCS) { /* If it's a returned CCS */
1866 pccs = ccs_base(local) + rcsindex;
1992 rcsindex, cmd);
1997 prcs = rcs_base(local) + rcsindex;
2031 rcsindex,
2386 unsigned rcsindex = readb(&prcs->var.rx_packet.next_frag_rcs_index); local
[all...]

Completed in 55 milliseconds