Searched refs:add_seg (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/libfru/include/ |
H A D | libfruds.h | 69 fru_errno_t (*add_seg)(fru_treehdl_t container, fru_segdef_t *def); member
|
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_sge.c | 136 static inline void add_seg(struct txinfo *txinfo, uint64_t ba, uint32_t len); 2309 add_seg(txinfo, txq->txb_ba + txq->txb_next, len); in copy_into_txb() 2323 add_seg(struct txinfo *txinfo, uint64_t ba, uint32_t len) in add_seg() function 2385 add_seg(txinfo, cookie.dmac_laddress, cookie.dmac_size); in add_mblk() 2388 add_seg(txinfo, cookie.dmac_laddress, cookie.dmac_size); in add_mblk()
|
/titanic_41/usr/src/lib/libfru/libfru/ |
H A D | libfru.cc | 891 RETRY(err = data_source->add_seg(NODEHDL_TO_TREEHDL(container), def)) in fru_create_segment()
|