Searched defs:mpt_lan_priv (Results 1 – 2 of 2) 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 …]
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 …]