Searched refs:MM_PACKET_DESC_SIZE (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/drivers/network/bcm570x/
H A Dmm.h67 #define MM_PACKET_DESC_SIZE b57_Packet_Desc_Size macro
H A Dtigon3.c2407 pDevice->TxPacketDescCnt) * MM_PACKET_DESC_SIZE;
2425 /* Get the pointer to the next descriptor. MM_PACKET_DESC_SIZE */
2428 pPacket = (PLM_PACKET) ((PLM_UINT8) pPacket + MM_PACKET_DESC_SIZE);
2444 /* Get the pointer to the next descriptor. MM_PACKET_DESC_SIZE */
2447 pPacket = (PLM_PACKET) ((PLM_UINT8) pPacket + MM_PACKET_DESC_SIZE);
2463 /* Get the pointer to the next descriptor. MM_PACKET_DESC_SIZE */
2466 pPacket = (PLM_PACKET) ((PLM_UINT8) pPacket + MM_PACKET_DESC_SIZE);

Completed in 193 milliseconds