fp_cmd
struct fp_cmd *fp_wait_head; /* waitQ head */
struct fp_cmd *fp_wait_tail; /* waitQ tail */
struct fp_cmd *fp_els_resp_pkt; /* ready response pkt */
struct fp_cmd *cmd_next;
_NOTE(SCHEME_PROTECTS_DATA("unique per request", fp_cmd))