Lines Matching defs:prot_id
313 dcbcfg->app[i].prot_id = (buf[offset + 1] << 0x8) |
488 dcbcfg->app[i].prot_id = ntohs(app->protocol);
843 u16 prot_id = cmp_dcbcfg->app[j].prot_id;
847 (prot_id == ISCSI_LISTEN_PORT ||
848 prot_id == ICE_APP_PROT_ID_ISCSI_860)) {
849 ice_app_prot_id_type = prot_id;
876 dcbcfg->app[app_index].prot_id = ice_app_prot_id_type;
1255 buf[offset + 1] = (dcbcfg->app[i].prot_id >> 0x8) & 0xFF;
1256 buf[offset + 2] = dcbcfg->app[i].prot_id & 0xFF;