Searched refs:BFI_IOC_MSGLEN_MAX (Results 1 – 4 of 4) sorted by relevance
143 #define BFI_IOC_MSGLEN_MAX 32 /* 32 bytes */ macro
1910 BUG_ON(!(len <= BFI_IOC_MSGLEN_MAX)); in bfa_ioc_mbox_send()1919 for (; i < BFI_IOC_MSGLEN_MAX / sizeof(u32); i++) in bfa_ioc_mbox_send()
220 #define BFI_IOC_MSGLEN_MAX 32 /* 32 bytes */ macro
1788 WARN_ON(len > BFI_IOC_MSGLEN_MAX); in bfa_ioc_mbox_send()1797 for (; i < BFI_IOC_MSGLEN_MAX / sizeof(u32); i++) in bfa_ioc_mbox_send()