Searched refs:len_max (Results 1 – 4 of 4) sorted by relevance
366 unsigned int len_max; member516 int len_max; member
1190 ep->len_max = 0; in reset_endpoint_states()1373 conn_resp->len_max = max_msg_size; in ath6kl_htc_pipe_conn_service()1378 ep->len_max = max_msg_size; in ath6kl_htc_pipe_conn_service()
2517 conn_resp->len_max = max_msg_sz; in ath6kl_htc_mbox_conn_service()2525 endpoint->len_max = max_msg_sz; in ath6kl_htc_mbox_conn_service()2584 endpoint->len_max = 0; in reset_ep_state()
2138 int to_write, offset, len, tp_len, nr_frags, len_max; in tpacket_fill_skb() local2222 len_max = PAGE_SIZE - offset; in tpacket_fill_skb()2223 len = ((to_write > len_max) ? len_max : to_write); in tpacket_fill_skb()2246 len_max = PAGE_SIZE; in tpacket_fill_skb()2247 len = ((to_write > len_max) ? len_max : to_write); in tpacket_fill_skb()