Searched defs:qib7322_readq (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A Dqib7322.c148 static void qib7322_readq ( struct qib7322 *qib7322, uint32_t *dwords, function
159 #define qib7322_readq( _qib7322, _ptr, _offset ) \ macro
160 qib7322_readq ( (_qib7322), (_ptr)->u.dwords, (_offset) )
162 qib7322_readq ( (_qib7322), (_ptr), ( (_offset) + ( (_idx) * 8 ) ) )
164 qib7322_readq ( (_qib7322), (_ptr), ( (_offset) + ( (_idx) * 65536 ) ) )
166 qib7322_readq ( (_qib7322), (_ptr), ( (_offset) + ( (_port) * 4096 ) ) )
264 qib7322_readq ( qib7322, &extctrl, QIB_7322_EXTCtrl_offset );
648 qib7322_readq ( qib7322, &sendbufbase, QIB_7322_SendBufBase_offset );
738 qib7322_readq ( qib7322, &sendctrl, QIB_7322_SendCtrl_offset );
814 qib7322_readq ( qib732
[all...]

Completed in 753 milliseconds