Home
last modified time | relevance | path

Searched defs:llc (Results 1 – 22 of 22) sorted by relevance

/linux/net/llc/
H A Dllc_c_ac.c47 struct llc_sock *llc = llc_sk(sk); in llc_conn_ac_clear_remote_busy() local
134 struct llc_sock *llc = llc_sk(sk); in llc_conn_ac_rst_ind() local
191 struct llc_sock *llc = llc_sk(sk); in llc_conn_ac_stop_rej_tmr_if_data_flag_eq_2() local
201 struct llc_sock *llc = llc_sk(sk); in llc_conn_ac_send_disc_cmd_p_set_x() local
226 struct llc_sock *llc = llc_sk(sk); in llc_conn_ac_send_dm_rsp_f_set_p() local
252 struct llc_sock *llc = llc_sk(sk); in llc_conn_ac_send_dm_rsp_f_set_1() local
279 struct llc_sock *llc = llc_sk(sk); in llc_conn_ac_send_frmr_rsp_f_set_x() local
310 struct llc_sock *llc = llc_sk(sk); in llc_conn_ac_resend_frmr_rsp_f_set_0() local
339 struct llc_sock *llc = llc_sk(sk); in llc_conn_ac_resend_frmr_rsp_f_set_p() local
367 struct llc_sock *llc = llc_sk(sk); in llc_conn_ac_send_i_cmd_p_set_1() local
[all …]
H A Dllc_conn.c65 struct llc_sock *llc = llc_sk(skb->sk); in llc_conn_state_process() local
216 struct llc_sock *llc; in llc_conn_resend_i_pdu_as_cmd() local
258 struct llc_sock *llc = llc_sk(sk); in llc_conn_resend_i_pdu_as_rsp() local
300 struct llc_sock *llc = llc_sk(sk); in llc_conn_remove_acked_pdus() local
360 struct llc_sock *llc = llc_sk(sk); in llc_conn_service() local
393 struct llc_sock *llc = llc_sk(sk); in llc_qualify_conn_ev() local
460 struct llc_sock *llc = llc_sk(sk); in llc_estab_match() local
537 struct llc_sock *llc = llc_sk(sk); in llc_listener_match() local
708 struct llc_sock *llc = llc_sk(sk); in llc_sap_add_socket() local
733 struct llc_sock *llc = llc_sk(sk); in llc_sap_remove_socket() local
[all …]
H A Daf_llc.c129 struct llc_sock* llc = llc_sk(sk); in llc_ui_send_data() local
203 struct llc_sock *llc; in llc_ui_release() local
279 struct llc_sock *llc = llc_sk(sk); in llc_ui_autobind() local
344 struct llc_sock *llc = llc_sk(sk); in llc_ui_bind() local
484 struct llc_sock *llc = llc_sk(sk); in llc_ui_connect() local
622 struct llc_sock *llc = llc_sk(sk); in llc_ui_wait_for_busy_core() local
674 struct llc_sock *llc = llc_sk(skb->sk); in llc_cmsg_rcv() local
700 struct llc_sock *llc, *newllc; in llc_ui_accept() local
766 struct llc_sock *llc = llc_sk(sk); in llc_ui_recvmsg() local
934 struct llc_sock *llc = llc_sk(sk); in llc_ui_sendmsg() local
[all …]
H A Dllc_proc.c83 struct llc_sock *llc; in llc_seq_next() local
118 struct llc_sock *llc = llc_sk(sk); in llc_seq_stop() local
129 struct llc_sock *llc; in llc_seq_socket_show() local
178 struct llc_sock *llc; in llc_seq_core_show() local
H A Dllc_if.c48 struct llc_sock *llc = llc_sk(sk); in llc_build_and_send_pkt() local
88 struct llc_sock *llc = llc_sk(sk); in llc_establish_connection() local
H A Dllc_sap.c300 struct llc_sock *llc = llc_sk(sk); in llc_dgram_match() local
359 struct llc_sock *llc = llc_sk(sk); in llc_mcast_match() local
400 struct llc_sock *llc; in llc_sap_mcast() local
H A Dllc_c_ev.c80 struct llc_sock *llc = llc_sk(sk); in llc_util_nr_inside_tx_window() local
/linux/net/nfc/hci/
H A Dllc.c98 struct nfc_llc *llc; in nfc_llc_allocate() local
121 void nfc_llc_free(struct nfc_llc *llc) in nfc_llc_free()
127 int nfc_llc_start(struct nfc_llc *llc) in nfc_llc_start()
133 int nfc_llc_stop(struct nfc_llc *llc) in nfc_llc_stop()
139 void nfc_llc_rcv_from_drv(struct nfc_llc *llc, struct sk_buff *skb) in nfc_llc_rcv_from_drv()
144 int nfc_llc_xmit_from_hci(struct nfc_llc *llc, struct sk_buff *skb) in nfc_llc_xmit_from_hci()
149 void *nfc_llc_get_data(struct nfc_llc *llc) in nfc_llc_get_data()
H A Dllc_nop.c45 static void llc_nop_deinit(struct nfc_llc *llc) in llc_nop_deinit()
50 static int llc_nop_start(struct nfc_llc *llc) in llc_nop_start()
55 static int llc_nop_stop(struct nfc_llc *llc) in llc_nop_stop()
60 static void llc_nop_rcv_from_drv(struct nfc_llc *llc, struct sk_buff *skb) in llc_nop_rcv_from_drv()
67 static int llc_nop_xmit_from_hci(struct nfc_llc *llc, struct sk_buff *skb) in llc_nop_xmit_from_hci()
H A Dllc_shdlc.c761 static void llc_shdlc_deinit(struct nfc_llc *llc) in llc_shdlc_deinit()
772 static int llc_shdlc_start(struct nfc_llc *llc) in llc_shdlc_start()
779 static int llc_shdlc_stop(struct nfc_llc *llc) in llc_shdlc_stop()
788 static void llc_shdlc_rcv_from_drv(struct nfc_llc *llc, struct sk_buff *skb) in llc_shdlc_rcv_from_drv()
795 static int llc_shdlc_xmit_from_hci(struct nfc_llc *llc, struct sk_buff *skb) in llc_shdlc_xmit_from_hci()
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_llc.c25 static struct intel_gt *llc_to_gt(struct intel_llc *llc) in llc_to_gt()
50 static bool get_ia_constants(struct intel_llc *llc, in get_ia_constants()
72 static void calc_ia_freq(struct intel_llc *llc, in calc_ia_freq()
118 static void gen6_update_ring_freq(struct intel_llc *llc) in gen6_update_ring_freq()
150 void intel_llc_enable(struct intel_llc *llc) in intel_llc_enable()
155 void intel_llc_disable(struct intel_llc *llc) in intel_llc_disable()
H A Dselftest_llc.c9 static int gen6_verify_ring_freq(struct intel_llc *llc) in gen6_verify_ring_freq()
67 int st_llc_verify(struct intel_llc *llc) in st_llc_verify()
H A Dintel_gt_types.h170 struct intel_llc llc; member
/linux/include/uapi/linux/
H A Dif_fc.h47 __u8 llc; /* LLC control field */ member
/linux/drivers/base/
H A Dcacheinfo.c59 struct cacheinfo *llc; in last_level_cache_is_valid() local
886 struct cacheinfo *llc, *sib_llc; in cpu_map_shared_cache() local
928 struct cacheinfo *llc; in update_per_cpu_data_slice_size_cpu() local
/linux/include/uapi/linux/netfilter_bridge/
H A Debt_802_3.h53 } llc; member
/linux/net/openvswitch/
H A Dflow.c525 struct llc_snap_hdr *llc; in parse_ethertype() local
/linux/drivers/net/ethernet/aquantia/atlantic/macsec/
H A Dmacsec_struct.h75 u32 llc; member
374 u32 llc; member
/linux/net/atm/
H A Dclip.c742 int svc, llc, off; in atmarp_info() local
/linux/include/net/nfc/
H A Dhci.h123 struct nfc_llc *llc; member
/linux/include/soc/mscc/
H A Docelot_vcap.h518 struct ocelot_vcap_u32 llc; member
714 struct ocelot_vcap_key_llc llc; member
/linux/drivers/net/ethernet/mscc/
H A Docelot_vcap.c412 struct ocelot_vcap_key_llc *llc = &filter->key.llc; in is2_entry_set() local