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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/drbd/
H A Ddrbd_int.h216 P_MAX_CMD = 0x28, enumerator in enum:drbd_packets
272 [P_MAX_CMD] = NULL,
281 if (cmd >= P_MAX_CMD)
H A Ddrbd_receiver.c3620 [P_MAX_CMD] = NULL,
3638 if (header->command < P_MAX_CMD)
4425 [P_MAX_CMD] = { 0, NULL },
4427 if (cmd > P_MAX_CMD || asender_tbl[cmd].process == NULL)

Completed in 133 milliseconds