Searched refs:spp_slot_t (Results 1 – 1 of 1) sorted by relevance
77 } spp_slot_t; typedef81 spp_slot_t *spp_slots[MAX_RFC_PORTS + 1];126 static spp_slot_t *spp_malloc_slot(void) in spp_malloc_slot()129 spp_slot_t **slot = NULL; in spp_malloc_slot()136 if (((*slot) = (spp_slot_t *)osi_malloc(sizeof(spp_slot_t))) == NULL) { in spp_malloc_slot()205 static spp_slot_t *spp_find_slot_by_id(uint32_t id) in spp_find_slot_by_id()207 spp_slot_t *slot = NULL; in spp_find_slot_by_id()217 static spp_slot_t *spp_find_slot_by_handle(uint32_t handle) in spp_find_slot_by_handle()219 spp_slot_t *slot = NULL; in spp_find_slot_by_handle()229 static spp_slot_t *spp_find_slot_by_fd(int fd) in spp_find_slot_by_fd()[all …]