Lines Matching full:aif

304 	/* Create the AIF thread */  in aacraid_attach()
307 panic("Could not create AIF thread"); in aacraid_attach()
766 panic("Cannot shutdown AIF thread"); in aacraid_detach()
952 /* check AIF bit (23) */ in aacraid_new_intr_type1()
1409 * and for the AIF bit in aacraid_map_command_sg()
2687 * container, rather we rely on an AIF coming from the in aac_ioctl()
3066 * Request an AIF from the controller (new comm. type1)
3093 /* set AIF marker */ in aac_request_aif()
3115 * Handle an AIF sent to us by the controller; queue it for later reference.
3121 struct aac_aif_command *aif; in aac_handle_aif() local
3132 aif = (struct aac_aif_command*)&fib->data[0]; in aac_handle_aif()
3133 aacraid_print_aif(sc, aif); in aac_handle_aif()
3136 switch (le32toh(aif->command)) { in aac_handle_aif()
3138 switch (le32toh(aif->data.EN.type)) { in aac_handle_aif()
3230 switch (le32toh(aif->data.EN.data.EEE.eventType)) { in aac_handle_aif()
3233 channel = le32toh(aif->data.EN.data.EEE.unitID); in aac_handle_aif()
3245 channel = le32toh(aif->data.EN.data.ECE.container); in aac_handle_aif()
3259 /* Copy the AIF data to the AIF queue for ioctl retrieval */ in aac_handle_aif()
3267 /* modify AIF contexts */ in aac_handle_aif()
3277 /* On the off chance that someone is sleeping for an aif... */ in aac_handle_aif()
3407 * Pass the caller the next AIF in their queue
3443 fwprintf(sc, HBA_FLAGS_DBG_AIF_B, "aac_getnext_aif(): waiting for AIF"); in aac_getnext_aif()
3461 * Hand the next AIF off the top of the queue out to userspace.