Home
last modified time | relevance | path

Searched refs:facilities (Results 1 – 25 of 47) sorted by relevance

12

/linux/net/x25/
H A Dx25_facilities.c41 int x25_parse_facilities(struct sk_buff *skb, struct x25_facilities *facilities, in x25_parse_facilities() argument
78 facilities->reverse = p[1] & 0x81; in x25_parse_facilities()
84 facilities->reverse = p[1] & 0x01; in x25_parse_facilities()
90 facilities->reverse = p[1] & 0x80; in x25_parse_facilities()
96 facilities->reverse in x25_parse_facilities()
103 facilities->throughput = p[1]; in x25_parse_facilities()
122 facilities->pacsize_in = p[1]; in x25_parse_facilities()
123 facilities->pacsize_out = p[2]; in x25_parse_facilities()
127 facilities->winsize_in = p[1]; in x25_parse_facilities()
128 facilities->winsize_out = p[2]; in x25_parse_facilities()
[all …]
H A Daf_x25.c17 * facilities negotiation and increased
568 x25->facilities.winsize_in = X25_DEFAULT_WINDOW_SIZE; in x25_create()
569 x25->facilities.winsize_out = X25_DEFAULT_WINDOW_SIZE; in x25_create()
570 x25->facilities.pacsize_in = X25_DEFAULT_PACKET_SIZE; in x25_create()
571 x25->facilities.pacsize_out = X25_DEFAULT_PACKET_SIZE; in x25_create()
572 x25->facilities.throughput = 0; /* by default don't negotiate in x25_create()
574 x25->facilities.reverse = X25_DEFAULT_REVERSE; in x25_create()
615 x25->facilities = ox25->facilities; in x25_make_new()
793 x25_limit_facilities(&x25->facilities, x2 in x25_connect()
947 struct x25_facilities facilities; x25_rx_call_request() local
1449 struct x25_facilities facilities; x25_ioctl() local
[all...]
H A Dx25_subr.c115 unsigned char facilities[X25_MAX_FAC_LEN]; in x25_write_internal() local
131 if (x25->facilities.reverse & 0x80) { in x25_write_internal()
188 len = x25_create_facilities(facilities, in x25_write_internal()
189 &x25->facilities, in x25_write_internal()
192 skb_put_data(skb, facilities, len); in x25_write_internal()
202 len = x25_create_facilities(facilities, in x25_write_internal()
203 &x25->facilities, in x25_write_internal()
206 skb_put_data(skb, facilities, len); in x25_write_internal()
211 if(x25->facilities.reverse & 0x80) { in x25_write_internal()
H A Dx25_out.c56 int max_len = x25_pacsize_to_bytes(x25->facilities.pacsize_out); in x25_output()
165 end = (x25->va + x25->facilities.winsize_out) % modulus; in x25_kick()
H A Dx25_in.c121 len = x25_parse_facilities(skb, &x25->facilities, in x25_state1_machine()
302 if (((x25->vl + x25->facilities.winsize_in) % modulus) == x25->vr) { in x25_state3_machine()
/linux/arch/s390/include/asm/
H A Dfacility.h24 static inline void __set_facility(unsigned long nr, void *facilities) in __set_facility() argument
26 unsigned char *ptr = (unsigned char *) facilities; in __set_facility()
33 static inline void __clear_facility(unsigned long nr, void *facilities) in __clear_facility() argument
35 unsigned char *ptr = (unsigned char *) facilities; in __clear_facility()
42 static __always_inline bool __test_facility(unsigned long nr, void *facilities) in __test_facility() argument
48 ptr = (unsigned char *) facilities + (nr >> 3); in __test_facility()
H A Dsclp.h116 unsigned long facilities; member
/linux/fs/resctrl/
H A DKconfig7 Some architectures provide hardware facilities to group tasks and
9 caches and memory bandwidth. Examples of such facilities include
/linux/arch/xtensa/
H A DKconfig.debug48 debug facilities.
/linux/drivers/soc/fsl/
H A DKconfig31 buffer management facilities for software to interact with
/linux/include/net/
H A Dx25.h166 struct x25_facilities facilities; member
/linux/Documentation/process/
H A Dthreat-model.rst34 the limits of the hardware's facilities; they do not constitute a
84 The kernel also offers a lot of troubleshooting and debugging facilities, which
91 facilities by a user who has been explicitly granted permission by an
/linux/Documentation/virt/kvm/devices/
H A Dvm.rst69 __u64 fac_mask[256]; # set of cpu facilities enabled by KVM
70 __u64 fac_list[256]; # set of cpu facilities offered by host
88 __u64 fac_list[256]; # set of cpu facilities currently (to be) used
/linux/Documentation/core-api/
H A Dcircular-buffers.rst18 To use these facilities, as discussed below, there needs to be just one
237 barrier facilities.
/linux/Documentation/arch/arm/
H A Dmemory.rst18 certain regions of VM space for use for new facilities; therefore
/linux/Documentation/filesystems/caching/
H A Dfscache.rst91 FS-Cache provides the following facilities:
99 withdraw caching facilities from a file (required for (2)).
/linux/Documentation/networking/devlink/
H A Ddevlink-flash.rst68 automated firmware update facilities.
/linux/drivers/s390/char/
H A Dsclp_early_core.c365 if (!(sclp_info_sccb.facilities & SCLP_STORAGE_INFO_FACILITY)) in sclp_early_read_storage_info()
/linux/arch/powerpc/
H A DKconfig.debug170 Say Y to enable some early debugging facilities that may be available
171 for your processor/board combination. Those facilities are hacks
/linux/Documentation/livepatch/
H A Dcallbacks.rst23 Callbacks differ from existing kernel facilities:
/linux/Documentation/ABI/testing/
H A Ddev-kmsg84 hardware or other facilities are printed, therefore
/linux/drivers/nvdimm/
H A DKconfig128 KMSAN, and other memory debug facilities, increase the size of
/linux/LICENSES/preferred/
H A DLGPL-2.0318 7. You may place library facilities that are a work based on the Library
319 side-by-side in a single library together with other library facilities
322 and of the other library facilities is otherwise permitted, and provided
326 the Library, uncombined with any other library facilities. This must
H A DLGPL-2.1342 7. You may place library facilities that are a work based on the Library
343 side-by-side in a single library together with other library facilities
346 and of the other library facilities is otherwise permitted, and provided
350 the Library, uncombined with any other library facilities. This must
/linux/drivers/s390/block/
H A Ddasd_eckd.h281 } __attribute__ ((packed)) facilities; member

12