Home
last modified time | relevance | path

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

/linux/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()
/linux/drivers/net/wireless/ath/ath6kl/
H A Dhtc.h373 unsigned int len_max; member
523 int len_max; member
H A Dhtc_pipe.c1179 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()
H A Dhtc_mbox.c2512 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()
/linux/tools/perf/scripts/python/
H A Dtask-analyzer.py462 len_max = (db["runtime_info"]["max"] - decimal_precision) * fix_csv_align
487 fmt += "{}{{:{}.{}f}}".format(separator, len_max, time_precision)
/linux/net/packet/
H A Daf_packet.c2575 int to_write, offset, len, nr_frags, len_max; in tpacket_fill_skb() local
2616 len_max = PAGE_SIZE - offset; in tpacket_fill_skb()
2617 len = ((to_write > len_max) ? len_max : to_write); in tpacket_fill_skb()
2640 len_max = PAGE_SIZE; in tpacket_fill_skb()
2641 len = ((to_write > len_max) ? len_max : to_write); in tpacket_fill_skb()