Searched refs:nmac (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/crypto/openssh/
H A Dkex.c467 int nenc, nmac, ncomp; local
506 nmac = ctos ? PROPOSAL_MAC_ALGS_CTOS : PROPOSAL_MAC_ALGS_STOC;
512 choose_mac(&newkeys->mac, cprop[nmac], sprop[nmac]);
/freebsd-9.3-release/sys/dev/cxgbe/common/
H A Dcommon.h564 unsigned int nmac, u8 *mac, unsigned int *rss_size,
567 unsigned int pf, unsigned int vf, unsigned int nmac, u8 *mac,
H A Dt4_hw.c4810 * @nmac: number of MAC addresses needed (1 to 5)
4818 * @mac should be large enough to hold @nmac Ethernet addresses, they are
4819 * stored consecutively so the space needed is @nmac * 6 bytes.
4824 unsigned int nmac, u8 *mac, unsigned int *rss_size,
4838 c.nmac = nmac - 1;
4846 switch (nmac) {
4869 * @nmac: number of MAC addresses needed (1 to 5)
4878 unsigned int pf, unsigned int vf, unsigned int nmac, u8 *mac,
4881 return t4_alloc_vi_func(adap, mbox, port, pf, vf, nmac, ma
4822 t4_alloc_vi_func(struct adapter *adap, unsigned int mbox, unsigned int port, unsigned int pf, unsigned int vf, unsigned int nmac, u8 *mac, unsigned int *rss_size, unsigned int portfunc, unsigned int idstype) argument
4877 t4_alloc_vi(struct adapter *adap, unsigned int mbox, unsigned int port, unsigned int pf, unsigned int vf, unsigned int nmac, u8 *mac, unsigned int *rss_size) argument
[all...]
/freebsd-9.3-release/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h5217 __u8 nmac; member in struct:fw_vi_cmd
5594 __u8 nmac; member in struct:fw_acl_mac_cmd

Completed in 146 milliseconds