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

/freebsd-13-stable/sys/dev/cxgbe/common/
H A Dt4vf_hw.c411 if (cmd.nmac < *naddr)
412 *naddr = cmd.nmac;
H A Dcommon.h798 unsigned int nmac, u8 *mac, u16 *rss_size,
802 unsigned int pf, unsigned int vf, unsigned int nmac, u8 *mac,
H A Dt4_hw.c7926 * @nmac: number of MAC addresses needed (1 to 5)
7935 * @mac should be large enough to hold @nmac Ethernet addresses, they are
7936 * stored consecutively so the space needed is @nmac * 6 bytes.
7941 unsigned int nmac, u8 *mac, u16 *rss_size,
7956 c.nmac = nmac - 1;
7967 switch (nmac) {
8001 * @nmac: number of MAC addresses needed (1 to 5)
8010 unsigned int pf, unsigned int vf, unsigned int nmac, u8 *mac,
8013 return t4_alloc_vi_func(adap, mbox, port, pf, vf, nmac, ma
7939 t4_alloc_vi_func(struct adapter *adap, unsigned int mbox, unsigned int port, unsigned int pf, unsigned int vf, unsigned int nmac, u8 *mac, u16 *rss_size, uint8_t *vfvld, uint16_t *vin, unsigned int portfunc, unsigned int idstype) argument
8009 t4_alloc_vi(struct adapter *adap, unsigned int mbox, unsigned int port, unsigned int pf, unsigned int vf, unsigned int nmac, u8 *mac, u16 *rss_size, uint8_t *vfvld, uint16_t *vin) argument
[all...]
/freebsd-13-stable/crypto/openssh/
H A Dkex.c822 int nenc, nmac, ncomp; local
872 nmac = ctos ? PROPOSAL_MAC_ALGS_CTOS : PROPOSAL_MAC_ALGS_STOC;
883 (r = choose_mac(ssh, &newkeys->mac, cprop[nmac],
884 sprop[nmac])) != 0) {
885 kex->failed_choice = peer[nmac];
886 peer[nmac] = NULL;
/freebsd-13-stable/contrib/ofed/libcxgb4/
H A Dt4fw_api.h1930 u8 nmac; member in struct:fw_vi_cmd
2206 u8 nmac; member in struct:fw_acl_mac_cmd
/freebsd-13-stable/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h6556 __u8 nmac; member in struct:fw_vi_cmd
7038 __u8 nmac; member in struct:fw_acl_mac_cmd

Completed in 312 milliseconds