Searched refs:size_ (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/drivers/media/usb/dvb-usb-v2/ |
| D | dvb_usb.h | 65 #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.15/include/rdma/ |
| D | ib_verbs.h | 2264 .size_##ib_struct = \ 2272 ((struct ib_type *)rdma_zalloc_obj(ib_dev, ib_dev->ops.size_##ib_type, \ 2276 ((struct ib_type *)rdma_zalloc_obj(ib_dev, ib_dev->ops.size_##ib_type, \ 2282 #define DECLARE_RDMA_OBJ_SIZE(ib_struct) size_t size_##ib_struct
|
| /Linux-v5.15/drivers/infiniband/core/ |
| D | device.c | 2575 #define SET_OBJ_SIZE(ptr, name) SET_DEVICE_OP(ptr, size_##name) in ib_set_device_ops()
|