Searched refs:max_send_sges (Results 1 – 1 of 1) sorted by relevance
1651 int max_send_sges, max_pages, max_rw_wrs, max_send_wrs; in smb_direct_init_params() local1657 max_send_sges = DIV_ROUND_UP(t->max_send_size, PAGE_SIZE) + 2; in smb_direct_init_params()1658 if (max_send_sges > SMB_DIRECT_MAX_SEND_SGES) { in smb_direct_init_params()