Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/microchip/vcap/
Dvcap_api_client.h228 bool vcap_is_next_lookup(struct vcap_control *vctrl, int cur_cid, int next_cid);
Dvcap_api.c1680 int next_cid; in vcap_is_next_lookup() local
1686 next_cid = roundup(src_cid + 1, VCAP_CID_LOOKUP_SIZE); in vcap_is_next_lookup()
1688 if (dst_cid < next_cid) in vcap_is_next_lookup()