Lines Matching refs:uarg
27 static void io_tx_ubuf_callback(struct sk_buff *skb, struct ubuf_info *uarg,
30 struct io_notif_data *nd = container_of(uarg, struct io_notif_data, uarg);
33 if (refcount_dec_and_test(&uarg->refcnt))
37 static void io_tx_ubuf_callback_ext(struct sk_buff *skb, struct ubuf_info *uarg,
40 struct io_notif_data *nd = container_of(uarg, struct io_notif_data, uarg);
48 io_tx_ubuf_callback(skb, uarg, success);
55 if (nd->uarg.callback != io_tx_ubuf_callback_ext) {
60 nd->uarg.callback = io_tx_ubuf_callback_ext;
82 nd->uarg.flags = IO_NOTIF_UBUF_FLAGS;
83 nd->uarg.callback = io_tx_ubuf_callback;
84 refcount_set(&nd->uarg.refcnt, 1);