Searched refs:pslic_handle (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/slicoss/
H A Dslicoss.c1583 struct slic_handle *pslic_handle; local
1598 SLIC_GET_SLIC_HANDLE(adapter, pslic_handle);
1599 if (pslic_handle == NULL)
1601 ASSERT(pslic_handle ==
1602 &adapter->slic_handles[pslic_handle->token.
1604 pslic_handle->type = SLIC_HANDLE_CMD;
1605 pslic_handle->address = (void *) cmd;
1606 pslic_handle->offset = (ushort) adapter->slic_handle_ix++;
1607 pslic_handle->other_handle = NULL;
1608 pslic_handle
3670 struct slic_handle *pslic_handle; local
[all...]
H A Dslic.h145 struct slic_handle *pslic_handle;/* handle associated with command */ member in struct:slic_hostcmd

Completed in 114 milliseconds