Home
last modified time | relevance | path

Searched full:facilities (Results 1 – 25 of 100) sorted by relevance

1234

/linux/net/x25/
H A Dx25_facilities.c13 * mar/20/00 Daniela Squassoni Disabling/enabling of facilities
28 * x25_parse_facilities - Parse facilities from skb into the facilities structs
31 * @facilities: Regular facilities, updated as facilities are found
32 * @dte_facs: ITU DTE facilities, updated as DTE facilities are found
33 * @vc_fac_mask: mask is updated with all facilities found
37 * 0 - Parse OK, this skb has no facilities
38 * >0 - Parse OK, returns the length of the facilities header
41 int x25_parse_facilities(struct sk_buff *skb, struct x25_facilities *facilities, in x25_parse_facilities() argument
50 * The kernel knows which facilities were set on an incoming call but in x25_parse_facilities()
52 * give userspace who read incoming call facilities 0 length to indicate 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.c14 * mar/20/00 Daniela Squassoni Disabling/enabling of facilities
115 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.c15 * 2000-03-20 Daniela Squassoni Disabling/enabling of facilities
121 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()
/linux/include/uapi/linux/
H A Dx25.h6 * mar/20/00 Daniela Squassoni Disabling/enabling of facilities
101 * Facilities structure.
111 * ITU DTE facilities
H A Dif_plip.h3 * NET3 PLIP tuning facilities for the new Niibe PLIP.
/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/lib/
H A Ddebug_locks.c5 * Generic place for common debugging facilities for various locks:
19 * We want to turn all lock-debugging facilities on/off at once,
/linux/include/net/
H A Dx25.h7 * mar/20/00 Daniela Squassoni Disabling/enabling of facilities
91 * X.25 Facilities constants.
166 struct x25_facilities facilities; member
169 unsigned long vc_facil_mask; /* inc_call facilities mask */
/linux/arch/powerpc/include/asm/
H A Dvio.h47 * Platform Facilities Option (PFO)-specific data
85 PFO, /* The OF node is a child of /ibm,platform-facilities */
/linux/arch/powerpc/platforms/pseries/
H A Dmobility.c97 is_platfac = of_node_is_type(dn, "ibm,platform-facilities") || in delete_dt_node()
98 of_node_is_type(pdn, "ibm,platform-facilities"); in delete_dt_node()
102 * The drivers that bind to nodes in the platform-facilities in delete_dt_node()
275 * necessary counterpart. We also know that a platform-facilities in add_dt_node()
280 if (of_node_is_type(dn, "ibm,platform-facilities")) { in add_dt_node()
/linux/include/uapi/linux/sunrpc/
H A Ddebug.h14 * RPC debug facilities
/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_constants.h103 * start processing the task. In case no timer facilities are required then the
113 * start processing the task. In case no timer facilities are required then the
/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/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/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/arch/s390/boot/
H A Dals.c30 static char als_str[80] = "Missing facilities: "; in print_missing_facilities()
/linux/drivers/md/dm-vdo/
H A Dthread-registry.c14 * We need to be careful when using other facilities that may use thread registry functions in
/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/arch/x86/hyperv/
H A Dmshv_vtl_asm.S24 * It is marked as 'noinstr' to prevent against instrumentation and debugging facilities.
/linux/lib/crypto/s390/
H A Dsha3.h149 pr_warn("Unsupported combination of SHA-3 facilities\n"); in sha3_mod_init_arch()

1234