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

/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf_virtchnl.c2516 int max_ptype, ptypes_recvd = 0, ptype_offset; local
2524 max_ptype = IDPF_RX_MAX_PTYPE;
2526 max_ptype = IDPF_RX_MAX_BASE_PTYPE;
2545 while (next_ptype_id < max_ptype) {
2548 if ((next_ptype_id + IDPF_RX_MAX_PTYPES_PER_BUF) > max_ptype)
2550 cpu_to_le16(max_ptype - next_ptype_id);
2563 if (ptypes_recvd > max_ptype)

Completed in 211 milliseconds