Home
last modified time | relevance | path

Searched refs:namep (Results 1 – 4 of 4) sorted by relevance

/drivers/net/ethernet/mellanox/mlx5/core/
A Ddebugfs.c223 const char *namep; in mlx5_cmdif_debugfs_init() local
234 namep = mlx5_command_str(i); in mlx5_cmdif_debugfs_init()
235 if (strcmp(namep, "unknown command opcode")) { in mlx5_cmdif_debugfs_init()
239 stats->root = debugfs_create_dir(namep, *cmd); in mlx5_cmdif_debugfs_init()
A Dcmd.c1987 const char *namep = mlx5_command_str(opcode); in cmd_status_log() local
1991 if (!err || !(strcmp(namep, "unknown command opcode"))) in cmd_status_log()
/drivers/infiniband/hw/hfi1/
A Dchip.h1384 u32 hfi1_read_cntrs(struct hfi1_devdata *dd, char **namep, u64 **cntrp);
1385 u32 hfi1_read_portcntrs(struct hfi1_pportdata *ppd, char **namep, u64 **cntrp);
A Dchip.c12185 u32 hfi1_read_cntrs(struct hfi1_devdata *dd, char **namep, u64 **cntrp) in hfi1_read_cntrs() argument
12190 if (namep) { in hfi1_read_cntrs()
12192 *namep = dd->cntrnames; in hfi1_read_cntrs()
12256 u32 hfi1_read_portcntrs(struct hfi1_pportdata *ppd, char **namep, u64 **cntrp) in hfi1_read_portcntrs() argument
12261 if (namep) { in hfi1_read_portcntrs()
12263 *namep = ppd->dd->portcntrnames; in hfi1_read_portcntrs()

Completed in 46 milliseconds