Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/fungible/funcore/
H A Dfun_queue.c287 u16 sf_p, flags; in __fun_process_cq() local
297 sf_p = be16_to_cpu(info->sf_p); in __fun_process_cq()
299 if ((sf_p & 1) != funq->cq_phase) in __fun_process_cq()
H A Dfun_hci.h1037 __be16 sf_p; member
/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_rx.c471 u16 sf_p = be16_to_cpu(ci->sf_p); in cqe_phase_mismatch() local
473 return (sf_p & 1) ^ phase; in cqe_phase_mismatch()