Searched refs:statStg (Results 1 – 1 of 1) sorted by relevance
262 struct statusArea *statStg; member409 if (icom_port->statStg) { in free_port_memory()410 dma_free_coherent(&dev->dev, 4096, icom_port->statStg, in free_port_memory()412 icom_port->statStg = NULL; in free_port_memory()452 icom_port->statStg = in get_port_memory()455 if (!icom_port->statStg) { in get_port_memory()461 (unsigned long) icom_port->statStg); in get_port_memory()477 stgAddr = (unsigned long) icom_port->statStg; in get_port_memory()480 stgAddr = stgAddr + sizeof(icom_port->statStg->xmit[0]); in get_port_memory()482 memset(&icom_port->statStg->xmit[index], 0, sizeof(struct xmit_status_area)); in get_port_memory()[all …]