Home
last modified time | relevance | path

Searched refs:start (Results 18476 - 18500 of 18532) sorted by relevance

1...<<731732733734735736737738739740>>...742

/kernel/linux/linux-6.6/drivers/net/ethernet/cadence/
H A Dmacb_main.c1194 /* Now we are ready to start transmission again */ in macb_tx_error_task()
4271 /* Initialize and start the Receiver and Transmit subsystems */
4996 dev->base_addr = regs->start; in macb_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c2404 /* start with 'drop-all' */ in bnx2x_rx_mode_set_cmd_state_e2()
2773 * @last: index to start looking from (including)
2898 * @start_bin: index in the registry to start from (including)
2899 * @rdata_idx: index in the ramrod data to start from
3717 * @start_idx: index in the registry to start from
3718 * @rdata_idx: index in the ramrod data to start from
4898 /* Always start in DROP_ALL mode */ in bnx2x_q_fill_init_rx_data()
6144 struct bnx2x_func_start_params *start_params = &params->params.start; in bnx2x_func_send_start()
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dmlx-platform.c6167 mlxplat_lpc_resources[1].start, 1); in mlxplat_lpc_cpld_device_init()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c820 * will now start TX and other threads should quit. in iwl_mvm_mac_itxq_xmit()
1177 * mac start before that. in iwl_mvm_mac_start()
1185 IWL_ERR(mvm, "mac start retry %d\n", retry); in iwl_mvm_mac_start()
1484 /* data is bw wide so the start is half the width */ in iwl_mvm_chandef_get_primary_80()
4433 * then start the time event, this will potentially allow us to in iwl_mvm_send_aux_roc_cmd()
6173 .start = iwl_mvm_mac_start,
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H A Dmain.c980 * We could start with iv32=0 and compute the corresponding in do_key_write()
983 * Because we are lazy we hope iv32 won't start with in do_key_write()
5033 * the card won't use it in the short timeframe between start in b43_op_start()
5188 .start = b43_op_start,
5645 /* setup and start work to load firmware */ in b43_bcma_probe()
5727 /* setup and start work to load firmware */ in b43_ssb_probe()
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/
H A Dmwl8k.c1816 /* if the stream has already been started, don't start it again */ in mwl8k_start_stream()
1821 wiphy_debug(hw->wiphy, "Failed to start stream for %pM %d: " in mwl8k_start_stream()
1890 /* The hardware ampdu queues start from 5.
5615 .start = mwl8k_start,
5836 wiphy_err(hw->wiphy, "Cannot start firmware\n"); in mwl8k_init_firmware()
5842 /* FW did not start successfully; in mwl8k_init_firmware()
6088 wiphy_err(hw->wiphy, "Cannot start firmware\n"); in mwl8k_firmware_load_success()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Dpci.c260 "skb should not be ready before first segment start\n"); in rtw89_pci_rxbd_deliver_skbs()
264 rtw89_warn(rtwdev, "desc info should not be ready before first segment start\n"); in rtw89_pci_rxbd_deliver_skbs()
2564 /* start DMA activities */ in rtw89_pci_ops_mac_pre_init()
3684 rtw89_err(rtwdev, "lv1 rcvy pci start dma fail\n"); in rtw89_pci_ops_mac_lv1_recovery()
3800 .start = rtw89_pci_ops_start,
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-trace.c1016 .arg = { [0] = { .scnprintf = SCA_HEX, /* start */ },
1043 .arg = { [0] = { .scnprintf = SCA_HEX, /* start */ },
1073 .arg = { [0] = { .scnprintf = SCA_HEX, /* start */ },
1234 * don't know what is the duration of a syscall, for instance, when we start
1237 * start timestamp.
2300 * that gets calculated at the start and the syscall_nr (another long).
2910 al->addr - al->sym->start);
4742 "Show full timestamp, not time relative to first start"),
4781 "start"),
4953 * other for sys_exit when we start augmentin
[all...]
/kernel/linux/linux-6.6/net/core/
H A Dneighbour.c3500 .start = neigh_stat_seq_start,
/third_party/backends/backend/
H A Dcoolscan.c56 . . - sane_start() : start image acquisition
1580 { s->ipos[ima].start=getnbyte(ptr,4); in get_feeder_type_LS30()
/third_party/libabigail/
H A Dltmain.sh848 # STRING may not start with a hyphen.
1370 # Blanks at the start of $base_compile will cause this to fail
2283 # at the start of this file.
4510 /* failed to start process */
/third_party/skia/third_party/externals/microhttpd/
H A Dltmain.sh868 # STRING may not start with a hyphen.
1390 # Blanks at the start of $base_compile will cause this to fail
2303 # at the start of this file.
4530 /* failed to start process */
/third_party/rust/crates/syn/src/gen/
H A Ddebug.rs922 formatter.field("start", &self.start); in fmt()
H A Dvisit_mut.rs1781 if let Some(it) = &mut node.start { in visit_expr_range_mut()
/third_party/glfw/deps/glad/
H A Dgl.h2046 typedef void (GLAD_API_PTR *PFNGLDRAWRANGEELEMENTSPROC)(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void * indices);
2047 typedef void (GLAD_API_PTR *PFNGLDRAWRANGEELEMENTSBASEVERTEXPROC)(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void * indices, GLint basevertex);
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c235 unsigned start, size; member
2295 /* Compute instruction length and patch that into the start of in end_emit_instruction()
3460 * A helper function to emit an instruction to start the control point phase
3918 * index_range first and then start recording next index range. in emit_input_declaration()
4018 * emit current index_range first and then start recording next in emit_output_declaration()
4874 /* Indexed temporary array. Save the start index of the array in emit_vgpu10_declaration()
5574 emit->temp_arrays[arrayID].start = first; in create_temp_array()
11863 * shader to include the base vertex of an indexed primitive or the start index
12582 /* For hull shader, we need to start the declarations phase first before in emit_vgpu10_header()
/third_party/vixl/src/aarch64/
H A Dassembler-sve-aarch64.cc2201 void Assembler::index(const ZRegister& zd, int start, int step) { in index() argument
2204 // size<23:22> | step<20:16> | start<9:5> | Zd<4:0> in index()
2209 ImmField<9, 5>(start) | Rd(zd)); in index()
H A Dlogic-aarch64.cc2992 uint64_t start,
2995 uint64_t value = start;
H A Dsimulator-aarch64.cc11056 uint64_t start = instr->ExtractBit(10) ? ReadXRegister(instr->GetRn()) in Simulator() local
11060 index(vform, zd, start, step); in Simulator()
/third_party/vixl/test/aarch64/
H A Dtest-trace-aarch64.cc3103 Instruction* start = masm.GetBuffer()->GetStartAddress<Instruction*>();
3105 disasm.DisassembleBuffer(start, end);
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]
/third_party/sqlite/src/
H A Dsqlite3.c14 ** the text of this file. Search for "Begin file sqlite3.h" to find the start
3596 ** execution of the prepared statement, such as at the start of each
4205 ** of the start of that token. ^The byte offset returned by
4352 ** [prepared statement] may start.</dd>)^
7116 ** [sqlite3_config]([SQLITE_CONFIG_MEMSTATUS],...) start-time option and
8473 ** <li> Begin every identifier with the letter "Z" as no SQL keywords start
9706 ** start a callback but which do not need the full power (and corresponding
16703 ** at start-time.
16708 ** start-time.
17653 ** But rather than start wit
43953 int start = 0; proxyCreateLockPath() local
91065 u64 start; /* CPU clock count at start of opcode */ global() local
153493 int start; global() local
164731 WindowCsrAndReg start; global() member
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Dmac.c2270 /* If we failed to start the scan, return error code at in ath11k_start_scan()
2351 ath11k_warn(ar->ab, "failed to start hw scan: %d\n", ret); in ath11k_mac_op_hw_scan()
3005 ath11k_warn(ab, "failed to delay vdev start: %d\n", ret); in ath11k_mac_station_add()
4952 "mac vdev %d start center_freq %d phymode %s\n", in ath11k_mac_vdev_start_restart()
4959 restart ? "restart" : "start", arg.vdev_id); in ath11k_mac_vdev_start_restart()
4966 arg.vdev_id, restart ? "restart" : "start", ret); in ath11k_mac_vdev_start_restart()
5244 ath11k_warn(ab, "failed to start vdev %i addr %pM on freq %d: %d\n", in ath11k_start_vdev_delay()
5305 ath11k_warn(ab, "failed to create peer after vdev start delay: %d", in ath11k_mac_op_assign_vif_chanctx()
5313 ath11k_warn(ab, "failed to start vdev %i addr %pM on freq %d: %d\n", in ath11k_mac_op_assign_vif_chanctx()
5938 .start
[all...]
/kernel/linux/linux-5.10/net/ipv6/
H A Daddrconf.c4022 * Optimistic nodes can start receiving in addrconf_dad_begin()
4202 router advertisements, start sending router solicitations. in addrconf_dad_completed()
4381 .start = if6_seq_start,
6093 * start of our DAD process, so we don't need to do it again. in __ipv6_ifa_notify()
/kernel/linux/linux-5.10/drivers/media/usb/gspca/
H A Dvc032x.c2507 /* end of usbvm326.inf - start of ms-win trace */
3440 /* Assume start use the good resolution from gspca_dev->mode */ in sd_start()
3790 .start = sd_start,

Completed in 323 milliseconds

1...<<731732733734735736737738739740>>...742