cxgb4_register_uld
cxgb4_register_uld(CXGB4_ULD_CRYPTO, &chcr_uld_info);
cxgb4_register_uld(CXGB4_ULD_RDMA, &c4iw_uld_info);
EXPORT_SYMBOL(cxgb4_register_uld);
void cxgb4_register_uld(enum cxgb4_uld type, const struct cxgb4_uld_info *p);
cxgb4_register_uld(CXGB4_ULD_IPSEC, &ch_ipsec_uld_info);
cxgb4_register_uld(CXGB4_ULD_KTLS, &chcr_ktls_uld_info);
cxgb4_register_uld(CXGB4_ULD_TLS, &chtls_uld_info);
cxgb4_register_uld(CXGB4_ULD_ISCSI, &cxgb4i_uld_info);
cxgb4_register_uld(CXGB4_ULD_ISCSIT, &cxgbit_uld_info);