Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_rq.c946 int totpcount, leftpcount, totdcount, leftdcount, len, txmax, i; in smb_t2_request_int() local
967 txmax = vcp->vc_txmax; in smb_t2_request_int()
1004 if (len + leftpcount > txmax) { in smb_t2_request_int()
1005 txpcount = min(leftpcount, txmax - len); in smb_t2_request_int()
1018 txdcount = min(leftdcount, txmax - len); in smb_t2_request_int()
1048 SMBSDEBUG("%d:%d:%d\n", error, txpcount, txmax); in smb_t2_request_int()
1095 if (len + leftpcount > txmax) { in smb_t2_request_int()
1096 txpcount = min(leftpcount, txmax - len); in smb_t2_request_int()
1104 txdcount = min(leftdcount, txmax - len); in smb_t2_request_int()
1178 int totpcount, leftpcount, totdcount, leftdcount, len, txmax; in smb_nt_request_int() local
[all …]
/titanic_41/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()