P_ZEROES
enum drbd_packet cmd = (dp_flags & DP_ZEROES) ? P_ZEROES : P_TRIM;
[P_ZEROES] = "Zeroes",
struct p_trim *zeroes = (pi->cmd == P_ZEROES) ? pi->data : NULL;
} else if (pi->cmd == P_ZEROES) {
[P_ZEROES] = { 0, sizeof(struct p_trim), receive_Data },