Searched refs:shiftcount (Results 1 – 3 of 3) sorted by relevance
198 u8 shiftcount; member
724 all_options->windowscale.shiftcount; in irdma_process_options()1405 options->windowscale.shiftcount = cm_node->tcp_cntxt.rcv_wscale; in irdma_send_syn()
2472 static void gen_sh_hi(TCGv ret, TCGv r1, int32_t shiftcount) in gen_sh_hi() argument2476 if (shiftcount == -16) { in gen_sh_hi()2484 gen_shi(temp_low, temp_low, shiftcount); in gen_sh_hi()2485 gen_shi(ret, temp_high, shiftcount); in gen_sh_hi()