Lines Matching defs:prot_id
454 dcbcfg->app[i].prot_id = (buf[offset + 1] << 0x8) |
632 dcbcfg->app[i].prot_id = NTOHS(app->protocol);
1081 u16 prot_id = cmp_dcbcfg->app[j].prot_id;
1085 (prot_id == ICE_APP_PROT_ID_ISCSI ||
1086 prot_id == ICE_APP_PROT_ID_ISCSI_860)) {
1087 ice_app_prot_id_type = prot_id;
1114 dcbcfg->app[app_index].prot_id = ice_app_prot_id_type;
1495 buf[offset + 1] = (dcbcfg->app[i].prot_id >> 0x8) & 0xFF;
1496 buf[offset + 2] = dcbcfg->app[i].prot_id & 0xFF;