ISER_IB_RQ_POST_MAX
ibt_recv_wr_t *wrlist, wr[ISER_IB_RQ_POST_MAX];
npost = (total_num > ISER_IB_RQ_POST_MAX) ?
ISER_IB_RQ_POST_MAX : total_num;