Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/inc/
H A Derror_ext.h84 #define GET_ERROR_TYPE(_errcode) ((_errcode) & 0x0000FFFF) macro
394 ErrTypeStrings((e_ErrorType)GET_ERROR_TYPE(_err))); \
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_replic.c836 if (GET_ERROR_TYPE(err) == E_BUSY) in FM_PCD_FrmReplicAddMember()
952 if (GET_ERROR_TYPE(err) == E_BUSY) in FM_PCD_FrmReplicRemoveMember()
968 switch (GET_ERROR_TYPE(err)) in FM_PCD_FrmReplicRemoveMember()
H A Dfm_cc.c6401 switch(GET_ERROR_TYPE(err) in FM_PCD_MatchTableSet()
6497 switch(GET_ERROR_TYPE(err) in FM_PCD_MatchTableAddKey()
6532 switch(GET_ERROR_TYPE(err) in FM_PCD_MatchTableRemoveKey()
6573 switch(GET_ERROR_TYPE(err) in FM_PCD_MatchTableModifyKey()
6612 switch(GET_ERROR_TYPE(err) in FM_PCD_MatchTableModifyNextEngine()
6650 switch(GET_ERROR_TYPE(err) in FM_PCD_MatchTableModifyMissNextEngine()
6690 switch(GET_ERROR_TYPE(err) in FM_PCD_MatchTableModifyKeyAndNextEngine()
6738 switch(GET_ERROR_TYPE(err) in FM_PCD_MatchTableFindNRemoveKey()
6789 switch(GET_ERROR_TYPE(err) in FM_PCD_MatchTableFindNModifyNextEngine()
6840 switch(GET_ERROR_TYPE(err) in FM_PCD_MatchTableFindNModifyKeyAndNextEngine()
[all …]
/f-stack/dpdk/drivers/net/dpaa/fmlib/
H A Dfm_port_ext.h1054 #define GET_ERROR_TYPE(_errcode) ((_errcode) & 0x0000FFFF) macro