Home
last modified time | relevance | path

Searched refs:G_OPCODE (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/dev/pci/cxgb/
H A Dcxgb_offload.c840 unsigned int opcode = G_OPCODE(ntohl(m->m_pkthdr.csum_data)); in do_term()
1111 unsigned int opcode = G_OPCODE(ntohl(m0->m_pkthdr.csum_data)); in process_rx()
H A Dcxgb_t3_cpl.h185 #define G_OPCODE(x) (((x) >> S_OPCODE) & 0xFF) macro