Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/aoe/
Daoecmd.c1082 struct aoe_atahdr *ahin, *ahout; in ktiocomplete() local
1108 ahin = (struct aoe_atahdr *) skb->data; in ktiocomplete()
1109 skb_pull(skb, sizeof(*ahin)); in ktiocomplete()
1110 if (ahin->cmdstat & 0xa9) { /* these bits cleared on success */ in ktiocomplete()
1112 ahout->cmdstat, ahin->cmdstat, in ktiocomplete()