Searched refs:allocs (Results 1 – 2 of 2) sorted by relevance
116 assert(h4sm->allocs && h4sm->allocs->cmd); in hci_h4_sm_w4_header()117 h4sm->buf = h4sm->allocs->cmd(); in hci_h4_sm_w4_header()127 assert(h4sm->allocs && h4sm->allocs->acl); in hci_h4_sm_w4_header()128 h4sm->om = h4sm->allocs->acl(); in hci_h4_sm_w4_header()148 assert(h4sm->allocs && h4sm->allocs->evt); in hci_h4_sm_w4_header()154 h4sm->buf = h4sm->allocs->evt(1); in hci_h4_sm_w4_header()156 h4sm->buf = h4sm->allocs->evt(0); in hci_h4_sm_w4_header()170 assert(h4sm->allocs && h4sm->allocs->iso); in hci_h4_sm_w4_header()171 h4sm->om = h4sm->allocs->iso(); in hci_h4_sm_w4_header()350 hci_h4_sm_init(struct hci_h4_sm *h4sm, const struct hci_h4_allocators *allocs, in hci_h4_sm_init() argument[all …]
65 const struct hci_h4_allocators *allocs; member70 const struct hci_h4_allocators *allocs,