Home
last modified time | relevance | path

Searched refs:t4_mbox_list (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dadapter.h486 struct t4_mbox_list { struct
487 STAILQ_ENTRY(t4_mbox_list) link;
579 STAILQ_HEAD(, t4_mbox_list) mbox_list;
665 struct t4_mbox_list *entry) in t4_mbox_list_add()
673 struct t4_mbox_list *entry) in t4_mbox_list_del()
676 STAILQ_REMOVE(&adap->mbox_list, entry, t4_mbox_list, link); in t4_mbox_list_del()
680 static inline struct t4_mbox_list *
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c354 struct t4_mbox_list entry; in t4_wr_mbox_meat_timeout()