Searched refs:hwm (Results 1 - 8 of 8) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/skfp/
H A Dhwmtm.c254 if (!(smc->os.hwm.descr_p = (union s_fp_descr volatile *)
257 return(1) ; /* no space the hwm modul can't work */
264 smc->os.hwm.mbuf_pool.mb_start=(SMbuf *)(&smc->os.hwm.mbuf_pool.mb[0]) ;
267 if (!(smc->os.hwm.mbuf_pool.mb_start = (SMbuf *) mac_drv_get_space(smc,
269 return(1) ; /* no space the hwm modul can't work */
275 return(1) ; /* no space the hwm modul can't work */
350 ds = (struct s_smt_fp_txd volatile *) ((char *)smc->os.hwm.descr_p +
388 ds = (struct s_smt_fp_rxd volatile *) smc->os.hwm.descr_p ;
423 mb = smc->os.hwm
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/sam/
H A Didmap_tdb.c90 int hwm; local
99 if ((hwm = tdb_fetch_int32(idmap_tdb, HWM_USER)) == -1) {
104 if (hwm > idmap_state.uid_high) {
111 ret = tdb_change_uint32_atomic(idmap_tdb, HWM_USER, (unsigned int *)&hwm, 1);
118 if (hwm > idmap_state.uid_high) {
124 (*id).uid = hwm;
125 DEBUG(10,("db_allocate_id: ID_USERID (*id).uid = %d\n", (unsigned int)hwm));
129 if ((hwm = tdb_fetch_int32(idmap_tdb, HWM_GROUP)) == -1) {
134 if (hwm > idmap_state.gid_high) {
141 ret = tdb_change_uint32_atomic(idmap_tdb, HWM_GROUP, (unsigned int *)&hwm,
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/skfp/h/
H A Dtargetos.h157 struct hw_modul hwm ; member in struct:s_smt_os
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jfs/
H A Djfs_txnmgr.c736 xtlck->hwm.offset = 0;
1645 int next, lwm, hwm; local
1782 * XAD[XTENTRYSTART:hwm) from the deleted page itself
1788 hwm = xtlck->hwm.offset;
1790 cpu_to_le16(hwm - XTENTRYSTART + 1);
1793 xtlck->header.length = hwm - XTENTRYSTART + 1;
1798 * to free extents of XAD[XTENTRYSTART:hwm) from the
1803 xadlock->count = hwm - XTENTRYSTART + 1;
1851 * | | hwm
[all...]
H A Djfs_txnmgr.h194 struct lv hwm; /* 2: high water mark */ member in struct:xtlock
H A Djfs_xtree.c3507 xtlck->hwm.offset = le16_to_cpu(p->header.nextindex) - 1;
3630 * free data extents covered by leaf [XTENTRYSTART:hwm);
3703 xtlck->hwm.offset =
3778 xtlck->hwm.offset =
3986 xtlck->hwm.offset = index;
4018 xtlck->hwm.offset =
H A Djfs_dmap.c634 s64 hwm = 0; local
667 } else if (bmp->db_agfree[agpref] > hwm) {
669 hwm = bmp->db_agfree[agpref];
/asus-wl-520gu-7.0.1.45/src/router/iproute2/tc/
H A Df_u32.c113 int hwm = sel->nkeys; local
117 for (i=0; i<hwm; i++) {
129 if (hwm >= 128)
133 sel->keys[hwm].val = key;
134 sel->keys[hwm].mask = mask;
135 sel->keys[hwm].off = off;
136 sel->keys[hwm].offmask = offmask;

Completed in 174 milliseconds