Lines Matching refs:m
108 static void *mpc_start(struct seq_file *m, loff_t *pos) in mpc_start() argument
121 static void *mpc_next(struct seq_file *m, void *v, loff_t *pos) in mpc_next() argument
128 static void mpc_stop(struct seq_file *m, void *v) in mpc_stop() argument
135 static int mpc_show(struct seq_file *m, void *v) in mpc_show() argument
145 atm_mpoa_disp_qos(m); in mpc_show()
149 seq_printf(m, "\nInterface %d:\n\n", mpc->dev_num); in mpc_show()
150 …seq_printf(m, "Ingress Entries:\nIP address State Holding time Packets fwded VPI VCI\… in mpc_show()
155 seq_printf(m, "%-16s%s%-14lu%-12u", in mpc_show()
162 seq_printf(m, " %-3d %-3d", in mpc_show()
165 seq_printf(m, "\n"); in mpc_show()
168 seq_printf(m, "\n"); in mpc_show()
169 …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()
183 seq_printf(m, "%-16s", ip_string); in mpc_show()
186 seq_printf(m, " %-3d %-3d", in mpc_show()
189 seq_printf(m, "\n"); in mpc_show()
191 seq_printf(m, "\n"); in mpc_show()