Lines Matching defs:data
198 dd_dev_err(dd, "Unable to allocate netdev queue data\n");
303 * it allocates receive queue data and calls netif_napi_add
306 * @dd: hfi1 dev data
327 * @dd: hfi1 dev data
344 * hfi1_netdev_alloc - Allocates netdev and private data. It is required
348 * @dd: hfi1 dev data
387 * @dd: hfi1 dev data
422 * hfi1_netdev_add_data - Registers data with unique identifier
427 * @dd: hfi1 dev data
429 * @data: data to be associated with index
431 int hfi1_netdev_add_data(struct hfi1_devdata *dd, int id, void *data)
435 return xa_insert(&priv->dev_tbl, id, data, GFP_NOWAIT);
439 * hfi1_netdev_remove_data - Removes data with previously given id.
442 * @dd: hfi1 dev data
453 * hfi1_netdev_get_data - Gets data with given id
455 * @dd: hfi1 dev data
468 * @dd: hfi1 dev data