Searched refs:bundle (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/include/rdma/ |
D | uverbs_ioctl.h | 592 __malloc void *_uverbs_alloc(struct uverbs_attr_bundle *bundle, size_t size, 595 static inline __malloc void *uverbs_alloc(struct uverbs_attr_bundle *bundle, in uverbs_alloc() argument 598 return _uverbs_alloc(bundle, size, GFP_KERNEL); in uverbs_alloc() 601 static inline __malloc void *uverbs_zalloc(struct uverbs_attr_bundle *bundle, in uverbs_zalloc() argument 604 return _uverbs_alloc(bundle, size, GFP_KERNEL | __GFP_ZERO); in uverbs_zalloc() 624 static inline __malloc void *uverbs_alloc(struct uverbs_attr_bundle *bundle, in uverbs_alloc() argument 629 static inline __malloc void *uverbs_zalloc(struct uverbs_attr_bundle *bundle, in uverbs_zalloc() argument
|
/linux-4.19.296/drivers/isdn/mISDN/ |
D | l1oip_core.c | 1302 init_card(struct l1oip *hc, int pri, int bundle) in init_card() argument 1314 hc->bundle = bundle; in init_card() 1453 int pri, bundle; in l1oip_init() local 1471 bundle = 0; in l1oip_init() 1475 bundle = 0; in l1oip_init() 1479 bundle = 1; in l1oip_init() 1483 bundle = 1; in l1oip_init() 1495 bundle ? "bundled IP packet for all B-channels" : in l1oip_init() 1510 ret = init_card(hc, pri, bundle); in l1oip_init()
|
D | l1oip.h | 59 int bundle; /* bundle channels in one frm */ member
|