Searched refs:statStg (Results 1 – 2 of 2) sorted by relevance
165 if (icom_port->statStg) { in free_port_memory()166 pci_free_consistent(dev, 4096, icom_port->statStg, in free_port_memory()168 icom_port->statStg = NULL; in free_port_memory()206 icom_port->statStg = in get_port_memory()208 if (!icom_port->statStg) { in get_port_memory()214 (unsigned long) icom_port->statStg); in get_port_memory()225 memset(icom_port->statStg, 0, 4096); in get_port_memory()231 stgAddr = (unsigned long) icom_port->statStg; in get_port_memory()234 stgAddr = stgAddr + sizeof(icom_port->statStg->xmit[0]); in get_port_memory()236 memset(&icom_port->statStg->xmit[index], 0, sizeof(struct xmit_status_area)); in get_port_memory()[all …]
241 struct statusArea *statStg; member