Searched refs:ethmacdst (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/cxgbe/ |
H A D | adapter.h | 594 __u8 ethmacdst[6]; member
|
H A D | t4_sge.c | 5482 m_copydata(m0, 0, VM_TX_L2HDR_LEN, wr->ethmacdst); in write_txpkt_vm_wr() 5699 return (memcmp(m->m_data, &txp->ethmacdst[0], len) != 0); in cmp_l2hdr() 5707 memcpy(&txp->ethmacdst[0], mtod(m, const void *), VM_TX_L2HDR_LEN); in save_l2hdr() 5976 memcpy(&wr->ethmacdst[0], &txp->ethmacdst[0], 16); in write_txpkts_vm_wr()
|
/freebsd/contrib/ofed/libcxgb4/ |
H A D | t4fw_api.h | 637 u8 ethmacdst[6]; member
|
/freebsd/sys/dev/cxgbe/firmware/ |
H A D | t4fw_interface.h | 1172 __u8 ethmacdst[6]; member 1185 __u8 ethmacdst[6]; member
|