taglinefilesource code
tx_cmd405drivers/net/apricot.cstruct tx_cmd *tx_cmd = (struct tx_cmd *) ptr;
tx_cmd406drivers/net/apricot.cstruct sk_buff *skb = ((struct sk_buff *)(tx_cmd->tbd->data)) -1;
tx_cmd414drivers/net/apricot.ckfree_s((unsigned char *)tx_cmd, (sizeof (struct tx_cmd) + sizeof (struct i596_tbd)));
tx_cmd573drivers/net/apricot.cstruct tx_cmd *tx_cmd;
tx_cmd626drivers/net/apricot.ctx_cmd = (struct tx_cmd *) kmalloc ((sizeof (struct tx_cmd) + sizeof (struct i596_tbd)), GFP_ATOMIC);
tx_cmd627drivers/net/apricot.cif (tx_cmd == NULL)
tx_cmd636drivers/net/apricot.ctx_cmd->tbd = (struct i596_tbd *) (tx_cmd + 1);
tx_cmd637drivers/net/apricot.ctx_cmd->tbd->next = (struct i596_tbd *) I596_NULL;
tx_cmd639drivers/net/apricot.ctx_cmd->cmd.command = CMD_FLEX|CmdTx;
tx_cmd641drivers/net/apricot.ctx_cmd->pad = 0;
tx_cmd642drivers/net/apricot.ctx_cmd->size = 0;
tx_cmd643drivers/net/apricot.ctx_cmd->tbd->pad = 0;
tx_cmd644drivers/net/apricot.ctx_cmd->tbd->size = EOF | length;
tx_cmd646drivers/net/apricot.ctx_cmd->tbd->data = skb->data;
tx_cmd650drivers/net/apricot.ci596_add_cmd(dev, (struct i596_cmd *)tx_cmd);
tx_cmd803drivers/net/apricot.cstruct tx_cmd *tx_cmd = (struct tx_cmd *) ptr;
tx_cmd804drivers/net/apricot.cstruct sk_buff *skb = ((struct sk_buff *)(tx_cmd->tbd->data)) -1;
tx_cmd824drivers/net/apricot.ckfree_s((unsigned char *)tx_cmd, (sizeof (struct tx_cmd) + sizeof (struct i596_tbd)));