Searched defs:mpt_lan_priv (Results 1 – 1 of 1) sorted by relevance
85 struct mpt_lan_priv { struct86 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 …]