Lines Matching refs:data
198 dd_dev_err(dd, "Unable to allocate netdev queue data\n");
302 * it allocates receive queue data and calls netif_napi_add
305 * @dd: hfi1 dev data
325 * @dd: hfi1 dev data
343 * @dd: hfi1 dev data
389 * @dd: hfi1 dev data
424 * hfi1_netdev_add_data - Registers data with unique identifier
429 * @dd: hfi1 dev data
431 * @data: data to be associated with index
433 int hfi1_netdev_add_data(struct hfi1_devdata *dd, int id, void *data)
437 return xa_insert(&rx->dev_tbl, id, data, GFP_NOWAIT);
441 * hfi1_netdev_remove_data - Removes data with previously given id.
444 * @dd: hfi1 dev data
455 * hfi1_netdev_get_data - Gets data with given id
457 * @dd: hfi1 dev data
470 * @dd: hfi1 dev data