Searched refs:p_Fd (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_hc.h57 void FmHcTxConf(t_Handle h_FmHc, t_DpaaFD *p_Fd);
/freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/HC/
H A Dhc.c354 void FmHcTxConf(t_Handle h_FmHc, t_DpaaFD *p_Fd) argument
363 p_HcFrame = (t_HcFrame *)PTR_MOVE(DPAA_FD_GET_ADDR(p_Fd), DPAA_FD_GET_OFFSET(p_Fd));
366 p_HcFrame->commandSequence, DPAA_FD_GET_ADDR(p_Fd), DPAA_FD_GET_OFFSET(p_Fd)));
/freebsd-12-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h190 @Param[in] p_Fd - Frame descriptor for the frame.
194 typedef t_Error (t_FmPcdQmEnqueueCallback) (t_Handle h_QmArg, void *p_Fd);
658 @Param[in] p_Fd Frame descriptor of the received frame.
663 void FM_PCD_HcTxConf(t_Handle h_FmPcd, t_DpaaFD *p_Fd);
/freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_pcd.c1543 void FM_PCD_HcTxConf(t_Handle h_FmPcd, t_DpaaFD *p_Fd) argument
1549 FmHcTxConf(p_FmPcd->h_Hc, p_Fd);

Completed in 157 milliseconds