/linux-6.3-rc2/usr/ |
A D | gen_initramfs.sh | 94 local ftype=$(filetype "${location}") 100 [ "${ftype}" = "invalid" ] && return 0 103 case "${ftype}" in 105 str="${ftype} ${name} ${location} ${str}" 115 str="${ftype} ${name} ${str} ${dev} ${maj} ${min}" 119 str="${ftype} ${name} ${target} ${str}" 122 str="${ftype} ${name} ${str}"
|
/linux-6.3-rc2/kernel/trace/ |
A D | trace_probe.h | 183 #define __ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, str, _fmttype) \ argument 194 #define _ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, _fmttype) \ argument 195 __ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, 0, #_fmttype) 196 #define ASSIGN_FETCH_TYPE(ptype, ftype, sign) \ argument 197 _ASSIGN_FETCH_TYPE(#ptype, ptype, ftype, sizeof(ftype), sign, ptype) 200 #define ASSIGN_FETCH_TYPE_ALIAS(ptype, atype, ftype, sign) \ argument 201 _ASSIGN_FETCH_TYPE(#ptype, ptype, ftype, sizeof(ftype), sign, atype)
|
/linux-6.3-rc2/net/mac80211/ |
A D | mesh_plink.c | 1011 enum ieee80211_self_protected_actioncode ftype, in mesh_plink_get_event() argument 1018 matches_local = (ftype == WLAN_SP_MESH_PEERING_CLOSE || in mesh_plink_get_event() 1028 if (ftype != WLAN_SP_MESH_PEERING_OPEN) { in mesh_plink_get_event() 1050 switch (ftype) { in mesh_plink_get_event() 1107 enum ieee80211_self_protected_actioncode ftype; in mesh_process_plink_frame() local 1125 ftype = mgmt->u.action.u.self_prot.action_code; in mesh_process_plink_frame() 1128 (ftype == WLAN_SP_MESH_PEERING_CLOSE && ie_len != 6 in mesh_process_plink_frame() 1132 ftype, ie_len); in mesh_process_plink_frame() 1136 if (ftype != WLAN_SP_MESH_PEERING_CLOSE && in mesh_process_plink_frame() 1145 if (ftype == WLAN_SP_MESH_PEERING_CONFIRM || in mesh_process_plink_frame() [all …]
|
/linux-6.3-rc2/drivers/tty/ |
A D | n_gsm.c | 590 switch (dlci->ftype) { in gsm_encode_params() 1579 ftype = UIH; in gsm_process_negotiation() 1582 ftype = UI; in gsm_process_negotiation() 1619 if (ftype != dlci->ftype) { in gsm_process_negotiation() 1624 if (ftype != UI && ftype != UIH && k > dlci->k) { in gsm_process_negotiation() 1649 dlci->ftype = ftype; in gsm_process_negotiation() 2277 if (gsm->ftype != dlci->ftype) in gsm_dlci_begin_open() 2494 dlci->ftype = gsm->ftype; in gsm_dlci_alloc() 3075 gsm->ftype = UIH; in gsm_alloc_mux() 3190 gsm->ftype = UIH; in gsm_config() [all …]
|
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | user.h | 46 unsigned char ftype[8]; member
|
/linux-6.3-rc2/net/wireless/ |
A D | scan.c | 1874 enum cfg80211_bss_frame_type ftype) in cfg80211_get_bss_channel() argument 1881 channel->band, ftype); in cfg80211_get_bss_channel() 1960 data->scan_width, ftype); in cfg80211_inform_single_bss_data() 1999 switch (ftype) { in cfg80211_inform_single_bss_data() 2222 ftype, in cfg80211_parse_mbssid_data() 2272 enum cfg80211_bss_frame_type ftype; in cfg80211_parse_mbssid_frame_data() local 2394 enum cfg80211_bss_frame_type ftype; in cfg80211_inform_single_bss_frame_data() local 2432 ftype = CFG80211_BSS_FTYPE_BEACON; in cfg80211_inform_single_bss_frame_data() 2434 ftype = CFG80211_BSS_FTYPE_PRESP; in cfg80211_inform_single_bss_frame_data() 2436 ftype = CFG80211_BSS_FTYPE_UNKNOWN; in cfg80211_inform_single_bss_frame_data() [all …]
|
A D | mlme.c | 813 __le16 ftype = mgmt->frame_control & in cfg80211_rx_mgmt_ext() local 831 if (reg->frame_type != ftype) in cfg80211_rx_mgmt_ext()
|
/linux-6.3-rc2/fs/xfs/libxfs/ |
A 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()
|
A 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);
|
A 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-6.3-rc2/drivers/staging/wlan-ng/ |
A D | p80211netdev.c | 867 u16 ftype; in p80211_rx_typedrop() local 871 ftype = WLAN_GET_FC_FTYPE(fc); in p80211_rx_typedrop() 873 switch (ftype) { in p80211_rx_typedrop()
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath9k/ |
A 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-6.3-rc2/drivers/net/ethernet/intel/iavf/ |
A D | iavf_client.h | 92 u8 ftype; /* function type, PF or VF */ member
|
A D | iavf_client.c | 208 cinst->lan_info.ftype = IAVF_CLIENT_FTYPE_VF; in iavf_client_add_instance()
|
/linux-6.3-rc2/fs/nfsd/ |
A D | nfs3proc.c | 459 if (argp->ftype == NF3CHR || argp->ftype == NF3BLK) { in nfsd3_proc_mknod() 466 } else if (argp->ftype != NF3SOCK && argp->ftype != NF3FIFO) { in nfsd3_proc_mknod() 471 type = nfs3_ftypes[argp->ftype]; in nfsd3_proc_mknod()
|
A D | xdr3.h | 59 __u32 ftype; member
|
A 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()
|
A D | vfs.c | 478 umode_t ftype = 0; in nfsd_setattr() local 487 ftype = S_IFREG; in nfsd_setattr() 507 err = fh_verify(rqstp, fhp, ftype, accmode); in nfsd_setattr()
|
/linux-6.3-rc2/include/linux/net/intel/ |
A D | i40e_client.h | 82 u8 ftype; /* function type, PF or VF */ member
|
/linux-6.3-rc2/drivers/media/usb/uvc/ |
A D | uvc_driver.c | 234 u8 ftype; in uvc_parse_format() local 293 ftype = UVC_VS_FRAME_UNCOMPRESSED; in uvc_parse_format() 295 ftype = UVC_VS_FRAME_FRAME_BASED; in uvc_parse_format() 313 ftype = UVC_VS_FRAME_MJPEG; in uvc_parse_format() 336 ftype = 0; in uvc_parse_format() 369 buffer[2] == ftype) { in uvc_parse_format() 371 if (ftype != UVC_VS_FRAME_FRAME_BASED) in uvc_parse_format() 393 if (ftype != UVC_VS_FRAME_FRAME_BASED) { in uvc_parse_format()
|
/linux-6.3-rc2/drivers/net/wireless/ath/wil6210/ |
A 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()
|
A 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-6.3-rc2/drivers/net/ethernet/microchip/vcap/ |
A D | vcap_api.c | 2639 enum vcap_field_type ftype, in vcap_rule_add_key() argument 2664 field->ctrl.type = ftype; in vcap_rule_add_key() 2807 enum vcap_field_type ftype, in vcap_rule_add_action() argument 2832 field->ctrl.type = ftype; in vcap_rule_add_action() 3382 enum vcap_field_type ftype, in vcap_rule_mod_key() argument 3389 return vcap_rule_add_key(rule, key, ftype, data); in vcap_rule_mod_key() 3408 enum vcap_field_type ftype, in vcap_rule_mod_action() argument 3415 return vcap_rule_add_action(rule, action, ftype, data); in vcap_rule_mod_action()
|
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_mount.h | 333 __XFS_HAS_FEAT(ftype, FTYPE) in __XFS_ADD_FEAT()
|
/linux-6.3-rc2/include/net/ |
A D | cfg80211.h | 6823 enum cfg80211_bss_frame_type ftype); 6848 enum cfg80211_bss_frame_type ftype, 6857 enum cfg80211_bss_frame_type ftype, in cfg80211_inform_bss_width() argument 6868 return cfg80211_inform_bss_data(wiphy, &data, ftype, bssid, tsf, in cfg80211_inform_bss_width() 6876 enum cfg80211_bss_frame_type ftype, in cfg80211_inform_bss() argument 6887 return cfg80211_inform_bss_data(wiphy, &data, ftype, bssid, tsf, in cfg80211_inform_bss()
|