Searched defs:mpt_lan_priv (Results 1 – 1 of 1) sorted by relevance
88 struct mpt_lan_priv { struct89 MPT_ADAPTER *mpt_dev;90 u8 pnum; /* Port number in the IOC. This is not a Unix network port! */92 atomic_t buckets_out; /* number of unused buckets on IOC */93 int bucketthresh; /* Send more when this many left */95 int *mpt_txfidx; /* Free Tx Context list */96 int mpt_txfidx_tail;97 spinlock_t txfidx_lock;99 int *mpt_rxfidx; /* Free Rx Context list */100 int mpt_rxfidx_tail;[all …]