Searched refs:BFI_IOC_MSGLEN_MAX (Results 1 – 4 of 4) sorted by relevance
135 #define BFI_IOC_MSGLEN_MAX 32 /* 32 bytes */ macro
1898 BUG_ON(!(len <= BFI_IOC_MSGLEN_MAX)); in bfa_ioc_mbox_send()1907 for (; i < BFI_IOC_MSGLEN_MAX / sizeof(u32); i++) in bfa_ioc_mbox_send()
213 #define BFI_IOC_MSGLEN_MAX 32 /* 32 bytes */ macro
1774 WARN_ON(len > BFI_IOC_MSGLEN_MAX); in bfa_ioc_mbox_send()1783 for (; i < BFI_IOC_MSGLEN_MAX / sizeof(u32); i++) in bfa_ioc_mbox_send()