Home
last modified time | relevance | path

Searched refs:pfx (Results 1 – 9 of 9) sorted by relevance

/include/linux/
A Dbtree-type.h2 #define __BTREE_TP(pfx, type, sfx) pfx ## type ## sfx argument
3 #define _BTREE_TP(pfx, type, sfx) __BTREE_TP(pfx, type, sfx) argument
4 #define BTREE_TP(pfx) _BTREE_TP(pfx, BTREE_TYPE_SUFFIX,) argument
A Dcper.h595 void cper_print_proc_arm(const char *pfx,
597 void cper_print_proc_ia(const char *pfx,
603 void cper_estatus_print(const char *pfx,
609 void cxl_cper_print_prot_err(const char *pfx,
A Dcoresight.h320 const char *pfx; member
326 .pfx = dev_pfx, \
A Dblkdev.h1120 sector_t offset, const char *pfx);
/include/net/libeth/
A Dxdp.h1625 #define __LIBETH_XDP_DEFINE_FLUSH_TX(name, prep, xmit, pfx) \ argument
1628 return libeth_##pfx##_tx_flush_bulk(bq, flags, prep, xmit); \
1651 #define __LIBETH_XDP_DEFINE_RUN_PROG(name, flush, pfx) \ argument
1654 return libeth_##pfx##_run_prog(xdp, bq, flush); \
1666 #define __LIBETH_XDP_DEFINE_RUN_PASS(name, run, populate, pfx) \ argument
1671 return libeth_##pfx##_run_pass(xdp, bq, napi, ss, desc, run, \
1685 #define __LIBETH_XDP_DEFINE_RUN(name, run, flush, populate, pfx) \ argument
1686 LIBETH_##pfx##_DEFINE_RUN_PROG(static run, flush); \
1687 LIBETH_##pfx##_DEFINE_RUN_PASS(name, run, populate)
1698 #define __LIBETH_XDP_DEFINE_FINALIZE(name, flush, finalize, pfx) \ argument
[all …]
/include/net/
A Dipv6.h605 static inline void ipv6_addr_prefix(struct in6_addr *pfx, in ipv6_addr_prefix() argument
613 memset(pfx->s6_addr, 0, sizeof(pfx->s6_addr)); in ipv6_addr_prefix()
614 memcpy(pfx->s6_addr, addr, o); in ipv6_addr_prefix()
616 pfx->s6_addr[o] = addr->s6_addr[o] & (0xff00 >> b); in ipv6_addr_prefix()
620 const struct in6_addr *pfx, in ipv6_addr_prefix_copy() argument
627 memcpy(addr->s6_addr, pfx, o); in ipv6_addr_prefix_copy()
630 addr->s6_addr[o] |= (pfx->s6_addr[o] & (0xff00 >> b)); in ipv6_addr_prefix_copy()
A D6lowpan.h113 struct in6_addr pfx; member
A Daddrconf.h77 const struct in6_addr *pfx; member
/include/target/
A Dtarget_core_fabric.h205 void target_show_cmd(const char *pfx, struct se_cmd *cmd);

Completed in 38 milliseconds