taglinefilesource code
tx_cmd411drivers/net/apricot.cstruct tx_cmd *tx_cmd = (struct tx_cmd *) ptr;
tx_cmd412drivers/net/apricot.cstruct sk_buff *skb = ((struct sk_buff *)(tx_cmd->tbd->data)) -1;
tx_cmd420drivers/net/apricot.ckfree_s((unsigned char *)tx_cmd, (sizeof (struct tx_cmd) + sizeof (struct i596_tbd)));
tx_cmd581drivers/net/apricot.cstruct tx_cmd *tx_cmd;
tx_cmd634drivers/net/apricot.ctx_cmd = (struct tx_cmd *) kmalloc ((sizeof (struct tx_cmd) + sizeof (struct i596_tbd)), GFP_ATOMIC);
tx_cmd635drivers/net/apricot.cif (tx_cmd == NULL)
tx_cmd644drivers/net/apricot.ctx_cmd->tbd = (struct i596_tbd *) (tx_cmd + 1);
tx_cmd645drivers/net/apricot.ctx_cmd->tbd->next = (struct i596_tbd *) I596_NULL;
tx_cmd647drivers/net/apricot.ctx_cmd->cmd.command = CMD_FLEX|CmdTx;
tx_cmd649drivers/net/apricot.ctx_cmd->pad = 0;
tx_cmd650drivers/net/apricot.ctx_cmd->size = 0;
tx_cmd651drivers/net/apricot.ctx_cmd->tbd->pad = 0;
tx_cmd652drivers/net/apricot.ctx_cmd->tbd->size = EOF | length;
tx_cmd654drivers/net/apricot.ctx_cmd->tbd->data = skb->data;
tx_cmd658drivers/net/apricot.ci596_add_cmd(dev, (struct i596_cmd *)tx_cmd);
tx_cmd813drivers/net/apricot.cstruct tx_cmd *tx_cmd = (struct tx_cmd *) ptr;
tx_cmd814drivers/net/apricot.cstruct sk_buff *skb = ((struct sk_buff *)(tx_cmd->tbd->data)) -1;
tx_cmd834drivers/net/apricot.ckfree_s((unsigned char *)tx_cmd, (sizeof (struct tx_cmd) + sizeof (struct i596_tbd)));