Searched refs:MBOX_LEN (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/io/cxgbe/common/ | ||
H A D | t4_hw.h | 40 MBOX_LEN = 64, /* mailbox size in bytes */ enumerator |
H A D | t4_hw.c | 205 if ((size & 15) || size > MBOX_LEN) in t4_wr_mbox_meat() |