Home
last modified time | relevance | path

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

/linux/drivers/net/fddi/skfp/
H A Dsmt.c86 static void smt_fill_mac_fnc(struct s_smc *smc, struct smt_p_mac_fnc *fnc);
1072 smt_fill_mac_fnc(smc,&sif->fnc) ; /* set frame not copied counter */ in smt_send_sif_operation()
1475 static void smt_fill_mac_fnc(struct s_smc *smc, struct smt_p_mac_fnc *fnc) in smt_fill_mac_fnc() argument
1477 SMTSETPARA(fnc,SMT_P_MAC_FNC) ; in smt_fill_mac_fnc()
1478 fnc->nc_mib_index = INDEX_MAC ; in smt_fill_mac_fnc()
1479 fnc->nc_index = mac_index(smc,1) ; in smt_fill_mac_fnc()
1480 fnc->nc_counter = smc->mib.m[MAC0].fddiMACNotCopied_Ct ; in smt_fill_mac_fnc()
/linux/include/media/
H A Dvideobuf2-core.h1148 int vb2_thread_start(struct vb2_queue *q, vb2_thread_fnc fnc, void *priv,
/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c3190 vb2_thread_fnc fnc; member
3243 if (threadio->fnc(vb, threadio->priv)) in vb2_thread()
3275 int vb2_thread_start(struct vb2_queue *q, vb2_thread_fnc fnc, void *priv, in vb2_thread_start() argument
3291 threadio->fnc = fnc; in vb2_thread_start()
/linux/drivers/net/fddi/skfp/h/
H A Dsmt.h760 struct smt_p_mac_fnc fnc ; /* MAC frame not copied */ member