Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe_eth.c245 uint16_t frm_type; in fcoe_rx() local
250 frm_type = ntohs(*(uint16_t *)((uintptr_t)mp->b_rptr + 12)); in fcoe_rx()
252 if (frm_type != ETHERTYPE_FCOE) { in fcoe_rx()