Lines Matching refs:le32_to_cpu
136 dev->scsi_host_ptr->can_queue = le32_to_cpu(dev->init->MaxIoCommands) - AAC_NUM_MGT_FIB; in aac_fib_setup()
253 le32_to_cpu(fibptr->hw_fib_va->header.XferState)); in aac_fib_free()
327 idx = *index = le32_to_cpu(*(q->headers.producer)); in aac_get_entry()
329 if (idx != le32_to_cpu(*(q->headers.consumer))) { in aac_get_entry()
336 if (idx != le32_to_cpu(*(q->headers.consumer))) in aac_get_entry()
349 if ((*index + 1) == le32_to_cpu(*(q->headers.consumer))) { in aac_get_entry()
517 dprintk((KERN_DEBUG " Command = %d.\n", le32_to_cpu(hw_fib->header.Command))); in aac_fib_send()
518 …dprintk((KERN_DEBUG " SubCommand = %d.\n", le32_to_cpu(((struct aac_query_mount *)fib_… in aac_fib_send()
519 dprintk((KERN_DEBUG " XferState = %x.\n", le32_to_cpu(hw_fib->header.XferState))); in aac_fib_send()
662 if (le32_to_cpu(*q->headers.producer) == le32_to_cpu(*q->headers.consumer)) { in aac_consumer_get()
670 if (le32_to_cpu(*q->headers.consumer) >= q->entries) in aac_consumer_get()
673 index = le32_to_cpu(*q->headers.consumer); in aac_consumer_get()
695 if ((le32_to_cpu(*q->headers.producer)+1) == le32_to_cpu(*q->headers.consumer)) in aac_consumer_free()
698 if (le32_to_cpu(*q->headers.consumer) >= q->entries) in aac_consumer_free()
914 switch (le32_to_cpu(aifcmd->command)) { in aac_handle_aif()
916 switch (le32_to_cpu(((__le32 *)aifcmd->data)[0])) { in aac_handle_aif()
918 container = le32_to_cpu(((__le32 *)aifcmd->data)[1]); in aac_handle_aif()
955 container = le32_to_cpu(((__le32 *)aifcmd->data)[1]); in aac_handle_aif()
988 le32_to_cpu(*(__le32 *)aifcmd->data)) && in aac_handle_aif()
994 le32_to_cpu(*(__le32 *)aifcmd->data)) && in aac_handle_aif()
1001 switch (le32_to_cpu(((__le32 *)aifcmd->data)[0])) { in aac_handle_aif()
1010 container = le32_to_cpu(((__le32 *)aifcmd->data)[1]); in aac_handle_aif()
1023 container = le32_to_cpu(((__le32 *)aifcmd->data)[1]); in aac_handle_aif()
1037 container = le32_to_cpu(((__le32 *)aifcmd->data)[1]); in aac_handle_aif()
1054 container = le32_to_cpu(((__le32 *)aifcmd->data)[1]); in aac_handle_aif()
1094 switch (le32_to_cpu(((__le32 *)aifcmd->data)[3])) { in aac_handle_aif()
1099 container = le32_to_cpu( in aac_handle_aif()
1142 le32_to_cpu(*(__le32 *)aifcmd->data)) && in aac_handle_aif()
1148 le32_to_cpu(*(__le32 *)aifcmd->data)) && in aac_handle_aif()
1767 num = le32_to_cpu(dev->init->AdapterFibsSize) in aac_command_thread()