Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/include/
H A Dlm_l5st.h53 typedef struct _lm_iscsi_pbl_t struct
55 void *base_virt;
56 lm_address_t base_phy;
57 u32_t base_size; /* size allocated in bytes */
59 lm_address_t *pbl_phys_table_virt;
60 lm_address_t pbl_phys_table_phys;
61 void *pbl_virt_table;
62 u32_t pbl_size; /* size allocated in bytes */
63 u32_t pbl_entries;/* number of entries in PBL */