Lines Matching refs:rcv
93 u32 RcvStatusAddr; /* 1B0-1B3 Status Address for Next rcv */
244 } rcv[NUM_RBUFFS];
508 stgAddr = stgAddr + sizeof(icom_port->statStg->rcv[0]);
509 icom_port->statStg->rcv[index].leLength = 0;
510 icom_port->statStg->rcv[index].WorkingLength =
514 icom_port->statStg->rcv[index].leNext =
518 icom_port->statStg->rcv[index].leBuffer =
522 icom_port->statStg->rcv[index].leNext =
526 icom_port->statStg->rcv[index].leBuffer =
529 icom_port->statStg->rcv[index].leNext = 0;
530 icom_port->statStg->rcv[index].leBuffer = 0;
998 status = le16_to_cpu(icom_port->statStg->rcv[rcv_buff].flags);
1003 count = le16_to_cpu(icom_port->statStg->rcv[rcv_buff].leLength);
1009 offset = le32_to_cpu(icom_port->statStg->rcv[rcv_buff].leBuffer) -
1076 icom_port->statStg->rcv[rcv_buff].flags = 0;
1077 icom_port->statStg->rcv[rcv_buff].leLength = 0;
1078 icom_port->statStg->rcv[rcv_buff].WorkingLength =
1085 status = le16_to_cpu(icom_port->statStg->rcv[rcv_buff].flags);
1477 icom_port->statStg->rcv[rcv_buff].flags = 0;
1478 icom_port->statStg->rcv[rcv_buff].leLength = 0;
1479 icom_port->statStg->rcv[rcv_buff].WorkingLength =
1508 (unsigned long) &icom_port->statStg->rcv[0] -