porthi            201 drivers/net/ethernet/i825xx/82596.c 	unsigned short porthi;
porthi            397 drivers/net/ethernet/i825xx/82596.c 		p->porthi = ((c) | (u32) (x)) & 0xffff;
porthi            167 drivers/net/ethernet/i825xx/lib82596.c 	unsigned short porthi;
porthi            319 net/sunrpc/addr.c 	u8 portlo, porthi;
porthi            338 net/sunrpc/addr.c 	if (unlikely(kstrtou8(c + 1, 10, &porthi) != 0))
porthi            341 net/sunrpc/addr.c 	port = (unsigned short)((porthi << 8) | portlo);