Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_virtchnl.c2733 int err = 0, max_ptype = IDPF_RX_MAX_PTYPE; in idpf_send_get_rx_ptype_msg() local
2744 splitq_pt_lkup = kzalloc_objs(*splitq_pt_lkup, max_ptype); in idpf_send_get_rx_ptype_msg()
2750 while (next_ptype_id < max_ptype) { in idpf_send_get_rx_ptype_msg()
2761 if ((next_ptype_id + IDPF_RX_MAX_PTYPES_PER_BUF) > max_ptype) in idpf_send_get_rx_ptype_msg()
2762 num_ptypes = max_ptype - next_ptype_id; in idpf_send_get_rx_ptype_msg()
2778 if (ptypes_recvd > max_ptype) { in idpf_send_get_rx_ptype_msg()
2811 if (pt_10 >= max_ptype) { in idpf_send_get_rx_ptype_msg()