Home
last modified time | relevance | path

Searched refs:hoff (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/net/
Dwavelan.h107 #define hoff(p,f) (unsigned short)((void *)(&((ha_t *)((void *)0 + (p)))->f) - (void *)0) macro
108 #define HACR(p) hoff(p, ha_command)
109 #define HASR(p) hoff(p, ha_status)
110 #define MMCR(p) hoff(p, ha_mmcr)
111 #define PIOR0(p) hoff(p, ha_pior0)
112 #define PIOP0(p) hoff(p, ha_piop0)
113 #define PIOR1(p) hoff(p, ha_pior1)
114 #define PIOP1(p) hoff(p, ha_piop1)
115 #define PIOR2(p) hoff(p, ha_pior2)
116 #define PIOP2(p) hoff(p, ha_piop2)
/linux-2.4.37.9/include/linux/
Dpkt_cls.h76 short hoff; member
/linux-2.4.37.9/net/sched/
Dcls_u32.c155 sel = ht->divisor&u32_hash_fold(*(u32*)(ptr+n->sel.hoff), &n->sel); in u32_classify()