Lines Matching refs:m
104 static void *mpc_start(struct seq_file *m, loff_t *pos) in mpc_start() argument
117 static void *mpc_next(struct seq_file *m, void *v, loff_t *pos) in mpc_next() argument
124 static void mpc_stop(struct seq_file *m, void *v) in mpc_stop() argument
131 static int mpc_show(struct seq_file *m, void *v) in mpc_show() argument
141 atm_mpoa_disp_qos(m); in mpc_show()
145 seq_printf(m, "\nInterface %d:\n\n", mpc->dev_num); in mpc_show()
146 …seq_printf(m, "Ingress Entries:\nIP address State Holding time Packets fwded VPI VCI\… in mpc_show()
153 seq_printf(m, "%-16s%s%-14lu%-12u", in mpc_show()
160 seq_printf(m, " %-3d %-3d", in mpc_show()
163 seq_printf(m, "\n"); in mpc_show()
166 seq_printf(m, "\n"); in mpc_show()
167 …seq_printf(m, "Egress Entries:\nIngress MPC ATM addr\nCache-id State Holding time Pac… in mpc_show()
173 seq_printf(m, "%02x", p[i]); in mpc_show()
174 seq_printf(m, "\n%-16lu%s%-14lu%-15u", in mpc_show()
182 seq_printf(m, "%-16s", ip_string); in mpc_show()
185 seq_printf(m, " %-3d %-3d", in mpc_show()
188 seq_printf(m, "\n"); in mpc_show()
190 seq_printf(m, "\n"); in mpc_show()