| /OK3568_Linux_fs/kernel/drivers/virtio/ |
| H A D | virtio_pci_modern.c | 454 u8 type, cap_len, id; in virtio_pci_find_shm_cap() local 464 cap_len), &cap_len); in virtio_pci_find_shm_cap() 465 if (cap_len != sizeof(struct virtio_pci_cap64)) { in virtio_pci_find_shm_cap() 467 " %d size: %d\n", __func__, pos, cap_len); in virtio_pci_find_shm_cap() 623 offsetof(struct virtio_pci_cap, cap_len)); in check_offsets()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/ |
| H A D | rtw_vht.c | 740 u8 cap_len = 0, notify_len = 0, notify_bw = 0, operation_bw = 0, supported_chnl_width = 0; in rtw_restructure_vht_ie() local 753 cap_len = rtw_build_vht_cap_ie(padapter, out_ie + *pout_len); in rtw_restructure_vht_ie() 754 *pout_len += cap_len; in rtw_restructure_vht_ie() 825 u8 cap_len, operation_len; in rtw_vht_ies_attach() local 844 cap_len = rtw_build_vht_cap_ie(padapter, pnetwork->IEs + pnetwork->IELength); in rtw_vht_ies_attach() 845 pnetwork->IELength += cap_len; in rtw_vht_ies_attach()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | virtio_pci.h | 121 __u8 cap_len; /* Generic PCI field: capability length */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | virtio_pci.h | 121 __u8 cap_len; /* Generic PCI field: capability length */ member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | virtio_pci.h | 123 __u8 cap_len; /* Generic PCI field: capability length */ member
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/mb862xx/ |
| H A D | mb862xxfb.h | 63 size_t cap_len; /* length of capture buffers */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/ |
| H A D | rtw_vht.c | 692 u8 cap_len=0, notify_len=0, notify_bw=0, operation_bw=0, supported_chnl_width=0; in rtw_restructure_vht_ie() local 705 cap_len = rtw_build_vht_cap_ie(padapter, out_ie+*pout_len); in rtw_restructure_vht_ie() 706 *pout_len += cap_len; in rtw_restructure_vht_ie()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/ |
| H A D | rtw_vht.c | 720 u8 cap_len=0, notify_len=0, notify_bw=0, operation_bw=0, supported_chnl_width=0; in rtw_restructure_vht_ie() local 733 cap_len = rtw_build_vht_cap_ie(padapter, out_ie+*pout_len); in rtw_restructure_vht_ie() 734 *pout_len += cap_len; in rtw_restructure_vht_ie()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/ |
| H A D | rtw_vht.c | 775 u8 cap_len = 0, notify_len = 0, notify_bw = 0, operation_bw = 0, supported_chnl_width = 0; in rtw_restructure_vht_ie() local 788 cap_len = rtw_build_vht_cap_ie(padapter, out_ie + *pout_len); in rtw_restructure_vht_ie() 789 *pout_len += cap_len; in rtw_restructure_vht_ie()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_mbo.c | 1452 u32 cap_len = 0, flen = 0; in rtw_mbo_build_ap_capability() local 1457 RTW_MBO_ATTR_AP_CAP_ID, &cap_len, 0)) != NULL) in rtw_mbo_build_ap_capability() 1569 u32 len = 0, cap_len = 0 ; in rtw_mbo_build_assoc_rsp_ies() local 1575 RTW_MBO_ATTR_AP_CAP_ID, &cap_len, 0)) != NULL) in rtw_mbo_build_assoc_rsp_ies() 1606 u32 len = 0, cap_len = 0 ; in rtw_mbo_build_wnm_btmreq_reason_ies() local
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_mbo.c | 1452 u32 cap_len = 0, flen = 0; in rtw_mbo_build_ap_capability() local 1457 RTW_MBO_ATTR_AP_CAP_ID, &cap_len, 0)) != NULL) in rtw_mbo_build_ap_capability() 1569 u32 len = 0, cap_len = 0 ; in rtw_mbo_build_assoc_rsp_ies() local 1575 RTW_MBO_ATTR_AP_CAP_ID, &cap_len, 0)) != NULL) in rtw_mbo_build_assoc_rsp_ies() 1606 u32 len = 0, cap_len = 0 ; in rtw_mbo_build_wnm_btmreq_reason_ies() local
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nfnetlink_queue.c | 380 size_t data_len = 0, cap_len = 0; in nfqnl_build_packet_message() local 440 cap_len = entskb->len; in nfqnl_build_packet_message() 599 if (cap_len > data_len && in nfqnl_build_packet_message() 600 nla_put_be32(skb, NFQA_CAP_LEN, htonl(cap_len))) in nfqnl_build_packet_message()
|
| /OK3568_Linux_fs/kernel/drivers/s390/scsi/ |
| H A D | zfcp_dbf.c | 467 u64 req_id, u32 d_id, u16 cap_len) in zfcp_dbf_san() argument 498 for (; sg && pay_sum < cap_len; sg = sg_next(sg)) { in zfcp_dbf_san() 501 while (offset < sg->length && pay_sum < cap_len) { in zfcp_dbf_san()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/ |
| H A D | rtw_vht.c | 1070 u8 cap_len, operation_len; in rtw_vht_ies_attach() local 1089 cap_len = rtw_build_vht_cap_ie(padapter, pnetwork->IEs + pnetwork->IELength); in rtw_vht_ies_attach() 1090 pnetwork->IELength += cap_len; in rtw_vht_ies_attach()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/ |
| H A D | rtw_vht.c | 1072 u8 cap_len, operation_len; in rtw_vht_ies_attach() local 1091 cap_len = rtw_build_vht_cap_ie(padapter, pnetwork->IEs + pnetwork->IELength); in rtw_vht_ies_attach() 1092 pnetwork->IELength += cap_len; in rtw_vht_ies_attach()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/ |
| H A D | rtw_vht.c | 1072 u8 cap_len, operation_len; in rtw_vht_ies_attach() local 1091 cap_len = rtw_build_vht_cap_ie(padapter, pnetwork->IEs + pnetwork->IELength); in rtw_vht_ies_attach() 1092 pnetwork->IELength += cap_len; in rtw_vht_ies_attach()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/ |
| H A D | rtw_vht.c | 1076 u8 cap_len, operation_len; in rtw_vht_ies_attach() local 1095 cap_len = rtw_build_vht_cap_ie(padapter, pnetwork->IEs + pnetwork->IELength); in rtw_vht_ies_attach() 1096 pnetwork->IELength += cap_len; in rtw_vht_ies_attach()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/ |
| H A D | rtw_vht.c | 1071 u8 cap_len, operation_len; in rtw_vht_ies_attach() local 1090 cap_len = rtw_build_vht_cap_ie(padapter, pnetwork->IEs + pnetwork->IELength); in rtw_vht_ies_attach() 1091 pnetwork->IELength += cap_len; in rtw_vht_ies_attach()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/ |
| H A D | rtw_vht.c | 1071 u8 cap_len, operation_len; in rtw_vht_ies_attach() local 1090 cap_len = rtw_build_vht_cap_ie(padapter, pnetwork->IEs + pnetwork->IELength); in rtw_vht_ies_attach() 1091 pnetwork->IELength += cap_len; in rtw_vht_ies_attach()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/ |
| H A D | rtw_vht.c | 1063 u8 cap_len, operation_len; in rtw_vht_ies_attach() local 1082 cap_len = rtw_build_vht_cap_ie(padapter, pnetwork->IEs + pnetwork->IELength); in rtw_vht_ies_attach() 1083 pnetwork->IELength += cap_len; in rtw_vht_ies_attach()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/ |
| H A D | rtw_vht.c | 1072 u8 cap_len, operation_len; in rtw_vht_ies_attach() local 1091 cap_len = rtw_build_vht_cap_ie(padapter, pnetwork->IEs + pnetwork->IELength); in rtw_vht_ies_attach() 1092 pnetwork->IELength += cap_len; in rtw_vht_ies_attach()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/ |
| H A D | rtw_vht.c | 1075 u8 cap_len, operation_len; in rtw_vht_ies_attach() local 1094 cap_len = rtw_build_vht_cap_ie(padapter, pnetwork->IEs + pnetwork->IELength); in rtw_vht_ies_attach() 1095 pnetwork->IELength += cap_len; in rtw_vht_ies_attach()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/ |
| H A D | rtw_vht.c | 1130 u8 cap_len, operation_len; in rtw_vht_ies_attach() local 1148 cap_len = rtw_build_vht_cap_ie(padapter, pnetwork->IEs + pnetwork->IELength); in rtw_vht_ies_attach() 1149 pnetwork->IELength += cap_len; in rtw_vht_ies_attach()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/ |
| H A D | rtw_vht.c | 1132 u8 cap_len, operation_len; in rtw_vht_ies_attach() local 1150 cap_len = rtw_build_vht_cap_ie(padapter, pnetwork->IEs + pnetwork->IELength); in rtw_vht_ies_attach() 1151 pnetwork->IELength += cap_len; in rtw_vht_ies_attach()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/ |
| H A D | rtw_vht.c | 1132 u8 cap_len, operation_len; in rtw_vht_ies_attach() local 1150 cap_len = rtw_build_vht_cap_ie(padapter, pnetwork->IEs + pnetwork->IELength); in rtw_vht_ies_attach() 1151 pnetwork->IELength += cap_len; in rtw_vht_ies_attach()
|