Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
aa77d269
Commit
aa77d269
authored
Apr 24, 2005
by
Ben Greear
Committed by
David S. Miller
Apr 24, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[NET]: Document ->hard_start_xmit() locking in netdevices.txt
Signed-off-by:
David S. Miller
<
davem@davemloft.net
>
parent
af191367
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
Documentation/networking/netdevices.txt
Documentation/networking/netdevices.txt
+2
-0
No files found.
Documentation/networking/netdevices.txt
View file @
aa77d269
...
@@ -51,6 +51,8 @@ dev->hard_start_xmit:
...
@@ -51,6 +51,8 @@ dev->hard_start_xmit:
set_multicast_list
set_multicast_list
Context: BHs disabled
Context: BHs disabled
Notes: netif_queue_stopped() is guaranteed false
Notes: netif_queue_stopped() is guaranteed false
Interrupts must be enabled when calling hard_start_xmit.
(Interrupts must also be enabled when enabling the BH handler.)
Return codes:
Return codes:
o NETDEV_TX_OK everything ok.
o NETDEV_TX_OK everything ok.
o NETDEV_TX_BUSY Cannot transmit packet, try later
o NETDEV_TX_BUSY Cannot transmit packet, try later
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment