Searched refs:is_txmax (Results 1 – 4 of 4) sorted by relevance
416 is->is_txmax = sv->sv_maxtx; in smb_negprot()417 if (is->is_txmax > 0x8000) in smb_negprot()418 is->is_txmax = 0x8000; in smb_negprot()434 len = is->is_txmax - 68; in smb_negprot()
90 is_txmax
204 #define vc_txmax vc_work.wk_iods.is_txmax
264 uint32_t is_txmax; /* max tx/rx packet size */ member