Lines Matching refs:aac_dev
61 static int fib_map_alloc(struct aac_dev *dev) in fib_map_alloc()
84 void aac_fib_map_free(struct aac_dev *dev) in aac_fib_map_free()
96 void aac_fib_vector_assign(struct aac_dev *dev) in aac_fib_vector_assign()
126 int aac_fib_setup(struct aac_dev * dev) in aac_fib_setup()
204 struct fib *aac_fib_alloc(struct aac_dev *dev) in aac_fib_alloc()
313 static int aac_get_entry (struct aac_dev * dev, u32 qid, struct aac_entry **entry, u32 * index, uns… in aac_get_entry()
375 int aac_queue_get(struct aac_dev * dev, u32 * index, u32 qid, struct hw_fib * hw_fib, int wait, str… in aac_queue_get()
441 struct aac_dev * dev = fibptr->dev; in aac_fib_send()
658 int aac_consumer_get(struct aac_dev * dev, struct aac_queue * q, struct aac_entry **entry) in aac_consumer_get()
690 void aac_consumer_free(struct aac_dev * dev, struct aac_queue *q, u32 qid) in aac_consumer_free()
732 struct aac_dev * dev = fibptr->dev; in aac_fib_adapter_complete()
854 void aac_printf(struct aac_dev *dev, u32 val) in aac_printf()
889 static void aac_handle_aif(struct aac_dev * dev, struct fib * fibptr) in aac_handle_aif()
1301 static int _aac_reset_adapter(struct aac_dev *aac, int forced) in _aac_reset_adapter()
1473 int aac_reset_adapter(struct aac_dev * aac, int forced) in aac_reset_adapter()
1566 int aac_check_health(struct aac_dev * aac) in aac_check_health()
1712 struct aac_dev *dev = data; in aac_command_thread()