Searched refs:len_max (Results 1 – 9 of 9) sorted by relevance
1707 u16 len_max; in igb_get_cable_length_m88_gen2() local1739 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()
373 unsigned int len_max; member523 int len_max; member
1179 ep->len_max = 0; in reset_endpoint_states()1361 conn_resp->len_max = max_msg_size; in ath6kl_htc_pipe_conn_service()1366 ep->len_max = max_msg_size; in ath6kl_htc_pipe_conn_service()
2512 conn_resp->len_max = max_msg_sz; in ath6kl_htc_mbox_conn_service()2520 endpoint->len_max = max_msg_sz; in ath6kl_htc_mbox_conn_service()2579 endpoint->len_max = 0; in reset_ep_state()
1123 long len_max; in audit_log_execve_info() local1147 len_max = MAX_EXECVE_AUDIT_LEN; in audit_log_execve_info()1159 len_rem = len_max; in audit_log_execve_info()1187 len_max - len_buf); in audit_log_execve_info()1192 } else if (len_tmp == (len_max - len_buf)) { in audit_log_execve_info()1208 if (len_full < len_max) in audit_log_execve_info()1227 len_rem = len_max; in audit_log_execve_info()
462 len_max = (db["runtime_info"]["max"] - decimal_precision) * fix_csv_align487 fmt += "{}{{:{}.{}f}}".format(separator, len_max, time_precision)
2564 if (info->header.len_max < len_min) in kvm_s390_handle_pv_info()2582 if (info->header.len_max < len_min) in kvm_s390_handle_pv_info()2832 if (info.header.len_max < sizeof(info.header)) in kvm_s390_handle_pv()
3704 u32 len_max = BPF_SKB_MAX_LEN; in BPF_CALL_4() local3749 (!shrink && (skb->len + len_diff_abs > len_max && in BPF_CALL_4()
5417 via subcommands. len_max is the size of the user space buffer,5431 __u32 len_max;