Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lnet/selftest/
Dconrpc.c92 lstcon_rpc_init(lstcon_node_t *nd, int service, unsigned feats, in lstcon_rpc_init() argument
96 feats, bulk_npg, bulk_len, in lstcon_rpc_init()
117 lstcon_rpc_prep(lstcon_node_t *nd, int service, unsigned feats, in lstcon_rpc_prep() argument
139 rc = lstcon_rpc_init(nd, service, feats, bulk_npg, bulk_len, 0, crpc); in lstcon_rpc_prep()
600 unsigned feats, lstcon_rpc_t **crpc) in lstcon_sesrpc_prep() argument
609 feats, 0, 0, crpc); in lstcon_sesrpc_prep()
622 feats, 0, 0, crpc); in lstcon_sesrpc_prep()
638 lstcon_dbgrpc_prep(lstcon_node_t *nd, unsigned feats, lstcon_rpc_t **crpc) in lstcon_dbgrpc_prep() argument
643 rc = lstcon_rpc_prep(nd, SRPC_SERVICE_DEBUG, feats, 0, 0, crpc); in lstcon_dbgrpc_prep()
656 lstcon_batrpc_prep(lstcon_node_t *nd, int transop, unsigned feats, in lstcon_batrpc_prep() argument
[all …]
Dconsole.c1704 lstcon_session_new(char *name, int key, unsigned feats, in lstcon_session_new() argument
1725 if ((feats & ~LST_FEATS_MASK) != 0) { in lstcon_session_new()
1727 (feats & ~LST_FEATS_MASK)); in lstcon_session_new()
1739 console_session.ses_features = feats; in lstcon_session_new()
1864 lstcon_session_feats_check(unsigned feats) in lstcon_session_feats_check() argument
1868 if ((feats & ~LST_FEATS_MASK) != 0) { in lstcon_session_feats_check()
1870 (feats & ~LST_FEATS_MASK)); in lstcon_session_feats_check()
1878 console_session.ses_features = feats; in lstcon_session_feats_check()
1881 if (console_session.ses_features != feats) in lstcon_session_feats_check()
1888 feats, console_session.ses_features); in lstcon_session_feats_check()
Dconctl.c326 unsigned feats; in lst_nodes_add_ioctl() local
356 args->lstio_grp_idsp, &feats, in lst_nodes_add_ioctl()
361 copy_to_user(args->lstio_grp_featp, &feats, sizeof(feats))) { in lst_nodes_add_ioctl()
Dconsole.h195 extern int lstcon_session_feats_check(unsigned feats);
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dfeature.c56 u32 feats = bus_if->drvr->feat_flags; in brcmf_feat_debugfs_read() local
60 seq_printf(seq, "Features: %08x\n", feats); in brcmf_feat_debugfs_read()
62 if (feats & BIT(id)) in brcmf_feat_debugfs_read()