Home | History | Annotate | Download | only in linux

Lines Matching refs:ih_entry_count

480 		__le16 ih_entry_count;
495 #define ih_entry_count(ih) le16_to_cpu((ih)->u.ih_entry_count)
501 #define put_ih_entry_count(ih, val) do { (ih)->u.ih_entry_count = cpu_to_le16(val); } while (0)
1029 #define I_ENTRY_COUNT(ih) (ih_entry_count((ih)))