Searched refs:vcs (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/drivers/atm/ |
D | idt77252.c | 555 vc = card->vcs[i]; in idt77252_tx_dump() 866 vc = card->vcs[0]; in queue_skb() 1051 vc = card->vcs[VPCI2VC(card, vpi, vci)]; in dequeue_rx() 1293 vc = card->vcs[VPCI2VC(card, vpi, vci)]; in idt77252_rx_raw() 1454 vc = card->vcs[conn & 0x1fff]; in idt77252_tx() 1471 vc = card->vcs[conn & 0x1fff]; in idt77252_tx() 1497 vc = card->vcs[VPCI2VC(card, vpi, vci)]; in idt77252_tx() 2432 if (!card->vcs[index]) { in idt77252_open() 2433 card->vcs[index] = kzalloc(sizeof(struct vc_map), GFP_KERNEL); in idt77252_open() 2434 if (!card->vcs[index]) { in idt77252_open() [all …]
|
D | idt77252.h | 391 struct vc_map **vcs; /* Open Connections */ member
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | book3s_hv.c | 1952 struct list_head vcs[MAX_SUBCORES]; member 1972 INIT_LIST_HEAD(&cip->vcs[sub]); in init_core_info() 1973 list_add_tail(&vc->preempt_list, &cip->vcs[0]); in init_core_info() 2022 vc = list_first_entry(&cip->vcs[sub], struct kvmppc_vcore, in can_split_piggybacked_subcores() 2039 list_for_each_entry_safe(vc, vcnext, &cip->vcs[sub], preempt_list) { in can_split_piggybacked_subcores() 2042 list_add_tail(&vc->preempt_list, &cip->vcs[new_sub]); in can_split_piggybacked_subcores() 2097 list_add_tail(&vc->preempt_list, &cip->vcs[sub]); in can_dynamic_split() 2108 vc = list_first_entry(&cip->vcs[sub], struct kvmppc_vcore, in can_piggyback_subcore() 2134 list_add_tail(&pvc->preempt_list, &cip->vcs[sub]); in can_piggyback_subcore() 2356 list_first_entry(&core_info.vcs[sub], in kvmppc_run_core() [all …]
|
/linux-4.4.14/drivers/staging/rtl8712/ |
D | rtl871x_xmit.c | 717 pxmitpriv->vcs = NONE_VCS; in r8712_update_protection() 725 pxmitpriv->vcs = NONE_VCS; in r8712_update_protection() 730 pxmitpriv->vcs = RTS_CTS; in r8712_update_protection() 732 pxmitpriv->vcs = CTS_TO_SELF; in r8712_update_protection() 734 pxmitpriv->vcs = NONE_VCS; in r8712_update_protection()
|
D | rtl871x_xmit.h | 226 u8 vcs; member
|
D | os_intfs.c | 280 pxmitpriv->vcs = pregistrypriv->vcs_type; in init_default_value()
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_xmit.c | 1171 pxmitpriv->vcs = NONE_VCS; in rtw_update_protection() 1179 pxmitpriv->vcs = NONE_VCS; in rtw_update_protection() 1184 pxmitpriv->vcs = RTS_CTS; in rtw_update_protection() 1186 pxmitpriv->vcs = CTS_TO_SELF; in rtw_update_protection() 1188 pxmitpriv->vcs = NONE_VCS; in rtw_update_protection()
|
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_xmit.c | 1253 pxmitpriv->vcs = NONE_VCS; in rtw_update_protection23a() 1261 pxmitpriv->vcs = NONE_VCS; in rtw_update_protection23a() 1266 pxmitpriv->vcs = RTS_CTS; in rtw_update_protection23a() 1268 pxmitpriv->vcs = CTS_TO_SELF; in rtw_update_protection23a() 1270 pxmitpriv->vcs = NONE_VCS; in rtw_update_protection23a()
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
D | rtw_xmit.h | 286 u8 vcs; member
|
/linux-4.4.14/drivers/staging/rtl8723au/include/ |
D | rtw_xmit.h | 305 u8 vcs; member
|
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/ |
D | os_intfs.c | 386 pxmitpriv->vcs = pregistrypriv->vcs_type; in rtw_init_default_value()
|
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/ |
D | os_intfs.c | 797 pxmitpriv->vcs = pregistrypriv->vcs_type; in rtw_init_default_value()
|
/linux-4.4.14/Documentation/ |
D | devices.txt | 261 0 = /dev/vcs Current vc text contents
|