Searched refs:rfL (Results 1 – 2 of 2) sorted by relevance
1085 writew(desc, iadev->reass_ram+iadev->rfL.fdq_wr); 1086 iadev->rfL.fdq_wr +=2;1087 if (iadev->rfL.fdq_wr > iadev->rfL.fdq_ed)1088 iadev->rfL.fdq_wr = iadev->rfL.fdq_st; 1089 writew(iadev->rfL.fdq_wr, iadev->reass_reg+FREEQ_WR_PTR); 1106 if (iadev->rfL.pcq_rd == (readw(iadev->reass_reg+PCQ_WR_PTR)&0xffff)) 1112 desc = readw(iadev->reass_ram+iadev->rfL.pcq_rd) & 0x1fff; 1114 iadev->reass_ram, iadev->rfL.pcq_rd, desc);1118 if ( iadev->rfL.pcq_rd== iadev->rfL.pcq_ed) 1119 iadev->rfL.pcq_rd = iadev->rfL.pcq_st; [all …]
1034 struct ia_rfL_t rfL; member