Searched refs:_prod (Results 1 – 2 of 2) sorted by relevance
252 #define RING_REQUEST_PROD_OVERFLOW(_r, _prod) \ argument253 (((_prod) - (_r)->rsp_prod_pvt) > RING_SIZE(_r))
1053 - read *[in|out]_cons*, *[in|out]_prod*, *[in|out]_error* from shared memory1056 - write to array at position *[in|out]_prod* up to *[in|out]_cons*,1059 - increase *[in|out]_prod*1065 - read *[in|out]_prod*, *[in|out]_cons*, *[in|out]_error* from shared memory1068 - read from array at position *[in|out]_cons* up to *[in|out]_prod*,1076 only as many bytes as available in the buffer up to *[in|out]_prod*.
Completed in 8 milliseconds