Home
last modified time | relevance | path

Searched defs:mpt_lan_priv (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/message/fusion/
H A Dmptlan.c85 struct mpt_lan_priv { struct
86 MPT_ADAPTER *mpt_dev;
87 u8 pnum; /* Port number in the IOC. This is not a Unix network port! */
89 atomic_t buckets_out; /* number of unused buckets on IOC */
90 int bucketthresh; /* Send more when this many left */
92 int *mpt_txfidx; /* Free Tx Context list */
93 int mpt_txfidx_tail;
94 spinlock_t txfidx_lock;
96 int *mpt_rxfidx; /* Free Rx Context list */
97 int mpt_rxfidx_tail;
[all …]