Searched refs:actualBytes (Results 1 – 5 of 5) sorted by relevance
/drivers/staging/unisys/common-spar/include/channels/ |
D | vbuschannel.h | 55 #define ULTRA_VBUS_CHANNEL_OK_SERVER(actualBytes, logCtx) \ argument 59 actualBytes, \
|
D | iochannel.h | 69 #define ULTRA_VHBA_CHANNEL_OK_SERVER(actualBytes, logCtx) \ argument 71 "vhba", MIN_IO_CHANNEL_SIZE, actualBytes, \ 79 #define ULTRA_VNIC_CHANNEL_OK_SERVER(actualBytes, logCtx) \ argument 81 "vnic", MIN_IO_CHANNEL_SIZE, actualBytes, \ 89 #define ULTRA_VSWITCH_CHANNEL_OK_SERVER(actualBytes, logCtx) \ argument 92 actualBytes, \
|
D | diagchannel.h | 69 #define ULTRA_DIAG_CHANNEL_OK_SERVER(actualBytes, logCtx) \ argument 73 actualBytes, __FILE__, __LINE__, logCtx))
|
D | channel.h | 412 u64 actualBytes, in ULTRA_check_channel_server() argument 417 if (actualBytes < expectedMinBytes) { in ULTRA_check_channel_server() 419 expectedMinBytes, actualBytes, in ULTRA_check_channel_server()
|
D | controlvmchannel.h | 56 #define ULTRA_CONTROLVM_CHANNEL_OK_SERVER(actualBytes, logCtx) \ argument 60 actualBytes, __FILE__, __LINE__, logCtx))
|