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()
998 status = le16_to_cpu(icom_port->statStg->rcv[rcv_buff].flags); in recv_interrupt()
1003 count = le16_to_cpu(icom_port->statStg->rcv[rcv_buff].leLength); in recv_interrupt()
1009 offset = le32_to_cpu(icom_port->statStg->rcv[rcv_buff].leBuffer) - in recv_interrupt()
1076 icom_port->statStg->rcv[rcv_buff].flags = 0; in recv_interrupt()
1077 icom_port->statStg->rcv[rcv_buff].leLength = 0; in recv_interrupt()
1078 icom_port->statStg->rcv[rcv_buff].WorkingLength = in recv_interrupt()
1085 status = le16_to_cpu(icom_port->statStg->rcv[rcv_buff].flags); in recv_interrupt()
1477 icom_port->statStg->rcv[rcv_buff].flags = 0; in icom_set_termios()
1478 icom_port->statStg->rcv[rcv_buff].leLength = 0; in icom_set_termios()
1479 icom_port->statStg->rcv[rcv_buff].WorkingLength = in icom_set_termios()
1508 (unsigned long) &icom_port->statStg->rcv[0] - in icom_set_termios()