Searched refs:nmac (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | kex.c | 932 int nenc, nmac, ncomp; in kex_choose_conf() local 1003 nmac = ctos ? PROPOSAL_MAC_ALGS_CTOS : PROPOSAL_MAC_ALGS_STOC; in kex_choose_conf() 1014 (r = choose_mac(ssh, &newkeys->mac, cprop[nmac], in kex_choose_conf() 1015 sprop[nmac])) != 0) { in kex_choose_conf() 1016 kex->failed_choice = peer[nmac]; in kex_choose_conf() 1017 peer[nmac] = NULL; in kex_choose_conf()
|
/freebsd/sys/dev/cxgbe/common/ |
H A D | t4vf_hw.c | 412 if (cmd.nmac < *naddr) in t4vf_get_vf_mac() 413 *naddr = cmd.nmac; in t4vf_get_vf_mac()
|
H A D | common.h | 807 unsigned int nmac, u8 *mac, u16 *rss_size, 811 unsigned int pf, unsigned int vf, unsigned int nmac, u8 *mac,
|
H A D | t4_hw.c | 7898 unsigned int nmac, u8 *mac, u16 *rss_size, in t4_alloc_vi_func() argument 7913 c.nmac = nmac - 1; in t4_alloc_vi_func() 7924 switch (nmac) { in t4_alloc_vi_func() 7967 unsigned int pf, unsigned int vf, unsigned int nmac, u8 *mac, in t4_alloc_vi() argument 7970 return t4_alloc_vi_func(adap, mbox, port, pf, vf, nmac, mac, rss_size, in t4_alloc_vi() 10319 cmd.nmac = naddr; in t4_set_vf_mac()
|
/freebsd/contrib/ofed/libcxgb4/ |
H A D | t4fw_api.h | 1930 u8 nmac; member 2206 u8 nmac; member
|
/freebsd/sys/dev/cxgbe/firmware/ |
H A D | t4fw_interface.h | 6557 __u8 nmac; member 7039 __u8 nmac; member
|