Lines Matching refs:src_cid
45 int src_cid; /* source chain id */
1677 bool vcap_is_next_lookup(struct vcap_control *vctrl, int src_cid, int dst_cid)
1686 next_cid = roundup(src_cid + 1, VCAP_CID_LOOKUP_SIZE);
2175 struct net_device *ndev, int src_cid)
2182 if (eport->src_cid == src_cid && eport->ndev == ndev)
2200 if (eport->src_cid == dst_cid)
2223 if (elem->src_cid == 0 && elem->ndev == ndev) {
3116 unsigned long cookie, int src_cid, int dst_cid)
3121 if (src_cid >= dst_cid)
3134 eport->src_cid = src_cid;
3140 if (vcap_path_exist(vctrl, ndev, src_cid)) {
3197 int src_cid, int dst_cid, unsigned long cookie,
3210 if (src_cid % VCAP_CID_LOOKUP_SIZE)
3218 if (vcap_is_chain_used(vctrl, ndev, src_cid))
3220 err = vcap_enable(vctrl, ndev, cookie, src_cid, dst_cid);