Searched refs:ethmacdst (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/cxgbe/ |
| H A D | adapter.h | 626 __u8 ethmacdst[6]; member
|
| H A D | t4_sge.c | 5674 m_copydata(m0, 0, VM_TX_L2HDR_LEN, wr->ethmacdst); in write_txpkt_vm_wr() 5891 return (memcmp(m->m_data, &txp->ethmacdst[0], len) != 0); in cmp_l2hdr() 5899 memcpy(&txp->ethmacdst[0], mtod(m, const void *), VM_TX_L2HDR_LEN); in save_l2hdr() 6168 memcpy(&wr->ethmacdst[0], &txp->ethmacdst[0], 16); in write_txpkts_vm_wr()
|
| /freebsd/sys/dev/cxgbe/firmware/ |
| H A D | t4fw_interface.h | 1251 __u8 ethmacdst[6]; member 1264 __u8 ethmacdst[6]; member
|