smb_direct_post_recv_credits
static void smb_direct_post_recv_credits(struct work_struct *work);
INIT_WORK(&sc->recv_io.posted.refill_work, smb_direct_post_recv_credits);
smb_direct_post_recv_credits(&sc->recv_io.posted.refill_work);