| /Linux-v6.6/usr/ |
| D | gen_initramfs.sh | 95 local ftype=$(filetype "${location}") 101 [ "${ftype}" = "invalid" ] && return 0 104 case "${ftype}" in 106 str="${ftype} ${name} ${location} ${str}" 116 str="${ftype} ${name} ${str} ${dev} ${maj} ${min}" 120 str="${ftype} ${name} ${target} ${str}" 123 str="${ftype} ${name} ${str}"
|
| /Linux-v6.6/kernel/trace/ |
| D | trace_probe.h | 186 #define __ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, str, _fmttype) \ argument 197 #define _ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, _fmttype) \ argument 198 __ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, 0, #_fmttype) 199 #define ASSIGN_FETCH_TYPE(ptype, ftype, sign) \ argument 200 _ASSIGN_FETCH_TYPE(#ptype, ptype, ftype, sizeof(ftype), sign, ptype) 203 #define ASSIGN_FETCH_TYPE_ALIAS(ptype, atype, ftype, sign) \ argument 204 _ASSIGN_FETCH_TYPE(#ptype, ptype, ftype, sizeof(ftype), sign, atype)
|
| /Linux-v6.6/net/mac80211/ |
| D | mesh_plink.c | 1024 enum ieee80211_self_protected_actioncode ftype, in mesh_plink_get_event() argument 1031 matches_local = (ftype == WLAN_SP_MESH_PEERING_CLOSE || in mesh_plink_get_event() 1041 if (ftype != WLAN_SP_MESH_PEERING_OPEN) { in mesh_plink_get_event() 1063 switch (ftype) { in mesh_plink_get_event() 1120 enum ieee80211_self_protected_actioncode ftype; in mesh_process_plink_frame() local 1138 ftype = mgmt->u.action.u.self_prot.action_code; in mesh_process_plink_frame() 1139 if ((ftype == WLAN_SP_MESH_PEERING_OPEN && ie_len != 4) || in mesh_process_plink_frame() 1140 (ftype == WLAN_SP_MESH_PEERING_CONFIRM && ie_len != 6) || in mesh_process_plink_frame() 1141 (ftype == WLAN_SP_MESH_PEERING_CLOSE && ie_len != 6 in mesh_process_plink_frame() 1145 ftype, ie_len); in mesh_process_plink_frame() [all …]
|
| /Linux-v6.6/drivers/tty/ |
| D | n_gsm.c | 177 u8 ftype; /* Frame type */ member 330 u8 ftype; /* UI or UIH */ member 595 switch (dlci->ftype) { in gsm_encode_params() 603 pr_debug("unsupported frame type %d\n", dlci->ftype); in gsm_encode_params() 1194 msg = gsm_data_alloc(gsm, dlci->addr, size, dlci->ftype); in gsm_dlci_data_output() 1270 msg = gsm_data_alloc(gsm, dlci->addr, size, dlci->ftype); in gsm_dlci_data_output_framed() 1327 msg = gsm_data_alloc(gsm, dlci->addr, size, dlci->ftype); in gsm_dlci_modem_output() 1456 msg = gsm_data_alloc(gsm, 0, dlen + 2, dlci->ftype); in gsm_control_command() 1484 msg = gsm_data_alloc(gsm, 0, dlen + 2, dlci->ftype); in gsm_control_reply() 1570 unsigned int ftype, i, adaption, prio, n1, k; in gsm_process_negotiation() local [all …]
|
| /Linux-v6.6/arch/arm/include/asm/ |
| D | user.h | 46 unsigned char ftype[8]; member
|
| /Linux-v6.6/fs/xfs/libxfs/ |
| D | xfs_dir2_data.c | 55 uint8_t ftype = dep->name[dep->namelen]; in xfs_dir2_data_get_ftype() local 57 if (likely(ftype < XFS_DIR3_FT_MAX)) in xfs_dir2_data_get_ftype() 58 return ftype; in xfs_dir2_data_get_ftype() 68 uint8_t ftype) in xfs_dir2_data_put_ftype() argument 70 ASSERT(ftype < XFS_DIR3_FT_MAX); in xfs_dir2_data_put_ftype() 74 dep->name[dep->namelen] = ftype; in xfs_dir2_data_put_ftype()
|
| D | xfs_dir2_priv.h | 70 struct xfs_dir2_data_entry *dep, uint8_t ftype); 184 struct xfs_dir2_sf_entry *sfep, uint8_t ftype);
|
| D | xfs_dir2_sf.c | 139 uint8_t ftype = sfep->name[sfep->namelen]; in xfs_dir2_sf_get_ftype() local 141 if (ftype < XFS_DIR3_FT_MAX) in xfs_dir2_sf_get_ftype() 142 return ftype; in xfs_dir2_sf_get_ftype() 152 uint8_t ftype) in xfs_dir2_sf_put_ftype() argument 154 ASSERT(ftype < XFS_DIR3_FT_MAX); in xfs_dir2_sf_put_ftype() 157 sfep->name[sfep->namelen] = ftype; in xfs_dir2_sf_put_ftype()
|
| /Linux-v6.6/drivers/net/wireless/ath/ath9k/ |
| D | link.c | 221 int ftype; in ath_paprd_calibrate() local 246 ftype = IEEE80211_FTYPE_DATA | IEEE80211_STYPE_NULLFUNC; in ath_paprd_calibrate() 247 hdr->frame_control = cpu_to_le16(ftype); in ath_paprd_calibrate()
|
| /Linux-v6.6/drivers/staging/wlan-ng/ |
| D | p80211netdev.c | 846 u16 ftype; in p80211_rx_typedrop() local 850 ftype = WLAN_GET_FC_FTYPE(fc); in p80211_rx_typedrop() 852 switch (ftype) { in p80211_rx_typedrop()
|
| /Linux-v6.6/fs/xfs/scrub/ |
| D | dir.c | 41 int ftype) in xchk_dir_check_ftype() argument 46 if (ftype != XFS_DIR3_FT_UNKNOWN && ftype != XFS_DIR3_FT_DIR) in xchk_dir_check_ftype() 51 if (xfs_mode_to_ftype(VFS_I(ip)->i_mode) != ftype) in xchk_dir_check_ftype()
|
| /Linux-v6.6/drivers/net/ethernet/intel/iavf/ |
| D | iavf_client.h | 92 u8 ftype; /* function type, PF or VF */ member
|
| D | iavf_client.c | 208 cinst->lan_info.ftype = IAVF_CLIENT_FTYPE_VF; in iavf_client_add_instance()
|
| /Linux-v6.6/fs/nfsd/ |
| D | nfs3proc.c | 449 if (argp->ftype == NF3CHR || argp->ftype == NF3BLK) { in nfsd3_proc_mknod() 456 } else if (argp->ftype != NF3SOCK && argp->ftype != NF3FIFO) { in nfsd3_proc_mknod() 461 type = nfs3_ftypes[argp->ftype]; in nfsd3_proc_mknod()
|
| D | xdr3.h | 59 __u32 ftype; member
|
| D | nfs3xdr.c | 638 if (xdr_stream_decode_u32(xdr, &args->ftype) < 0) in nfs3svc_decode_mknodargs() 640 switch (args->ftype) { in nfs3svc_decode_mknodargs()
|
| /Linux-v6.6/include/linux/net/intel/ |
| D | i40e_client.h | 82 u8 ftype; /* function type, PF or VF */ member
|
| /Linux-v6.6/net/wireless/ |
| D | scan.c | 2005 enum cfg80211_bss_frame_type ftype; member 2109 switch (data->ftype) { in cfg80211_inform_single_bss_data() 2235 .ftype = tx_data->ftype, in cfg80211_parse_mbssid_data() 2579 .ftype = tx_data->ftype, in cfg80211_parse_ml_sta_data() 2597 if (tx_data->ftype != CFG80211_BSS_FTYPE_PRESP) in cfg80211_parse_ml_sta_data() 2737 enum cfg80211_bss_frame_type ftype, in cfg80211_inform_bss_data() argument 2744 .ftype = ftype, in cfg80211_inform_bss_data() 2925 inform_data.ftype = ieee80211_is_beacon(mgmt->frame_control) ? in cfg80211_inform_bss_frame_data()
|
| D | mlme.c | 845 __le16 ftype = mgmt->frame_control & in cfg80211_rx_mgmt_ext() local 863 if (reg->frame_type != ftype) in cfg80211_rx_mgmt_ext()
|
| /Linux-v6.6/drivers/media/usb/uvc/ |
| D | uvc_driver.c | 235 u8 ftype; in uvc_parse_format() local 298 ftype = UVC_VS_FRAME_UNCOMPRESSED; in uvc_parse_format() 300 ftype = UVC_VS_FRAME_FRAME_BASED; in uvc_parse_format() 318 ftype = UVC_VS_FRAME_MJPEG; in uvc_parse_format() 341 ftype = 0; in uvc_parse_format() 374 buffer[2] == ftype) { in uvc_parse_format() 378 if (ftype != UVC_VS_FRAME_FRAME_BASED) in uvc_parse_format() 400 if (ftype != UVC_VS_FRAME_FRAME_BASED) { in uvc_parse_format()
|
| /Linux-v6.6/drivers/net/wireless/ath/wil6210/ |
| D | txrx.c | 377 u8 ftype; in wil_rx_get_cid_by_skb() local 383 ftype = wil_rxdesc_ftype(d) << 2; in wil_rx_get_cid_by_skb() 384 if (likely(ftype == IEEE80211_FTYPE_DATA)) { in wil_rx_get_cid_by_skb() 426 ta, vif->wdev.iftype, ftype, skb->len); in wil_rx_get_cid_by_skb() 452 u8 ftype; in wil_vring_reap_rx() local 535 ftype = wil_rxdesc_ftype(d) << 2; in wil_vring_reap_rx() 536 if (unlikely(ftype != IEEE80211_FTYPE_DATA)) { in wil_vring_reap_rx()
|
| D | txrx_edma.c | 758 u8 ftype; in wil_check_bar() local 765 ftype = wil_rx_status_get_frame_type(wil, msg); in wil_check_bar() 766 if (ftype == IEEE80211_FTYPE_DATA) in wil_check_bar()
|
| /Linux-v6.6/drivers/net/ethernet/microchip/vcap/ |
| D | vcap_api.c | 2672 enum vcap_field_type ftype, in vcap_rule_add_key() argument 2697 field->ctrl.type = ftype; in vcap_rule_add_key() 2840 enum vcap_field_type ftype, in vcap_rule_add_action() argument 2865 field->ctrl.type = ftype; in vcap_rule_add_action() 3415 enum vcap_field_type ftype, in vcap_rule_mod_key() argument 3422 return vcap_rule_add_key(rule, key, ftype, data); in vcap_rule_mod_key() 3460 enum vcap_field_type ftype, in vcap_rule_mod_action() argument 3467 return vcap_rule_add_action(rule, action, ftype, data); in vcap_rule_mod_action()
|
| /Linux-v6.6/fs/xfs/ |
| D | xfs_mount.h | 342 __XFS_HAS_FEAT(ftype, FTYPE) in __XFS_ADD_FEAT()
|
| /Linux-v6.6/include/net/ |
| D | cfg80211.h | 7048 enum cfg80211_bss_frame_type ftype, 7057 enum cfg80211_bss_frame_type ftype, in cfg80211_inform_bss_width() argument 7068 return cfg80211_inform_bss_data(wiphy, &data, ftype, bssid, tsf, in cfg80211_inform_bss_width() 7076 enum cfg80211_bss_frame_type ftype, in cfg80211_inform_bss() argument 7087 return cfg80211_inform_bss_data(wiphy, &data, ftype, bssid, tsf, in cfg80211_inform_bss()
|