taglinefilesource code
tx_cmd410drivers/net/apricot.cstruct tx_cmd *tx_cmd = (struct tx_cmd *) ptr;
tx_cmd411drivers/net/apricot.cstruct sk_buff *skb = ((struct sk_buff *)(tx_cmd->tbd->data)) -1;
tx_cmd419drivers/net/apricot.ckfree_s((unsigned char *)tx_cmd, (sizeof (struct tx_cmd) + sizeof (struct i596_tbd)));
tx_cmd580drivers/net/apricot.cstruct tx_cmd *tx_cmd;
tx_cmd633drivers/net/apricot.ctx_cmd = (struct tx_cmd *) kmalloc ((sizeof (struct tx_cmd) + sizeof (struct i596_tbd)), GFP_ATOMIC);
tx_cmd634drivers/net/apricot.cif (tx_cmd == NULL)
tx_cmd643drivers/net/apricot.ctx_cmd->tbd = (struct i596_tbd *) (tx_cmd + 1);
tx_cmd644drivers/net/apricot.ctx_cmd->tbd->next = (struct i596_tbd *) I596_NULL;
tx_cmd646drivers/net/apricot.ctx_cmd->cmd.command = CMD_FLEX|CmdTx;
tx_cmd648drivers/net/apricot.ctx_cmd->pad = 0;
tx_cmd649drivers/net/apricot.ctx_cmd->size = 0;
tx_cmd650drivers/net/apricot.ctx_cmd->tbd->pad = 0;
tx_cmd651drivers/net/apricot.ctx_cmd->tbd->size = EOF | length;
tx_cmd653drivers/net/apricot.ctx_cmd->tbd->data = skb->data;
tx_cmd657drivers/net/apricot.ci596_add_cmd(dev, (struct i596_cmd *)tx_cmd);
tx_cmd812drivers/net/apricot.cstruct tx_cmd *tx_cmd = (struct tx_cmd *) ptr;
tx_cmd813drivers/net/apricot.cstruct sk_buff *skb = ((struct sk_buff *)(tx_cmd->tbd->data)) -1;
tx_cmd833drivers/net/apricot.ckfree_s((unsigned char *)tx_cmd, (sizeof (struct tx_cmd) + sizeof (struct i596_tbd)));