Lines Matching refs:flowid
113 * csio_rn_lookup - Finds the rnode with the given flowid
115 * @flowid - flowid.
117 * Does the rnode lookup on the given lnode and flowid.If no matching entry
121 csio_rn_lookup(struct csio_lnode *ln, uint32_t flowid)
129 if (rn->flowid == flowid)
204 if (rn->flowid == rdev_flowid) {
250 * csio_get_rnode - Gets rnode with the given flowid
252 * @flowid - flow id.
254 * Does the rnode lookup on the given lnode and flowid. If no matching
258 csio_get_rnode(struct csio_lnode *ln, uint32_t flowid)
262 rn = csio_rn_lookup(ln, flowid);
268 rn->flowid = flowid;
277 * @flowid - flow id.
279 * Does the rnode lookup on the given lnode and flowid. If no matching
292 * @rdev_flowid: remote device flowid
320 /* Lookup on flowid */
324 /* Drop events with duplicate flowid */
415 /* Update flowid */