taglinefilesource code
tx_cmd449drivers/net/apricot.cstruct tx_cmd *tx_cmd = (struct tx_cmd *) ptr;
tx_cmd450drivers/net/apricot.cstruct sk_buff *skb = ((struct sk_buff *)(tx_cmd->tbd->data)) -1;
tx_cmd458drivers/net/apricot.ckfree_s((unsigned char *)tx_cmd, (sizeof (struct tx_cmd) + sizeof (struct i596_tbd)));
tx_cmd516drivers/net/apricot.cstruct tx_cmd *tx_cmd;
tx_cmd573drivers/net/apricot.ctx_cmd = (struct tx_cmd *) kmalloc ((sizeof (struct tx_cmd) + sizeof (struct i596_tbd)), GFP_ATOMIC);
tx_cmd574drivers/net/apricot.cif (tx_cmd == NULL)
tx_cmd583drivers/net/apricot.ctx_cmd->tbd = (struct i596_tbd *) (tx_cmd + 1);
tx_cmd584drivers/net/apricot.ctx_cmd->tbd->next = (struct i596_tbd *) -1;
tx_cmd586drivers/net/apricot.ctx_cmd->cmd.command = CMD_FLEX|CmdTx;
tx_cmd588drivers/net/apricot.ctx_cmd->pad = 0;
tx_cmd589drivers/net/apricot.ctx_cmd->size = 0;
tx_cmd590drivers/net/apricot.ctx_cmd->tbd->pad = 0;
tx_cmd591drivers/net/apricot.ctx_cmd->tbd->size = EOF | length;
tx_cmd593drivers/net/apricot.ctx_cmd->tbd->data = skb->data;
tx_cmd597drivers/net/apricot.ci596_add_cmd(dev, (struct i596_cmd *)tx_cmd);
tx_cmd739drivers/net/apricot.cstruct tx_cmd *tx_cmd = (struct tx_cmd *) ptr;
tx_cmd740drivers/net/apricot.cstruct sk_buff *skb = ((struct sk_buff *)(tx_cmd->tbd->data)) -1;
tx_cmd760drivers/net/apricot.ckfree_s((unsigned char *)tx_cmd, (sizeof (struct tx_cmd) + sizeof (struct i596_tbd)));