Home
last modified time | relevance | path

Searched refs:e1000_read_pba_string (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_api.h100 s32 e1000_read_pba_string(struct e1000_hw *hw, u8 *pba_num, u32 pba_num_size);
H A De1000_api.c1283 s32 e1000_read_pba_string(struct e1000_hw *hw, u8 *pba_num, u32 pba_num_size) in e1000_read_pba_string() function
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c1561 (void) e1000_read_pba_string(&igb->hw, pbanum, sizeof (pbanum)); in igb_init_adapter()