fw_mod_type      1564 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h static inline bool t4_is_inserted_mod_type(unsigned int fw_mod_type)
fw_mod_type      1566 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h 	return (fw_mod_type != FW_PORT_MOD_TYPE_NONE &&
fw_mod_type      1567 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h 		fw_mod_type != FW_PORT_MOD_TYPE_NOTSUPPORTED &&
fw_mod_type      1568 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h 		fw_mod_type != FW_PORT_MOD_TYPE_UNKNOWN &&
fw_mod_type      1569 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h 		fw_mod_type != FW_PORT_MOD_TYPE_ERROR);