Lines Matching refs:sz
553 static int link_schedule_port(struct link *l_ptr, u32 origport, u32 sz) in link_schedule_port() argument
566 p_ptr->waiting_pkts = 1 + ((sz - 1) / link_max_pkt(l_ptr)); in link_schedule_port()
1417 u32 sz; in link_send_sections_long() local
1425 sz = sect_rest; in link_send_sections_long()
1427 sz = fragm_rest; in link_send_sections_long()
1430 if (copy_from_user(buf->data + fragm_crs, sect_crs, sz)) { in link_send_sections_long()
1440 sect_crs, sz); in link_send_sections_long()
1441 sect_crs += sz; in link_send_sections_long()
1442 sect_rest -= sz; in link_send_sections_long()
1443 fragm_crs += sz; in link_send_sections_long()
1444 fragm_rest -= sz; in link_send_sections_long()
1445 rest -= sz; in link_send_sections_long()
2748 static void set_fragm_size(struct sk_buff *buf, u32 sz) in set_fragm_size() argument
2750 msg_set_ack(buf_msg(buf), sz); in set_fragm_size()