Searched defs:btx (Results 1 – 3 of 3) sorted by relevance
64 #define BTX_MAPPED(btx) (((btx).btx_pgctl | (BTX_PGSIZE / 4 - 1)) + 1) argument65 #define BTX_ORIGIN(btx) (BTX_PGBASE + BTX_MAPPED(btx) * 4) argument66 #define BTX_ENTRY(btx) (BTX_ORIGIN(btx) + 2 + (btx).btx_hdrsz) argument
197 struct btx_hdr btx, btxle; in btxld() local304 getbtx(int fd, struct btx_hdr * btx) in getbtx()
2934 struct dpaa2_ni_tx_ring *btx = (struct dpaa2_ni_tx_ring *)buf->opt; in dpaa2_ni_tx() local