Lines Matching refs:strncmp

785 	if (strncmp(cmd_buf, "add vsi", 7) == 0) {
813 } else if (strncmp(cmd_buf, "del vsi", 7) == 0) {
831 } else if (strncmp(cmd_buf, "add relay", 9) == 0) {
878 } else if (strncmp(cmd_buf, "del relay", 9) == 0) {
907 } else if (strncmp(cmd_buf, "add pvid", 8) == 0) {
937 } else if (strncmp(cmd_buf, "del pvid", 8) == 0) {
958 } else if (strncmp(cmd_buf, "dump", 4) == 0) {
959 if (strncmp(&cmd_buf[5], "switch", 6) == 0) {
961 } else if (strncmp(&cmd_buf[5], "vsi", 3) == 0) {
967 } else if (strncmp(&cmd_buf[5], "veb", 3) == 0) {
973 } else if (strncmp(&cmd_buf[5], "vf", 2) == 0) {
979 } else if (strncmp(&cmd_buf[5], "desc", 4) == 0) {
981 if (strncmp(&cmd_buf[10], "rx", 2) == 0) {
986 } else if (strncmp(&cmd_buf[10], "tx", 2)
992 } else if (strncmp(&cmd_buf[10], "xdp", 3)
998 } else if (strncmp(&cmd_buf[10], "aq", 2) == 0) {
1009 } else if (strncmp(&cmd_buf[5], "reset stats", 11) == 0) {
1018 } else if (strncmp(&cmd_buf[5], "port", 4) == 0) {
1128 } else if (strncmp(&cmd_buf[5], "debug fwdata", 12) == 0) {
1183 } else if (strncmp(cmd_buf, "pfr", 3) == 0) {
1187 } else if (strncmp(cmd_buf, "corer", 5) == 0) {
1191 } else if (strncmp(cmd_buf, "globr", 5) == 0) {
1195 } else if (strncmp(cmd_buf, "read", 4) == 0) {
1216 } else if (strncmp(cmd_buf, "write", 5) == 0) {
1235 } else if (strncmp(cmd_buf, "clear_stats", 11) == 0) {
1236 if (strncmp(&cmd_buf[12], "vsi", 3) == 0) {
1259 } else if (strncmp(&cmd_buf[12], "port", 4) == 0) {
1269 } else if (strncmp(cmd_buf, "send aq_cmd", 11) == 0) {
1315 } else if (strncmp(cmd_buf, "send indirect aq_cmd", 20) == 0) {
1381 } else if (strncmp(cmd_buf, "fd current cnt", 14) == 0) {
1384 } else if (strncmp(cmd_buf, "lldp", 4) == 0) {
1388 if (strncmp(&cmd_buf[5], "stop", 4) == 0) {
1412 } else if (strncmp(&cmd_buf[5], "start", 5) == 0) {
1437 } else if (strncmp(&cmd_buf[5],
1465 } else if (strncmp(&cmd_buf[5], "get remote", 10) == 0) {
1493 } else if (strncmp(&cmd_buf[5], "event on", 8) == 0) {
1504 } else if (strncmp(&cmd_buf[5], "event off", 9) == 0) {
1516 } else if (strncmp(cmd_buf, "nvm read", 8) == 0) {
1712 if (strncmp(i40e_dbg_netdev_ops_buf, "change_mtu", 10) == 0) {
1737 } else if (strncmp(i40e_dbg_netdev_ops_buf, "set_rx_mode", 11) == 0) {
1758 } else if (strncmp(i40e_dbg_netdev_ops_buf, "napi", 4) == 0) {