Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/
H A De1000_phy.c1707 u16 len_max; in igb_get_cable_length_m88_gen2() local
1739 len_max = phy->pair_length[0]; in igb_get_cable_length_m88_gen2()
1749 len_max = max(len_max, phy->pair_length[1]); in igb_get_cable_length_m88_gen2()
1759 len_max = max(len_max, phy->pair_length[2]); in igb_get_cable_length_m88_gen2()
1769 len_max = max(len_max, phy->pair_length[3]); in igb_get_cable_length_m88_gen2()
1773 phy->max_cable_length = len_max; in igb_get_cable_length_m88_gen2()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath6kl/
H A Dhtc.h366 unsigned int len_max; member
516 int len_max; member
H A Dhtc_pipe.c1180 ep->len_max = 0; in reset_endpoint_states()
1362 conn_resp->len_max = max_msg_size; in ath6kl_htc_pipe_conn_service()
1367 ep->len_max = max_msg_size; in ath6kl_htc_pipe_conn_service()
H A Dhtc_mbox.c2516 conn_resp->len_max = max_msg_sz; in ath6kl_htc_mbox_conn_service()
2524 endpoint->len_max = max_msg_sz; in ath6kl_htc_mbox_conn_service()
2583 endpoint->len_max = 0; in reset_ep_state()
/OK3568_Linux_fs/kernel/kernel/
H A Dauditsc.c1019 long len_max; in audit_log_execve_info() local
1043 len_max = MAX_EXECVE_AUDIT_LEN; in audit_log_execve_info()
1055 len_rem = len_max; in audit_log_execve_info()
1083 len_max - len_buf); in audit_log_execve_info()
1088 } else if (len_tmp == (len_max - len_buf)) { in audit_log_execve_info()
1104 if (len_full < len_max) in audit_log_execve_info()
1123 len_rem = len_max; in audit_log_execve_info()
/OK3568_Linux_fs/kernel/net/packet/
H A Daf_packet.c2519 int to_write, offset, len, nr_frags, len_max; in tpacket_fill_skb() local
2560 len_max = PAGE_SIZE - offset; in tpacket_fill_skb()
2561 len = ((to_write > len_max) ? len_max : to_write); in tpacket_fill_skb()
2584 len_max = PAGE_SIZE; in tpacket_fill_skb()
2585 len = ((to_write > len_max) ? len_max : to_write); in tpacket_fill_skb()
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c3586 u32 len_max = BPF_SKB_MAX_LEN; in BPF_CALL_4() local
3615 (!shrink && (skb->len + len_diff_abs > len_max && in BPF_CALL_4()