Searched refs:dump (Results 351 - 360 of 360) sorted by relevance

<<1112131415

/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh3209 ip netns exec $1 ./pm_nl_ctl dump token $tk
3230 print_check "dump addrs ${check}"
/linux-master/drivers/bluetooth/
H A Dbtusb.c805 /* fields for dump collection */
3325 case 0xfc6f: /* Firmware dump from device */
3522 * ==0: not a dump pkt.
3523 * < 0: fails to handle a dump pkt
3569 /*it is dump pkt now*/
4825 if (hdev->dump.coredump)
4826 hdev->dump.coredump(hdev);
/linux-master/drivers/scsi/elx/libefc_sli/
H A Dsli4.h4029 int sli_raise_ue(struct sli4 *sli4, u8 dump);
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore.c2019 .dump = mlxsw_core_health_fw_fatal_dump,
/linux-master/drivers/platform/chrome/
H A Dcros_ec_proto_test.c2456 data->dump.sensor_count = 0xbf;
/linux-master/net/sched/
H A Dcls_flower.c3759 .dump = fl_dump,
/linux-master/arch/m68k/ifpsp060/src/
H A Dpfpsp.S4214 # d0 = size of dump #
4240 # then we return the size of the dump and the string to the caller #
4322 sub.l %d0,%sp # subtract size of dump
H A Dfpsp.S18165 # d0 = size of dump #
18191 # then we return the size of the dump and the string to the caller #
18273 sub.l %d0,%sp # subtract size of dump
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c28 #include "fw/error-dump.h"
1163 mvm->fwrt.dump.conf = FW_DBG_INVALID;
1362 * debugfs files causes the firmware dump to be triggered, and if we
/linux-master/net/core/
H A Drtnetlink.c278 * @dumpit: Function pointer called for each dump request (NLM_F_DUMP) message
298 * @dumpit: Function pointer called for each dump request (NLM_F_DUMP) message
2182 NL_SET_ERR_MSG(extack, "Invalid header for link dump");
2189 NL_SET_ERR_MSG(extack, "Invalid values in header for link dump request");
2267 NL_SET_ERR_MSG(extack, "Unsupported attribute in link dump request");
4502 * ndo_dflt_fdb_dump - default netdevice operation to dump an FDB table.
4509 * Default netdevice operation to dump the existing unicast address list.
4543 NL_SET_ERR_MSG(extack, "Invalid header for fdb dump request");
4550 NL_SET_ERR_MSG(extack, "Invalid values in header for fdb dump request");
4567 NL_SET_ERR_MSG(extack, "Invalid IFINDEX attribute in fdb dump reques
[all...]

Completed in 458 milliseconds

<<1112131415