Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/idpf/
H A Didpf_virtchnl.c2557 int max_ptype, ptypes_recvd = 0, ptype_offset; in idpf_send_get_rx_ptype_msg() local
2568 max_ptype = IDPF_RX_MAX_PTYPE; in idpf_send_get_rx_ptype_msg()
2570 max_ptype = IDPF_RX_MAX_BASE_PTYPE; in idpf_send_get_rx_ptype_msg()
2572 ptype_lkup = kcalloc(max_ptype, sizeof(*ptype_lkup), GFP_KERNEL); in idpf_send_get_rx_ptype_msg()
2591 while (next_ptype_id < max_ptype) { in idpf_send_get_rx_ptype_msg()
2594 if ((next_ptype_id + IDPF_RX_MAX_PTYPES_PER_BUF) > max_ptype) in idpf_send_get_rx_ptype_msg()
2596 cpu_to_le16(max_ptype - next_ptype_id); in idpf_send_get_rx_ptype_msg()
2606 if (ptypes_recvd > max_ptype) in idpf_send_get_rx_ptype_msg()