Searched refs:MPC (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/uapi/linux/
H A Datmmpc.h27 __be32 in_dst_ip; /* IP address this ingress MPC sends packets to */
38 __be32 eg_dst_ip; /* IP address to which ingress MPC sends packets */
47 __u16 mpc_p4; /* MPC Initial Retry Time */
48 __u16 mpc_p5; /* MPC Retry Time Maximum */
73 /* TLVs this MPC recognizes */
79 #define MPC 2 macro
83 /* MPC parameter defaults */
88 #define MPC_P4 5 /* MPC Initial Retry Time */
89 #define MPC_P5 40 /* MPC Retry Time Maximum */
93 /* MPC constant
[all...]
/linux-master/net/atm/
H A Dmpc.c307 * start_mpc() puts the MPC on line. All the packets destined
353 case MPC:
354 return "MPC";
356 return "both MPS and MPC";
423 if ((mpoa_device_type == MPS || mpoa_device_type == MPC) &&
431 if (mpoa_device_type == MPC)
579 pr_info("(%s) no MPC found\n", dev->name);
662 pr_info("(%s) close for unknown MPC\n", dev->name);
718 pr_info("(%s) unknown MPC\n", dev->name);
751 * See if ingress MPC i
[all...]
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dmac.c349 er32(MPC);
H A Dnetdev.c4948 adapter->stats.mpc += er32(MPC);
/linux-master/drivers/net/ethernet/intel/e1000/
H A De1000_main.c3631 adapter->stats.mpc += er32(MPC);
H A De1000_hw.c4660 er32(MPC);

Completed in 170 milliseconds