Home
last modified time | relevance | path

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

12345

/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, x25->neighbour); in x25_connect()
947 struct x25_facilities facilities; in x25_rx_call_request() local
[all …]
H A Dx25_subr.c14 * mar/20/00 Daniela Squassoni Disabling/enabling of facilities
114 unsigned char facilities[X25_MAX_FAC_LEN]; in x25_write_internal() local
130 if (x25->facilities.reverse & 0x80) { in x25_write_internal()
187 len = x25_create_facilities(facilities, in x25_write_internal()
188 &x25->facilities, in x25_write_internal()
191 skb_put_data(skb, facilities, len); in x25_write_internal()
201 len = x25_create_facilities(facilities, in x25_write_internal()
202 &x25->facilities, in x25_write_internal()
205 skb_put_data(skb, facilities, len); in x25_write_internal()
210 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
118 len = x25_parse_facilities(skb, &x25->facilities, in x25_state1_machine()
299 if (((x25->vl + x25->facilities.winsize_in) % modulus) == x25->vr) { in x25_state3_machine()
/linux/net/rose/
H A Drose_subr.c158 *dptr++ = 0; /* Facilities length */ in rose_write_internal()
239 static int rose_parse_national(unsigned char *p, struct rose_facilities_struct *facilities, int len) in rose_parse_national() argument
259 facilities->rand = ((p[1] << 8) & 0xFF00) + ((p[2] << 0) & 0x00FF); in rose_parse_national()
283 memcpy(&facilities->source_digis[0], p + 2, AX25_ADDR_LEN); in rose_parse_national()
284 facilities->source_ndigis = 1; in rose_parse_national()
291 memcpy(&facilities->dest_digis[0], p + 2, AX25_ADDR_LEN); in rose_parse_national()
292 facilities->dest_ndigis = 1; in rose_parse_national()
298 memcpy(&facilities->fail_call, p + 2, AX25_ADDR_LEN); in rose_parse_national()
303 memcpy(&facilities->fail_addr, p + 3, ROSE_ADDR_LEN); in rose_parse_national()
309 facilities->source_ndigis = 0; in rose_parse_national()
[all …]
H A Daf_rose.c1030 struct rose_facilities_struct facilities; in rose_rx_call_request() local
1038 memset(&facilities, 0x00, sizeof(struct rose_facilities_struct)); in rose_rx_call_request()
1042 &facilities)) { in rose_rx_call_request()
1047 sk = rose_find_listener(&facilities.source_addr, &facilities.source_call); in rose_rx_call_request()
1063 make_rose->dest_addr = facilities.dest_addr; in rose_rx_call_request()
1064 make_rose->dest_call = facilities.dest_call; in rose_rx_call_request()
1065 make_rose->dest_ndigis = facilities.dest_ndigis; in rose_rx_call_request()
1066 for (n = 0 ; n < facilities.dest_ndigis ; n++) in rose_rx_call_request()
1067 make_rose->dest_digis[n] = facilities.dest_digis[n]; in rose_rx_call_request()
1068 make_rose->source_addr = facilities.source_addr; in rose_rx_call_request()
[all …]
H A Drose_route.c861 struct rose_facilities_struct facilities; in rose_route_frame() local
1023 memset(&facilities, 0x00, sizeof(struct rose_facilities_struct)); in rose_route_frame()
1027 &facilities)) { in rose_route_frame()
1037 if (rose_route->rand == facilities.rand && in rose_route_frame()
1039 ax25cmp(&facilities.dest_call, &rose_route->src_call) == 0 && in rose_route_frame()
1040 ax25cmp(&facilities.source_call, &rose_route->dest_call) == 0) { in rose_route_frame()
1065 rose_route->src_call = facilities.dest_call; in rose_route_frame()
1066 rose_route->dest_call = facilities.source_call; in rose_route_frame()
1067 rose_route->rand = facilities.rand; in rose_route_frame()
/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/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.c96 is_platfac = of_node_is_type(dn, "ibm,platform-facilities") || in delete_dt_node()
97 of_node_is_type(pdn, "ibm,platform-facilities"); in delete_dt_node()
101 * The drivers that bind to nodes in the platform-facilities in delete_dt_node()
274 * necessary counterpart. We also know that a platform-facilities in add_dt_node()
279 if (of_node_is_type(dn, "ibm,platform-facilities")) { in add_dt_node()
/linux/rust/kernel/
H A Dkunit.rs48 /// facilities. See [`assert!`] for more details.
154 /// facilities. See [`assert!`] for more details.
/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/Documentation/devicetree/bindings/mfd/
H A Dtwl4030-power.txt3 The power management module inside the TWL family provides several facilities
/linux/drivers/soc/fsl/
H A DKconfig31 buffer management facilities for software to interact with
/linux/Documentation/arch/s390/
H A Dvfio-ap.rst16 facilities which do most of the hard work of providing direct access to AP
487 facilities: The AP Facilities Test (APFT) facility; the AP Query
489 facility. These features/facilities are made available to a KVM guest via the
509 model to QEMU, the CPU model features and facilities need to be turned on
514 A guest can be precluded from using AP features/facilities by turning them off
522 device drivers - need the APFT facility to ascertain the facilities installed on
530 access to AP facilities. For this example, we will show how to configure
/linux/LICENSES/preferred/
H A DLGPL-2.1338 7. You may place library facilities that are a work based on the Library
339 side-by-side in a single library together with other library facilities
342 and of the other library facilities is otherwise permitted, and provided
346 the Library, uncombined with any other library facilities. This must
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
/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.

12345