Searched defs:mmsg (Results 1 - 1 of 1) sorted by relevance

/include/linux/
H A Di2o.h841 struct i2o_msg_mfa *mmsg = mempool_alloc(c->in_msg.mempool, GFP_ATOMIC); local
842 if (!mmsg)
845 mmsg->mfa = readl(c->in_port);
846 if (unlikely(mmsg->mfa >= c->in_queue.len)) {
847 u32 mfa = mmsg->mfa;
849 mempool_free(mmsg, c->in_msg.mempool);
856 return &mmsg->msg;
869 struct i2o_msg_mfa *mmsg; local
871 mmsg = container_of(msg, struct i2o_msg_mfa, msg);
872 memcpy_toio(i2o_msg_in_to_virt(c, mmsg
931 struct i2o_msg_mfa *mmsg; local
[all...]

Completed in 170 milliseconds