Home
last modified time | relevance | path

Searched refs:ahin (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/block/aoe/
Daoecmd.c1080 struct aoe_atahdr *ahin, *ahout; in ktiocomplete() local
1106 ahin = (struct aoe_atahdr *) skb->data; in ktiocomplete()
1107 skb_pull(skb, sizeof(*ahin)); in ktiocomplete()
1108 if (ahin->cmdstat & 0xa9) { /* these bits cleared on success */ in ktiocomplete()
1110 ahout->cmdstat, ahin->cmdstat, in ktiocomplete()