Home
last modified time | relevance | path

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

/drivers/tty/vt/
Dconsolemap.c741 ushort ect; in con_get_unimap() local
752 ect = 0; in con_get_unimap()
764 if (ect < ct) { in con_get_unimap()
765 unilist[ect].unicode = in con_get_unimap()
767 unilist[ect].fontpos = *p2; in con_get_unimap()
769 ect++; in con_get_unimap()
775 if (copy_to_user(list, unilist, min(ect, ct) * sizeof(struct unipair))) in con_get_unimap()
777 put_user(ect, uct); in con_get_unimap()
779 return ret ? ret : (ect <= ct) ? 0 : -ENOMEM; in con_get_unimap()
/drivers/s390/block/
Ddasd_eckd.c2541 struct eckd_count *ect; in dasd_eckd_build_format() local
2715 ect = (struct eckd_count *) data; in dasd_eckd_build_format()
2717 ect->cyl = address.cyl; in dasd_eckd_build_format()
2718 ect->head = address.head; in dasd_eckd_build_format()
2719 ect->record = 0; in dasd_eckd_build_format()
2720 ect->kl = 0; in dasd_eckd_build_format()
2721 ect->dl = 8; in dasd_eckd_build_format()
2726 ccw->cda = (__u32)(addr_t) ect; in dasd_eckd_build_format()
2730 ect = (struct eckd_count *) data; in dasd_eckd_build_format()
2732 ect->cyl = address.cyl; in dasd_eckd_build_format()
[all …]
/drivers/crypto/chelsio/chtls/
Dchtls_cm.c1151 bool th_ecn, ect; in chtls_pass_accept_request() local
1222 ect = !INET_ECN_is_not_ect(ip_dsfield); in chtls_pass_accept_request()
1224 if ((!ect && ecn_ok) || tcp_ca_needs_ecn(sk)) in chtls_pass_accept_request()