Searched refs:pIndex (Results 26 - 46 of 46) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/rtl8365mb/
H A Dsvlan.h883 * pIndex - Member configuration index
893 extern rtk_api_ret_t rtk_svlan_checkAndCreateMbr(rtk_vlan_t vid, rtk_uint32 *pIndex);
H A Dvlan.c1835 * pIndex - Member configuration index
1846 rtk_api_ret_t rtk_vlan_checkAndCreateMbr(rtk_vlan_t vid, rtk_uint32 *pIndex) argument
1862 if(NULL == pIndex)
1882 *pIndex = idx;
1914 *pIndex = idx;
1962 *pIndex = empty_idx;
H A Drtl8367c_asicdrv_vlan.h190 extern ret_t rtl8367c_getAsicVlanPortBasedVID(rtk_uint32 port, rtk_uint32 *pIndex, rtk_uint32 *pPri);
H A Dqos.c1428 * pIndex - priority decision index.
1437 rtk_api_ret_t rtk_qos_portPriSelIndex_get(rtk_port_t port, rtk_qos_priDecTbl_t *pIndex) argument
1447 if ((retVal = rtl8367c_getAsicPortPriorityDecisionIndex(rtk_switch_port_L2P_get(port), pIndex)) != RT_ERR_OK)
H A Dsvlan.c2351 * pIndex - Member configuration index
2361 rtk_api_ret_t rtk_svlan_checkAndCreateMbr(rtk_vlan_t vid, rtk_uint32 *pIndex) argument
2376 if(NULL == pIndex)
2387 *pIndex = svidx;
2419 *pIndex = empty_idx;
H A Drtl8367c_asicdrv_vlan.c573 * pIndex - Index to VLAN member configuration
584 ret_t rtl8367c_getAsicVlanPortBasedVID(rtk_uint32 port, rtk_uint32 *pIndex, rtk_uint32 *pPri) argument
594 retVal = rtl8367c_getAsicRegBits(regAddr, bit_mask, pIndex);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/rtl8365mb/
H A Dvlan.c1835 * pIndex - Member configuration index
1846 rtk_api_ret_t rtk_vlan_checkAndCreateMbr(rtk_vlan_t vid, rtk_uint32 *pIndex) argument
1862 if(NULL == pIndex)
1882 *pIndex = idx;
1914 *pIndex = idx;
1962 *pIndex = empty_idx;
H A Drtl8367c_asicdrv_vlan.h190 extern ret_t rtl8367c_getAsicVlanPortBasedVID(rtk_uint32 port, rtk_uint32 *pIndex, rtk_uint32 *pPri);
H A Dqos.c1428 * pIndex - priority decision index.
1437 rtk_api_ret_t rtk_qos_portPriSelIndex_get(rtk_port_t port, rtk_qos_priDecTbl_t *pIndex) argument
1447 if ((retVal = rtl8367c_getAsicPortPriorityDecisionIndex(rtk_switch_port_L2P_get(port), pIndex)) != RT_ERR_OK)
H A Dsvlan.c2351 * pIndex - Member configuration index
2361 rtk_api_ret_t rtk_svlan_checkAndCreateMbr(rtk_vlan_t vid, rtk_uint32 *pIndex) argument
2376 if(NULL == pIndex)
2387 *pIndex = svidx;
2419 *pIndex = empty_idx;
H A Drtl8367c_asicdrv_vlan.c573 * pIndex - Index to VLAN member configuration
584 ret_t rtl8367c_getAsicVlanPortBasedVID(rtk_uint32 port, rtk_uint32 *pIndex, rtk_uint32 *pPri) argument
594 retVal = rtl8367c_getAsicRegBits(regAddr, bit_mask, pIndex);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/ip2/
H A Dip2main.c2803 int *pIndex = (int __user *)pData; local
2808 rc = put_user(tracewrap, pIndex );
2809 rc = put_user(TRACEMAX, ++pIndex );
2810 rc = put_user(tracestrip, ++pIndex );
2811 rc = put_user(tracestuff, ++pIndex );
2837 rc = put_user(tracestrip, ++pIndex );
2838 rc = put_user(tracestuff, ++pIndex );
2885 ULONG __user *pIndex = argp; local
2905 rc = put_user(-1, pIndex++ );
2906 rc = put_user(irq_counter, pIndex
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/ip2/
H A Dip2main.c2803 int *pIndex = (int __user *)pData; local
2808 rc = put_user(tracewrap, pIndex );
2809 rc = put_user(TRACEMAX, ++pIndex );
2810 rc = put_user(tracestrip, ++pIndex );
2811 rc = put_user(tracestuff, ++pIndex );
2837 rc = put_user(tracestrip, ++pIndex );
2838 rc = put_user(tracestuff, ++pIndex );
2885 ULONG __user *pIndex = argp; local
2905 rc = put_user(-1, pIndex++ );
2906 rc = put_user(irq_counter, pIndex
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c9066 Index *pIndex; /* List of SQL indexes on this table. */ member in struct:Table
9641 Index *pIndex; /* Index structure corresponding to zIndex, if any */ member in struct:SrcList::SrcList_item
72751 Index *pIndex; local
74092 Index *pIndex; local
74211 Index *pIndex, *pNext; local
75994 sqlite3RefillIndex(Parse *pParse, Index *pIndex, int memRootPage) argument
76092 Index *pIndex = 0; /* The index to be created */ local
76583 Index *pIndex; local
77259 collationMatch(const char *zColl, Index *pIndex) argument
77279 Index *pIndex; /* An index associated with pTab */ local
77333 Index *pIndex; /* An index associated with pTab */ local
81446 Index *pIndex; local
85890 Index *pIndex; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c9066 Index *pIndex; /* List of SQL indexes on this table. */ member in struct:Table
9641 Index *pIndex; /* Index structure corresponding to zIndex, if any */ member in struct:SrcList::SrcList_item
72751 Index *pIndex; local
74092 Index *pIndex; local
74211 Index *pIndex, *pNext; local
75994 sqlite3RefillIndex(Parse *pParse, Index *pIndex, int memRootPage) argument
76092 Index *pIndex = 0; /* The index to be created */ local
76583 Index *pIndex; local
77259 collationMatch(const char *zColl, Index *pIndex) argument
77279 Index *pIndex; /* An index associated with pTab */ local
77333 Index *pIndex; /* An index associated with pTab */ local
81446 Index *pIndex; local
85890 Index *pIndex; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c9066 Index *pIndex; /* List of SQL indexes on this table. */ member in struct:Table
9641 Index *pIndex; /* Index structure corresponding to zIndex, if any */ member in struct:SrcList::SrcList_item
72751 Index *pIndex; local
74092 Index *pIndex; local
74211 Index *pIndex, *pNext; local
75994 sqlite3RefillIndex(Parse *pParse, Index *pIndex, int memRootPage) argument
76092 Index *pIndex = 0; /* The index to be created */ local
76583 Index *pIndex; local
77259 collationMatch(const char *zColl, Index *pIndex) argument
77279 Index *pIndex; /* An index associated with pTab */ local
77333 Index *pIndex; /* An index associated with pTab */ local
81446 Index *pIndex; local
85890 Index *pIndex; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/sqlite/
H A DsqliteInt.h854 Index *pIndex; /* List of SQL indexes on this table. */ member in struct:Table
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A DsqliteInt.h854 Index *pIndex; /* List of SQL indexes on this table. */ member in struct:Table
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A DsqliteInt.h854 Index *pIndex; /* List of SQL indexes on this table. */ member in struct:Table
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A Dgdth.c147 int gdth_from_wait, int* pIndex);
2966 int gdth_from_wait, int* pIndex)
3142 *pIndex = (int)IStatus;
2965 __gdth_interrupt(gdth_ha_str *ha, int gdth_from_wait, int* pIndex) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A Dgdth.c147 int gdth_from_wait, int* pIndex);
2966 int gdth_from_wait, int* pIndex)
3142 *pIndex = (int)IStatus;
2965 __gdth_interrupt(gdth_ha_str *ha, int gdth_from_wait, int* pIndex) argument

Completed in 1080 milliseconds

12