Lines Matching full:rcv
93 u32 RcvStatusAddr; /* 1B0-1B3 Status Address for Next rcv */
244 } rcv[NUM_RBUFFS]; member
508 stgAddr = stgAddr + sizeof(icom_port->statStg->rcv[0]); in get_port_memory()
509 icom_port->statStg->rcv[index].leLength = 0; in get_port_memory()
510 icom_port->statStg->rcv[index].WorkingLength = in get_port_memory()
514 icom_port->statStg->rcv[index].leNext = in get_port_memory()
518 icom_port->statStg->rcv[index].leBuffer = in get_port_memory()
522 icom_port->statStg->rcv[index].leNext = in get_port_memory()
526 icom_port->statStg->rcv[index].leBuffer = in get_port_memory()
529 icom_port->statStg->rcv[index].leNext = 0; in get_port_memory()
530 icom_port->statStg->rcv[index].leBuffer = 0; in get_port_memory()
985 status = le16_to_cpu(icom_port->statStg->rcv[rcv_buff].flags); in recv_interrupt()
990 count = le16_to_cpu(icom_port->statStg->rcv[rcv_buff].leLength); in recv_interrupt()
996 offset = le32_to_cpu(icom_port->statStg->rcv[rcv_buff].leBuffer) - in recv_interrupt()
1063 icom_port->statStg->rcv[rcv_buff].flags = 0; in recv_interrupt()
1064 icom_port->statStg->rcv[rcv_buff].leLength = 0; in recv_interrupt()
1065 icom_port->statStg->rcv[rcv_buff].WorkingLength = in recv_interrupt()
1072 status = le16_to_cpu(icom_port->statStg->rcv[rcv_buff].flags); in recv_interrupt()
1464 icom_port->statStg->rcv[rcv_buff].flags = 0; in icom_set_termios()
1465 icom_port->statStg->rcv[rcv_buff].leLength = 0; in icom_set_termios()
1466 icom_port->statStg->rcv[rcv_buff].WorkingLength = in icom_set_termios()
1495 (unsigned long) &icom_port->statStg->rcv[0] - in icom_set_termios()