Searched refs:max_send_sges (Results 1 – 1 of 1) sorted by relevance
2066 int max_send_sges; in smb_direct_init_params() local2072 max_send_sges = DIV_ROUND_UP(sp->max_send_size, PAGE_SIZE) + 3; in smb_direct_init_params()2073 if (max_send_sges > SMBDIRECT_SEND_IO_MAX_SGE) { in smb_direct_init_params()