Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Datm.h94 #define ATM_HDR_GFC_MASK 0xf0000000 macro
/openbmc/linux/drivers/atm/
H A Dfore200e.c1637 tpd->atm_header.gfc = (*cell_header & ATM_HDR_GFC_MASK) >> ATM_HDR_GFC_SHIFT; in fore200e_send()