Home
last modified time | relevance | path

Searched refs:size_ (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/media/usb/dvb-usb-v2/
Ddvb_usb.h65 #define DVB_USB_STREAM_BULK(endpoint_, count_, size_) { \ argument
71 .buffersize = size_, \
76 #define DVB_USB_STREAM_ISOC(endpoint_, count_, frames_, size_, interval_) { \ argument
83 .framesize = size_,\
/Linux-v5.10/include/rdma/
Dib_verbs.h2251 .size_##ib_struct = \
2259 ((struct ib_type *)kzalloc(ib_dev->ops.size_##ib_type, gfp))
2264 #define DECLARE_RDMA_OBJ_SIZE(ib_struct) size_t size_##ib_struct
/Linux-v5.10/drivers/infiniband/core/
Ddevice.c2536 #define SET_OBJ_SIZE(ptr, name) SET_DEVICE_OP(ptr, size_##name) in ib_set_device_ops()