OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cur_st
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
if_msk.c
2307
struct msk_status_desc *
cur_st
;
local in function:msk_intr
2338
cur_st
= &sc->sk_status_ring[sc->sk_status_idx];
2340
while (
cur_st
->sk_opcode & SK_Y2_STOPC_OWN) {
2341
cur_st
->sk_opcode &= ~SK_Y2_STOPC_OWN;
2342
switch (
cur_st
->sk_opcode) {
2344
sc_if = sc->sk_if[
cur_st
->sk_link & 0x01];
2346
msk_rxeof(sc_if, letoh16(
cur_st
->sk_len),
2347
letoh32(
cur_st
->sk_status));
2359
aprint_error("opcode=0x%x\n",
cur_st
->sk_opcode);
2366
cur_st
= &sc->sk_status_ring[sc->sk_status_idx]
[
all
...]
if_msk.c
2307
struct msk_status_desc *
cur_st
;
local in function:msk_intr
2338
cur_st
= &sc->sk_status_ring[sc->sk_status_idx];
2340
while (
cur_st
->sk_opcode & SK_Y2_STOPC_OWN) {
2341
cur_st
->sk_opcode &= ~SK_Y2_STOPC_OWN;
2342
switch (
cur_st
->sk_opcode) {
2344
sc_if = sc->sk_if[
cur_st
->sk_link & 0x01];
2346
msk_rxeof(sc_if, letoh16(
cur_st
->sk_len),
2347
letoh32(
cur_st
->sk_status));
2359
aprint_error("opcode=0x%x\n",
cur_st
->sk_opcode);
2366
cur_st
= &sc->sk_status_ring[sc->sk_status_idx]
[
all
...]
Completed in 61 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025