Home
last modified time | relevance | path

Searched refs:feats (Results 1 – 5 of 5) sorted by relevance

/drivers/staging/lustre/lnet/selftest/
Dconrpc.c89 lstcon_rpc_init(struct lstcon_node *nd, int service, unsigned feats, in lstcon_rpc_init() argument
93 feats, bulk_npg, bulk_len, in lstcon_rpc_init()
114 lstcon_rpc_prep(struct lstcon_node *nd, int service, unsigned feats, in lstcon_rpc_prep() argument
135 rc = lstcon_rpc_init(nd, service, feats, bulk_npg, bulk_len, 0, crpc); in lstcon_rpc_prep()
592 unsigned feats, struct lstcon_rpc **crpc) in lstcon_sesrpc_prep() argument
601 feats, 0, 0, crpc); in lstcon_sesrpc_prep()
614 feats, 0, 0, crpc); in lstcon_sesrpc_prep()
630 lstcon_dbgrpc_prep(struct lstcon_node *nd, unsigned feats, struct lstcon_rpc **crpc) in lstcon_dbgrpc_prep() argument
635 rc = lstcon_rpc_prep(nd, SRPC_SERVICE_DEBUG, feats, 0, 0, crpc); in lstcon_dbgrpc_prep()
648 lstcon_batrpc_prep(struct lstcon_node *nd, int transop, unsigned feats, in lstcon_batrpc_prep() argument
[all …]
Dconsole.c1705 lstcon_session_new(char *name, int key, unsigned feats, in lstcon_session_new() argument
1726 if (feats & ~LST_FEATS_MASK) { in lstcon_session_new()
1728 (feats & ~LST_FEATS_MASK)); in lstcon_session_new()
1740 console_session.ses_features = feats; in lstcon_session_new()
1871 lstcon_session_feats_check(unsigned feats) in lstcon_session_feats_check() argument
1875 if (feats & ~LST_FEATS_MASK) { in lstcon_session_feats_check()
1877 (feats & ~LST_FEATS_MASK)); in lstcon_session_feats_check()
1885 console_session.ses_features = feats; in lstcon_session_feats_check()
1888 if (console_session.ses_features != feats) in lstcon_session_feats_check()
1895 feats, console_session.ses_features); in lstcon_session_feats_check()
Dconctl.c318 unsigned feats; in lst_nodes_add_ioctl() local
348 args->lstio_grp_idsp, &feats, in lst_nodes_add_ioctl()
353 copy_to_user(args->lstio_grp_featp, &feats, sizeof(feats))) { in lst_nodes_add_ioctl()
Dconsole.h198 int lstcon_session_feats_check(unsigned feats);
/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dfeature.c72 u32 feats = bus_if->drvr->feat_flags; in brcmf_feat_debugfs_read() local
76 seq_printf(seq, "Features: %08x\n", feats); in brcmf_feat_debugfs_read()
78 if (feats & BIT(id)) in brcmf_feat_debugfs_read()