Home
last modified time | relevance | path

Searched refs:len_max (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
Dhtc.h366 unsigned int len_max; member
516 int len_max; member
Dhtc_pipe.c1190 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()
Dhtc_mbox.c2515 conn_resp->len_max = max_msg_sz; in ath6kl_htc_mbox_conn_service()
2523 endpoint->len_max = max_msg_sz; in ath6kl_htc_mbox_conn_service()
2582 endpoint->len_max = 0; in reset_ep_state()
/linux-4.4.14/net/packet/
Daf_packet.c2347 int to_write, offset, len, tp_len, nr_frags, len_max; in tpacket_fill_skb() local
2431 len_max = PAGE_SIZE - offset; in tpacket_fill_skb()
2432 len = ((to_write > len_max) ? len_max : to_write); in tpacket_fill_skb()
2455 len_max = PAGE_SIZE; in tpacket_fill_skb()
2456 len = ((to_write > len_max) ? len_max : to_write); in tpacket_fill_skb()