Home
last modified time | relevance | path

Searched refs:txmax (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_rq.c1087 txmax = vcp->vc_txmax; in smb_t2_request_int()
1124 if (len + leftpcount > txmax) { in smb_t2_request_int()
1125 txpcount = min(leftpcount, txmax - len); in smb_t2_request_int()
1138 txdcount = min(leftdcount, txmax - len); in smb_t2_request_int()
1215 if (len + leftpcount > txmax) { in smb_t2_request_int()
1216 txpcount = min(leftpcount, txmax - len); in smb_t2_request_int()
1328 txmax = vcp->vc_txmax; in smb_nt_request_int()
1350 if (len + leftpcount > txmax) { in smb_nt_request_int()
1351 txpcount = min(leftpcount, txmax - len); in smb_nt_request_int()
1359 txdcount = min(leftdcount, txmax - len); in smb_nt_request_int()
[all …]
/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme_mac.h402 uint_t txmax; /* tx maximum packet size [12-0] (RW) */ member
H A Dhme.c2612 PUT_MACREG(txmax, ETHERMAX + ETHERFCSL + 4); in hmeinit()