Searched defs:dev_idx (Results 1 - 2 of 2) sorted by relevance

/net/phonet/
H A Dpn_netlink.c135 int dev_idx = 0, dev_start_idx = cb->args[0]; local
143 if (dev_idx > dev_start_idx)
145 if (dev_idx++ < dev_start_idx)
162 cb->args[0] = dev_idx;
/net/nfc/
H A Dnetlink.c1289 u32 dev_idx; member in struct:se_io_ctx
1310 if (nla_put_u32(msg, NFC_ATTR_DEVICE_INDEX, ctx->dev_idx) ||
1336 u32 dev_idx, se_idx; local
1345 dev_idx = nla_get_u32(info->attrs[NFC_ATTR_DEVICE_INDEX]);
1348 dev = nfc_get_device(dev_idx);
1367 ctx->dev_idx = dev_idx;

Completed in 64 milliseconds