Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/igb/
De1000_phy.c1708 u16 len_max; in igb_get_cable_length_m88_gen2() local
1740 len_max = phy->pair_length[0]; in igb_get_cable_length_m88_gen2()
1750 len_max = max(len_max, phy->pair_length[1]); in igb_get_cable_length_m88_gen2()
1760 len_max = max(len_max, phy->pair_length[2]); in igb_get_cable_length_m88_gen2()
1770 len_max = max(len_max, phy->pair_length[3]); in igb_get_cable_length_m88_gen2()
1774 phy->max_cable_length = len_max; in igb_get_cable_length_m88_gen2()
/linux-6.1.9/drivers/net/wireless/ath/ath6kl/
Dhtc.h373 unsigned int len_max; member
523 int len_max; member
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()
Dhtc_mbox.c2513 conn_resp->len_max = max_msg_sz; in ath6kl_htc_mbox_conn_service()
2521 endpoint->len_max = max_msg_sz; in ath6kl_htc_mbox_conn_service()
2580 endpoint->len_max = 0; in reset_ep_state()
/linux-6.1.9/kernel/
Dauditsc.c1120 long len_max; in audit_log_execve_info() local
1144 len_max = MAX_EXECVE_AUDIT_LEN; in audit_log_execve_info()
1156 len_rem = len_max; in audit_log_execve_info()
1184 len_max - len_buf); in audit_log_execve_info()
1189 } else if (len_tmp == (len_max - len_buf)) { in audit_log_execve_info()
1205 if (len_full < len_max) in audit_log_execve_info()
1224 len_rem = len_max; in audit_log_execve_info()
/linux-6.1.9/net/packet/
Daf_packet.c2570 int to_write, offset, len, nr_frags, len_max; in tpacket_fill_skb() local
2611 len_max = PAGE_SIZE - offset; in tpacket_fill_skb()
2612 len = ((to_write > len_max) ? len_max : to_write); in tpacket_fill_skb()
2635 len_max = PAGE_SIZE; in tpacket_fill_skb()
2636 len = ((to_write > len_max) ? len_max : to_write); in tpacket_fill_skb()
/linux-6.1.9/tools/include/uapi/linux/
Dkvm.h1720 __u32 len_max; member
/linux-6.1.9/include/uapi/linux/
Dkvm.h1720 __u32 len_max; member
/linux-6.1.9/arch/s390/kvm/
Dkvm-s390.c2427 if (info->header.len_max < len_min) in kvm_s390_handle_pv_info()
2445 if (info->header.len_max < len_min) in kvm_s390_handle_pv_info()
2674 if (info.header.len_max < sizeof(info.header)) in kvm_s390_handle_pv()
/linux-6.1.9/net/core/
Dfilter.c3589 u32 len_max = BPF_SKB_MAX_LEN; in BPF_CALL_4() local
3618 (!shrink && (skb->len + len_diff_abs > len_max && in BPF_CALL_4()
/linux-6.1.9/Documentation/virt/kvm/
Dapi.rst5186 via subcommands. len_max is the size of the user space buffer,
5200 __u32 len_max;